spring-boot-splunk-sleuth-demo
spring-boot-splunk-sleuth-demo copied to clipboard
Bump logstash-logback-encoder from 6.6 to 7.2
Bumps logstash-logback-encoder from 6.6 to 7.2.
Release notes
Sourced from logstash-logback-encoder's releases.
logstash-logback-encoder-7.2
Bug Fixes
- #722 Fix a memory leak appearing in Java 16+ when logging from a thread managed by a ForkJoinPool (
@caesar-ralf)Improvements
#807 Allow inline generation of stacktrace (
@MarneusCalgarXP)The
ShortenedThrowableConverternow allows you to specify the line separator to use instead of a new line by default. This is particularly useful to format a stacktrace on a single line when using rsyslog or fluentd when you don't want to use json format. For example:<conversionRule conversionWord="stack" converterClass="net.logstash.logback.stacktrace.ShortenedThrowableConverter" /><appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>... %stack{full,40,500,rootFirst,inline} ...</pattern> </encoder> </appender>
Dependency version changes
Usage Dependency Old Version New Version Runtime jackson 2.13.2.20220328 2.13.3 logstash-logback-encoder-7.1.1
Version 7.1.1 is a minor release with bug fixes only.
Bug Fixes
- #789 NullPointerException thrown when timestamp is after the last ZoneOffsetTransition (
@brenuart)- #797
Z[UTC]time zone indication is missing when using ISO_ZONED_DATE_TIME or ISO_DATE_TIME formats (@brenuart)logstash-logback-encoder-7.1
Bug Fixes
#747/#748 Logger name shortening down to the class name (length set to zero). (
@brenuart)When using a
LogstashEncoder, the<shortenedLoggerNameLength>configuration property can be used to shorten the logger name as described in here. This feature is supposed to behave the same as the standard Logback length conversion word. However, although the logger name was properly shortened when the desired length was greater than zero, it did not produce the expected result when the length was set to0. In fact,foo.bar.baz.MyClasswas shortened tof.b.b.MyClassinstead ofMyClass.#765 PatternJsonProvider: omitEmptyFields doesn't work with %property{key}. (
@brenuart)The Logback %property{key} conversion specifier returns null when the property does not exists. This value is added as-is to the String evaluation of the pattern which ultimately gives the string
"null"(in letters) that won't be filtered out by the omitEmptyField feature. To solve this issue, the PatternJsonProvider now uses a custom %property{key} converter that returns an empty string instead of null when the property does not exist. It also allows you to specify a default value to use when the property does not exist. People wanting to revert to the old behaviour can explicitly set the default value to "null" like this%property{key:-null}.#751 Fixed wrong link in README.md for #event-specific-custom-fields (
@mightymoogle)
... (truncated)
Commits
e83e666[maven-release-plugin] prepare release logstash-logback-encoder-7.288bde0d[release]faadf21allow inline stacktrace generation (#807)f248f22Fixes memory leak on JDK 16+ (#806)81f8493(javadoc plugin) Add link to logback-access apidoce97af9dBump maven-bundle-plugin from 5.1.4 to 5.1.6 (#809)6f306c6Bump jackson-bom from 2.13.2.20220328 to 2.13.3 (#808)c5820d4Fetch Logback javadoc from https://javadoc.io (#810)d463762Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 (#803)f84c676Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#801)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)