Release v4.10.1
Release v4.10.1
Logback 1.6.0
2026-07-23 Release of logback version 1.6.0
• Removed certain deprecated variables, methods, and classes. For the list of removed members see release_1.6.0.txt.
• In AsyncAppenderBase, the put(ILoggingEvent) method now has the protected modifier to allow access from derived classes. This change was requested by Thomas Skjølberg in pr#1053.
• Bump SLF4J dependency to version 2.0.18.
• See also the overview of the 1.6.x series.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit b07adf36019b51a10f824fdd94009985c587b1d3 associated with the tag v_1.6.0. The release was built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
3.37.4
- #46633 - AWS Lamdba
function.zippermission issue on Windows - #55436 - Update to Vert.x 4.5.30 and Netty 4.1.136.Final
- #55438 - Qute does not apply
property-not-found-strategywhen chaining template extension methods - #55451 - reflection-free serializers ignore
@JsonValuedeclared on a superinterface method - #55452 - Skip NOT_FOUND in value resolver to avoid locking in NOT_FOUND strings before calls to.raw
- #55455 - Embedding cyclone DX SBOM fails with relative parent pom file
- #55466 - Check
@JsonValuedeclared on a superinterface method in reflection-free Jackson serializers - #55470 - Update to Hibernate ORM 7.4.5 / Update to Hibernate Validator 9.1.2
- #55476 - Make sure MavenProjects available through the API are added to the Quarkus workspace
- #55487 -
quarkus-rest-jackson: reflection-free deserializer NPEs at build time for a polymorphic@JsonCreatorparameter - #55489 - Fall back to reflection-based deserialization when a
@JsonCreatorparameter cannot be handled - #55497 - quarkus-rest-jackson Reflection-free-serializers with
@JsonAnyGetter - #55500 - Implement
@JsonAnyGetterand@JsonAnySetteron fields in reflection-free Jackson serializers - #55513 - Set Unix permissions when copying entries into function.zip
- #55519 - quarkus-rest-jackson Reflection-free-serializers unboxing Character throws NullPointer
- #55521 - Prevent unboxing of null Character in reflecton-free Jackson serializers