v3.3.13
⚠️ Noteworthy Changes
- This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in
multipart/form-data
requests. These limits can be customized usingserver.tomcat.max-part-count
andserver.tomcat.max-part-header-size
respectively.
🐞 Bug Fixes
- Executable JAR application class encounters performance issues when classpath URLs reference a host #46015
- Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #45984
- DataSouceBuilder can fail with a NPE when the driver is null #45976
- Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #45973
📔 Documentation
- Fix Docker security options links in Packaging OCI images sections #46016
- Timestamps in Retrieving Audit Events examples do not match the accompanying text #45995
- Links to Testcontainers javadoc for many classes not in the core testcontainers module do not work #45802
- Gradle Shadow Plugin link in the reference guide is outdated #45720
- Document use of git-commit-id-maven-plugin consistently #45677
- Improve documentation for configuring Spring Security with '/error' #45663
- Clarify the situation with support for Prometheus PushGateway and the deprecated simpleclient #44392
- Update javadoc of Configurer classes that apply sensible defaults to describe how they're typically used #42878
🔨 Dependency Upgrades
- Upgrade to Groovy 4.0.27 #45805
- Upgrade to Infinispan 15.0.15.Final #45806
- Upgrade to Jaybird 5.0.8.java11 #45807
- Upgrade to Jetty 12.0.22 #45809
- Upgrade to Jetty Reactive HTTPClient 4.0.10 #45808
- Upgrade to jOOQ 3.19.24 #45940
- Upgrade to Micrometer 1.13.15 #45749
- Upgrade to Micrometer Tracing 1.3.13 #45750
- Upgrade to Netty 4.1.122.Final #45810
- Upgrade to Postgresql 42.7.7 #45941
- Upgrade to Reactor Bom 2023.0.19 #45751
- Upgrade to Spring AMQP 3.1.12 #45752
- Upgrade to Spring Authorization Server 1.3.7 #45753
- Upgrade to Spring Data Bom 2024.0.13 #45754
- Upgrade to Spring Framework 6.1.21 #45755
- Upgrade to Spring Integration 6.3.11 #45756
- Upgrade to Spring Kafka 3.2.10 #45757
- Upgrade to Spring LDAP 3.2.13 #45758
- Upgrade to Spring Pulsar 1.1.13 #45759
- Upgrade to Spring RESTDocs 3.0.4 #45760
- Upgrade to Spring Security 6.3.10 #45761
- Upgrade to Spring WS 4.0.15 #45762
- Upgrade to Tomcat 10.1.42 #45869
❤️ Contributors
Thank you to all the contributors who worked on this release:
@chanbinme, @davidlj95, @ngocnhan-tran1996, @nicolasgarea, @nosan, @quaff, and @wonyongg