- 
                Notifications
    You must be signed in to change notification settings 
- Fork 41.6k
Spring Boot 3.5.0 M3 Release Notes
| Tip | Check the configuration changelog for a complete overview of the changes in configuration. | 
TBD
Containers using the lldap/lldap image can now be used with Docker Compose and Testcontainers.
Testcontainers supports this image with LLdapContainer.
Spring Boot now supports the OTEL_RESOURCE_ATTRIBUTES and OTEL_SERVICE_NAME environment variables.
Resource attributes configured through the configuration property taking precedence over those from the environment variables.
Spring Boot 3.5.0-M3 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:
- 
Logging for Cloud Native Buildpacks integration has been improved. 
- 
The new property spring.data.mongodb.protocolhas been added to allow the MongoDB protocol to be customized.
- 
Logback and Log4j2 now respect the console charset. 
- 
The transport-specific configuration properties for GraphQL have been reorganized. spring.graphql.pathis nowspring.graphql.http.pathandspring.graphql.sse.timeoutis replaced byspring.graphql.http.sse.timeout.
- 
Support for Zipkin’s URLConnectionSenderhas been removed.
- 
Removed the default value of OtlpMetricsProperties.url.