Bump org.apache.logging.log4j:log4j-bom from 2.24.3 to 2.25.0
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(5 months ago)
(5 months ago)
(5 months ago)
by docwho2
dependencies java
Bumps org.apache.logging.log4j:log4j-bom from 2.24.3 to 2.25.0.
Release notes
Sourced from org.apache.logging.log4j:log4j-bom's releases.
2.25.0
This minor release introduces bug fixes, behavior improvements, and complete support for GraalVM native image generation.
GraalVM Reachability Metadata
Log4j Core and all extension modules now include embedded
GraalVM reachability metadata,
enabling seamless generation of native images with GraalVM out of the box—no manual configuration required.
For more information, refer to our GraalVM guide.[!NOTE]
When building third-party Log4j plugins, using the newGraalVmProcessor
introduced in version2.25.0will automatically generate the required reachability metadata for GraalVM native images.
However, the processor will fail the build if the requiredlog4j.graalvm.groupIdandlog4j.graalvm.artifactIdparameters are not provided.
For detailed instructions, see Registering plugins.Exception Handling in Pattern Layout
Exception handling in Pattern Layout has undergone a significant rewrite.
This update resolves several bugs and ensures consistent behavior across all exception converters.
Key improvements include:
- Stack traces are now consistently prefixed with a newline instead of other whitespace.
- The default exception converter has changed from extended to plain, offering better performance.
- Support for the
{ansi}option in exception converters has been removed.Date & Time Formatting
Log4j has historically provided custom date and time formatters for performance, such as
FixedDateFormatandFastDateFormat.
These are now deprecated in favor of Java’s standardDateTimeFormatter.If you encounter formatting issues after upgrading—particularly with
norxdirectives—you can temporarily revert to the legacy formatters by setting thelog4j2.instantFormatterproperty tolegacy.
Please report any issues via our issue tracker.ANSI Support on Windows
Modern Windows versions (10 and newer) provide native ANSI escape sequence support.
As a result, dependency on the outdated JAnsi 1.x library has been removed.
For details, refer to ANSI styling on Windows.Jakarta JMS Appender
A Jakarta-compatible version of the JMS Appender is now included in the core distribution.
Added
- Add Google OSS-Fuzz integration (#2949)
- Add a
GraalVmProcessorannotation processor to generate GraalVM reachability metadata. (#3053)- Add
MonitorResourceconfiguration option to support the monitoring of external files in addition to the configuration file itself. (#3074, #3501)- Fixed typo in "LoggerConfig.RootLogger.Builder#withtFilter(...)" method. Created new corrected 'withFilter()' method and deprecated old method. (#3369)
... (truncated)
Commits
ea10ad3Update theproject.build.outputTimestampproperty75061ebfix: Javadoc and documentation problemsc9fbc53fix: use normalized form for new configuration property62e802dPrepare release notes for2.25.0422c385Bump apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12...0c5b2b8Bump apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@re...2b5c2a9Bump apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@re...74df313Bump apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0 (...95d451bBump apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel...5655118Bump apache/logging-parent/.github/workflows/verify-reproducibility-reusable....- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
org.apache.logging.log4j:log4j-bom
maven
2.24.3 → 2.25.0
Minor
Technical Details
| ID: | 1848848 |
| UUID: | 2598062691 |
| Node ID: | PR_kwDOJJc3uM6a20pj |
| Host: | GitHub |
| Repository: | docwho2/java-postgres-lambda-trigger |
| Merge State: | Unknown |