Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NPE in PatternProcessor for the UNIX pattern #2350

Merged
merged 1 commit into from
Mar 6, 2024

Commits on Mar 6, 2024

  1. Fix NPE in PatternProcessor for the UNIX pattern

    Closes 2346.
    
    The constructor of `PatternProcessor` fails if the date pattern is
    `UNIX` and `UNIX_MILLIS`: `DatePatterConverter#getPattern()` returns
    intentionally `null` in those cases.
    ppkarwasz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    054a4f7 View commit details
    Browse the repository at this point in the history