| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.25.1 source code.tar.gz | 2025-07-11 | 2.8 MB | |
| 2.25.1 source code.zip | 2025-07-11 | 8.1 MB | |
| README.md | 2025-07-11 | 1.5 kB | |
| Totals: 3 Items | 11.0 MB | 1 | |
This patch release addresses a dozen bugs in version 2.25.0, in particular:
- Resolves a concurrency issue in the new unified datetime formatter.
- Fixes build failures affecting Gradle users.
- Restores backward compatibility with Spring Boot’s common logging configuration.
- Improves handling of edge cases in GraalVM support.
Fixed
- Fix detection of the Disruptor major version in environments with non-standard thread context classloader. (#3706)
- Downgrade
spotbugs-annotationsto resolve Gradle build failures. (#3754) - Fix incorrect version resolution of
jspecifyanderror_prone_annotationsdependencies in published POM files. (#3758, [#3779]) - Restore compatibility with Spring Boot by allowing reconfiguration using the
LoggerContext.startmethod. (#3770) - Allow omission of the
-Alog4j.graalvm.groupIdand-Alog4j.graalvm.artifactIdarguments when building Log4j plugins. (#3771) - Broaden the OSGi manifest's
Import-Packageconstraints to support Jakarta Servlet API up to version 6. (#3787) - Enable the
resource:protocol for configuration files by default when running on GraalVM. (#3790) - Fix timestamp formatting concurrency issue, when
log4j2.enabledThreadlocalsistrue. (#3792) - Fix GraalVM reachability metadata generation for methods with annotated array type parameters, such as
@Nullable String[]. (#3796) - Resolve
PropertiesConfigurationcompatibility issues with GraalVM and address additional minor reflection-related problems. (#3800)