Bump logstash-logback-encoder from 7.2 to 7.4
Bumps logstash-logback-encoder from 7.2 to 7.4.
Release notes
Sourced from logstash-logback-encoder's releases.
logstash-logback-encoder-7.4
Special thanks to three new contributors for this release!
What's Changed
:warning: Update considerations and deprecations
- Drop support for logback 1.2 by
@philsttrin logfellow/logstash-logback-encoder#970:sparkles: New features and improvements
- Support key values from slf4j's fluent api by
@mmienkoin logfellow/logstash-logback-encoder#954- Add MDC entry writers to be able to convert values by
@jugin logfellow/logstash-logback-encoder#957:lady_beetle: Bug fixes
- Honor overriden
writeObjectofJsonGeneratorpassed tosetJsonGeneratorDecoratorby@rdesgroppesin logfellow/logstash-logback-encoder#968:book: Documentation, Tests and Build
- Update license year to 2023 by
@philsttrin logfellow/logstash-logback-encoder#971:up: Dependency Upgrades
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by
@dependabotin logfellow/logstash-logback-encoder#938- Bump maven-surefire-plugin from 2.22.2 to 3.1.0 by
@dependabotin logfellow/logstash-logback-encoder#951- Bump flatten-maven-plugin from 1.3.0 to 1.5.0 by
@dependabotin logfellow/logstash-logback-encoder#952- Bump logback.version from 1.3.5 to 1.3.7 by
@dependabotin logfellow/logstash-logback-encoder#959- Bump jacoco-maven-plugin from 0.8.8 to 0.8.10 by
@dependabotin logfellow/logstash-logback-encoder#963- Bump java-uuid-generator from 4.1.0 to 4.2.0 by
@dependabotin logfellow/logstash-logback-encoder#961- Bump maven-bundle-plugin from 5.1.8 to 5.1.9 by
@dependabotin logfellow/logstash-logback-encoder#962- Bump maven-install-plugin from 3.1.0 to 3.1.1 by
@dependabotin logfellow/logstash-logback-encoder#967- Bump maven-checkstyle-plugin from 3.2.1 to 3.3.0 by
@dependabotin logfellow/logstash-logback-encoder#969- Bump maven-source-plugin from 3.2.1 to 3.3.0 by
@dependabotin logfellow/logstash-logback-encoder#965- Bump maven-resources-plugin from 3.3.0 to 3.3.1 by
@dependabotin logfellow/logstash-logback-encoder#966- Bump jackson-bom from 2.14.2 to 2.15.2 by
@dependabotin logfellow/logstash-logback-encoder#964New Contributors
@mmienkomade their first contribution in logfellow/logstash-logback-encoder#954@rdesgroppesmade their first contribution in logfellow/logstash-logback-encoder#968@jugmade their first contribution in logfellow/logstash-logback-encoder#957Full Changelog: https://github.com/logfellow/logstash-logback-encoder/compare/logstash-logback-encoder-7.3...logstash-logback-encoder-7.4
logstash-logback-encoder-7.3
This new version brings support for the new features introduced in Logback 1.3 while remaining compatible with both Logback 1.2 (can be used with both versions).
What's Changed
:warning: Update considerations and deprecations
Support for Timestamp with nanosecond precision (logback 1.3+) by
@brenuartin logfellow/logstash-logback-encoder#833TimestampJsonProviderhas been upgraded to take advantage of the nanosecond precision introduced in Logback 1.3 when recording event timestamp.When upgrading to Logback 1.3, people using one of the standard
java.time.DateTimeFormatterformats like[ISO_OFFSET_DATE_TIME](see documentation for more information) will have their timestamp rendered with nanoseconds instead of millis. If this is not desired you should instead configure the explicit format you need instead of making reference to one of the standard formats provided byjava.time.DateTimeFormatter.
... (truncated)
Commits
6387ec0[maven-release-plugin] prepare release logstash-logback-encoder-7.41ac92af[release]93bf720Update license year to 2023 (#971)568466bAdd MDC entry writers to be able to convert values (#957)d23b70dUpdate yourkit logo in README.mdf65ce33Merge pull request #964 from logfellow/dependabot/maven/com.fasterxml.jackson...9823bdfMerge pull request #968 from rdesgroppes/honor-user-overriden-json-generator-...16c92fcMerge pull request #954 from mmienko/support-key-value-fluent-api07314e5Renames, cleanup, and more tests for key value pairs9e55a5bTest result JSON across multiple types- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.