-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Spring Boot 3.5.0 RC1 Release Notes
|
Tip
|
Check the configuration changelog for a complete overview of the changes in configuration. |
If an Executor bean is present, Spring Boot can now be configured to auto-configure an AsyncTaskExecutor anyway.
To do so, set the spring.task.execution.mode property to force.
When running in this mode, it makes sure that all integrations, including regular @Async processing uses the auto-configured executor,
unless an AsyncConfigurer bean is defined.
Spring Boot 3.5.0-RC1 moves to new versions of several Spring projects:
TBD
Numerous third-party dependencies have also been updated, some of the more noteworthy of which are the following:
TBD
Apart from the changes listed above, there have also been lots of minor tweaks and improvements including:
-
MeterProviderbeans are now automatically configured onOtlpHttpLogRecordExporter,OtlpHttpSpanExporter,OtlpGrpcLogRecordExporterandOtlpGrpcSpanExporter. -
The
referralmode for Spring LDAP can be configured with the newspring.ldap.referralproperty. -
Customizers for
OtlpHttpSpanExporterBuilderandOtlpGrpcSpanExporterBuilderhave been added. -
The new property
spring.kafka.consumer.max-poll-intervalcan be used to configure Kafka’s maximum delay between poll invocations.