-
Notifications
You must be signed in to change notification settings - Fork 41.9k
Spring Boot 4.1.0 M2 Release Notes
|
Tip
|
Check the configuration changelog for a complete overview of the changes in configuration. |
When spring.config.import is used, it’s now possible to specify the encoding. In the past, property files always have been loaded with the ISO-8859-1 encoding (which is still the default). To load them using a different encoding, you can use this syntax:
spring.config.import=classpath:import.properties[encoding=utf-8]Spring Boot 4.0.0-M2 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:
-
Customizers for
OtlpHttpLogRecordExporterBuilderandOtlpGrpcLogRecordExporterBuilderhave been added. -
Additional mime types that should be compressed when sending HTTP responses can be configured using
server.compression.additional-mime-types