-
Notifications
You must be signed in to change notification settings - Fork 41.7k
Spring Boot 4.1.0 M1 Release Notes
:framework-docs:https://docs.spring.io/spring-framework/reference/7.0.x-SNAPSHOT :framework-api-docs: https://docs.spring.io/spring-framework/docs/7.0.x-SNAPSHOT/javadoc-api/org/springframework
|
Tip
|
Check the configuration changelog for a complete overview of the changes in configuration. |
Auto-configuration of an embedded LDAP server now supports SSL (LDAPS).
To enable SSL, configure an SSL bundle using the spring.ldap.embedded.ssl.bundle property.
The JMS support has been improved to provide a configurer for SimpleJmsMessageListener that is similar to the existing DefaultJmsListenerContainerFactoryConfigurer.
The simple implementation may be more suitable in certain scenarios, check the {framework-docs}/integration/jms/using.html#jms-mdp[Spring Framework Reference Guide] for more details.
Spring Boot 4.0.0-M1 moves to new versions of several Spring projects:
-
…
Numerous third-party dependencies have also been updated, some of the more noteworthy of which are the following:
-
…
Apart from the changes listed above, there have also been lots of minor tweaks and improvements including:
-
AssertJ implementations make use of
@CheckReturnValuewhen applicable. -
Add a failure analyzer that provides more details when Testcontainers cannot find a suitable Docker environment.
-
EntityManagerFactoryBuildercan now addPersistenceUnitPostProcessorinstances rather than just setting them. -
JVM and System metrics use their respective meter conventions, if available.
-
Mustache support consistently use
Charsetinstead of theStringequivalent.