Releases: spring-projects/spring-boot
v3.0.6
🐞 Bug Fixes
- CloudFoundry integration does not use endpoint path mappings #35086
- ApplicationAvailability bean is auto-configured even if a custom one is already present #35068
- Gradle Spring Boot plugin with Kotlin DSL does not support includeProjectDependencies in bootJar > layered > dependencies configuration #35035
- Cassandra default configuration substitutions don't resolve against configuration derived from spring.data.cassandra properties #34799
- Banner placeholders use default values too soon #34792
- Nested test classes don't inherit properties from slice test annotations on enclosing class #34781
- Hints for including Liquibase changelogs in a native image are unnecessarily narrow #34729
- Unlike
@EnableBatchProcessing
, auto-configuration for Spring Batch does not enable observability of steps and jobs #34305
📔 Documentation
- Improve documentation of tracing dependencies and configuration properties #34991
- Use current Neo4j version in Testcontainers-based examples #34940
- BatchProperties has an outdated reference to JPA #34844
- Document that optional dependencies are included by default in fat jars built with Maven #34788
🔨 Dependency Upgrades
- Upgrade to Caffeine 3.1.6 #34928
- Upgrade to Couchbase Client 3.4.5 #35050
- Upgrade to GraphQL Java 19.5 #34996
- Upgrade to Groovy 4.0.11 #34911
- Upgrade to Infinispan 14.0.8.Final #34929
- Upgrade to Jetty 11.0.15 #35051
- Upgrade to jOOQ 3.17.12 #35052
- Upgrade to Lettuce 6.2.4.RELEASE #35053
- Upgrade to Logback 1.4.7 #35088
- Upgrade to Maven Resources Plugin 3.3.1 #34913
- Upgrade to Micrometer 1.10.6 #34858
- Upgrade to Micrometer Tracing 1.0.4 #34859
- Upgrade to MySQL 8.0.33 #35054
- Upgrade to Native Build Tools Plugin 0.9.21 #35055
- Upgrade to Neo4j Java Driver 5.7.0 #34930
- Upgrade to Netty 4.1.91.Final #34914
- Upgrade to Reactor Bom 2022.0.6 #34860
- Upgrade to SAAJ Impl 3.0.1 #35056
- Upgrade to Spring AMQP 3.0.4 #34950
- Upgrade to Spring Data Bom 2022.0.5 #34903
- Upgrade to Spring Framework 6.0.8 #34861
- Upgrade to Spring Integration 6.0.5 #35012
- Upgrade to Spring Kafka 3.0.6 #34951
- Upgrade to Spring LDAP 3.0.2 #34904
- Upgrade to Spring Security 6.0.3 #34952
- Upgrade to Spring WS 4.0.3 #34953
- Upgrade to Tomcat 10.1.8 #35089
- Upgrade to Undertow 2.3.5.Final #34915
- Upgrade to Yasson 3.0.3 #34916
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Ferioney, @RobertRad, @SeasonPanPan, @acktsap, @benelog, @dreis2211, @kdomo, @krzyk, @marbon87, and @meistermeier
v2.7.11
🐞 Bug Fixes
- CloudFoundry integration does not use endpoint path mappings #35085
- Gradle Spring Boot plugin with Kotlin DSL does not support includeProjectDependencies in bootJar > layered > dependencies configuration #35033
- Banner placeholders use default values too soon #34764
- Cassandra default configuration substitutions don't resolve against configuration derived from spring.data.cassandra properties #34643
- ApplicationAvailability bean is auto-configured even if a custom one is already present #34347
- Nested test classes don't inherit properties from slice test annotations on enclosing class #33317
📔 Documentation
- Use current Neo4j version in Testcontainers-based examples #34775
- Clarify servlet container compatibility #34697
- Document that optional dependencies are included by default in fat jars built with Maven #34636
🔨 Dependency Upgrades
- Upgrade to DB2 JDBC 11.5.8.0 #34906
- Upgrade to GraphQL Java 18.5 #34995
- Upgrade to Groovy 3.0.17 #34907
- Upgrade to Logback 1.2.12 #34908
- Upgrade to Micrometer 1.9.10 #34855
- Upgrade to MySQL 8.0.33 #35057
- Upgrade to Netty 4.1.91.Final #34909
- Upgrade to Reactor Bom 2020.0.31 #34856
- Upgrade to Spring AMQP 2.4.12 #34947
- Upgrade to Spring Data Bom 2021.2.11 #34902
- Upgrade to Spring Framework 5.3.27 #34857
- Upgrade to Spring Security 5.7.8 #34948
- Upgrade to Spring WS 3.1.6 #34949
- Upgrade to Tomcat 9.0.74 #35058
- Upgrade to Undertow 2.2.24.Final #34910
❤️ Contributors
Thank you to all the contributors who worked on this release:
@SeasonPanPan, @acktsap, @dreis2211, @jgslima, @krzyk, and @meistermeier
v3.1.0-M2
⭐ New Features
- Provide dependency management for Testcontainers #34712
- Configure support for GraphQL pagination and sorting #34677
- Reduce the boilerplate that's required in tests that use a service in a Testcontainers-managed container #34658
- Allow auto-configuration to consume service connection information from sources other than configuration properties #34657
- Add SanitizableData withSanitizedValue #34615
- Configure exception resolver for
@GraphQlExceptionHandler
methods #34526 - Switch from single topic for fixed delays to single topic for same intervals in Spring Kafka retry configuration. #34504
- Remove final from ProblemDetailsExceptionHandler classes to allow proxying #34503
- Rename version property for Git Commit ID Maven plugin from git-commit-id-plugin.version to git-commit-id-maven-plugin.version #34397
- Add build-info skip support #34393
- Add support for CNB platform API 0.11 #34383
- Configure maven.compiler.release in spring-boot-starter-parent to prevent impossible JDK API usage #34365
- Revert support for allowing JoranConfigurators to be passed ahead of time to Logback #34361
- Add management.wavefront.application.custom-tags property #34223
- Add RabbitTemplateCustomizer to allow customization of RabbitTemplates #34050
- Add Spring Authorization Server support #34003
🐞 Bug Fixes
- Use of
@EntityScan
causes AOT instance supplier code generation error #34731 - EmbeddedWebServerFactoryCustomizerAutoConfiguration should not run when embedded web server is not configured #34660
- StandardConfigDataResource can import the same file twice if the classpath includes '.' #34618
@ConfigurationProperties
no longer works on a mutable Kotlin data classes #34611- Loading application.yml fails with NoSuchMethodError when using SnakeYAML 2.0 #34516
- Image builds with podman fail when image buildpacks are configured #34496
- Maven plugin uses timezone-local timestamps when outputTimestamp is used #34431
- Spring Boot 3 does not provide a configuration property for configuring red metrics custom tag keys #34425
- org.springframework.boot.web.embedded.jetty.GracefulShutdown uses the wrong class to create its logger #34420
@ConfigurationProperties
with initialized nested record properties values no longer bind #34411- Custom ConfigDataLocationResolver/ConfigDataLoader fails in 3.0.x when combined with spring-boot-devtools #34375
- defaultTracingObservationHandler is not ordered as documented #34370
📔 Documentation
- Document support for Java 20 #34727
- Typo in Batch documentation: content instead of context #34707
- Clarify conventions for custom error pages in WebFlux #34706
- Fix Javadoc in JobLauncherApplicationRunner #34604
- Update two references to old APIs #34603
- Document how to get socket location for image building configuration with podman #34476
- Document support for Gradle 8 #34463
- Update Batch documentation #34456
- Add link to Failover starter #34423
- Fix typo in OpenTelemetry section #34416
- Fix typo in Encrypting Properties #34415
- Use plugins DSL consistently in Spring Boot Gradle Plugin docs #34392
🔨 Dependency Upgrades
- Upgrade to Byte Buddy 1.14.2 #34679
- Upgrade to Caffeine 3.1.5 #34571
- Upgrade to Couchbase Client 3.4.4 #34680
- Upgrade to Dropwizard Metrics 4.2.18 #34681
- Upgrade to Flyway 9.15.2 #34573
- Upgrade to GraphQL Java 20.1 #34715
- Upgrade to Groovy 4.0.10 #34683
- Upgrade to Infinispan 14.0.7.Final #34684
- Upgrade to Jedis 4.3.2 #34700
- Upgrade to Jetty 11.0.14 #34575
- Upgrade to Jetty Reactive HTTPClient 3.0.8 #34574
- Upgrade to jOOQ 3.18.1 #34701
- Upgrade to Json-smart 2.4.10 #34685
- Upgrade to Liquibase 4.20.0 #34578
- Upgrade to Logback 1.4.6 #34686
- Upgrade to MariaDB 3.1.3 #34716
- Upgrade to Maven Compiler Plugin 3.11.0 #34579
- Upgrade to Maven Help Plugin 3.4.0 #34687
- Upgrade to Micrometer 1.11.0-M2 #34546
- Upgrade to Micrometer Tracing 1.1.0-M2 #34547
- Upgrade to Netty 4.1.90.Final #34688
- Upgrade to OpenTelemetry 1.24.0 #34581
- Upgrade to Oracle R2DBC 1.1.1 #34723
- Upgrade to Postgresql 42.6.0 #34689
- Upgrade to Rabbit AMQP Client 5.17.0 #34702
- Upgrade to Reactor Bom 2022.0.5 #34553
- Upgrade to Selenium HtmlUnit 4.8.1.1 #34690
- Upgrade to SLF4J 2.0.7 #34691
- Upgrade to Spring AMQP 3.0.3 #34610
- Upgrade to Spring Data Bom 2023.0.0-M3 #34548
- Upgrade to Spring Framework 6.0.7 #34554
- Upgrade to Spring GraphQL 1.2.0-M1 #34550
- Upgrade to Spring HATEOAS 2.1.0-M1 #34703
- Upgrade to Spring Integration 6.1.0-M2 #34552
- Upgrade to Spring Kafka 3.0.5 #34555
- Upgrade to Spring Retry 2.0.1 #34556
- Upgrade to Spring Security 6.1.0-M2 #34549
- Upgrade to Spring Session 3.1.0-M1 #34551
- Upgrade to SQLite JDBC 3.41.2.0 #34725
- Upgrade to Tomcat 10.1.7 #34582
- Upgrade to UnboundID LDAPSDK 6.0.8 #34583
❤️ Contributors
Thank you to all the co...
v3.0.5
🐞 Bug Fixes
- EmbeddedWebServerFactoryCustomizerAutoConfiguration should not run when embedded web server is not configured #34659
- StandardConfigDataResource can import the same file twice if the classpath includes '.' #34617
- Loading application.yml fails with NoSuchMethodError when using SnakeYAML 2.0 #34515
@ConfigurationProperties
no longer works on a mutable Kotlin data classes #34500- Image builds with podman fail when image buildpacks are configured #34495
- Use of
@EntityScan
causes AOT instance supplier code generation error #34371
📔 Documentation
- Document support for Java 20 #34726
- Clarify conventions for custom error pages in WebFlux #34705
- Add documentation tip showing how to configure publishRegistry Maven properties from the command line #34704
- Typo in Batch documentation: content instead of context #34646
- Update two references to old APIs #34602
- Fix Javadoc in JobLauncherApplicationRunner #34596
- Document how to get socket location for image building configuration with podman #34475
🔨 Dependency Upgrades
- Upgrade to Caffeine 3.1.5 #34662
- Upgrade to Couchbase Client 3.4.4 #34663
- Upgrade to Dropwizard Metrics 4.2.18 #34664
- Upgrade to GraphQL Java 19.4 #34718
- Upgrade to Groovy 4.0.10 #34665
- Upgrade to Infinispan 14.0.7.Final #34666
- Upgrade to Jedis 4.3.2 #34698
- Upgrade to Jetty Reactive HTTPClient 3.0.8 #34667
- Upgrade to jOOQ 3.17.10 #34699
- Upgrade to Json-smart 2.4.10 #34669
- Upgrade to Logback 1.4.6 #34670
- Upgrade to Micrometer 1.10.5 #34536
- Upgrade to Micrometer Tracing 1.0.3 #34537
- Upgrade to Netty 4.1.90.Final #34671
- Upgrade to Reactor Bom 2022.0.5 #34538
- Upgrade to SLF4J 2.0.7 #34672
- Upgrade to Spring AMQP 3.0.3 #34608
- Upgrade to Spring Data Bom 2022.0.4 #34539
- Upgrade to Spring Framework 6.0.7 #34540
- Upgrade to Spring GraphQL 1.1.3 #34541
- Upgrade to Spring HATEOAS 2.0.3 #34673
- Upgrade to Spring Integration 6.0.4 #34542
- Upgrade to Spring Kafka 3.0.5 #34543
- Upgrade to Spring Retry 2.0.1 #34544
- Upgrade to Spring Session 3.0.1 #34545
- Upgrade to Tomcat 10.1.7 #34674
- Upgrade to UnboundID LDAPSDK 6.0.8 #34675
❤️ Contributors
Thank you to all the contributors who worked on this release:
@1993heqiang, @anthonydahanne, @benelog, @dsyer, @izeye, @swapy, and @terminux
v2.7.10
🐞 Bug Fixes
- Some of the deprecated spring.security.saml2.relyingparty.registration.*.identityprovider.* properties are ignored #34525
- Maven plugin uses timezone-local timestamps when outputTimestamp is used #34424
- Loading application.yml fails with NoSuchMethodError when using SnakeYAML 2.0 #34405
- EmbeddedWebServerFactoryCustomizerAutoConfiguration should not run when embedded web server is not configured #34332
- Image builds with podman fail when image buildpacks are configured #34324
- org.springframework.boot.web.embedded.jetty.GracefulShutdown uses the wrong class to create its logger #34220
- StandardConfigDataResource can import the same file twice if the classpath includes '.' #34212
📔 Documentation
- Document support for Java 20 #34642
- Update two references to old APIs #34567
- Clarify conventions for custom error pages in WebFlux #34534
- Add documentation tip showing how to configure publishRegistry Maven properties from the command line #34517
- Document support for Gradle 8 #34458
- Document how to get socket location for image building configuration with podman #34435
- Fix typo in Encrypting Properties #34386
- Use plugins DSL consistently in Spring Boot Gradle Plugin docs #34048
- Add link to Failover starter #32943
🔨 Dependency Upgrades
- Upgrade to Dropwizard Metrics 4.2.18 #34648
- Upgrade to GraphQL Java 18.4 #34717
- Upgrade to Groovy 3.0.16 #34649
- Upgrade to Jetty 9.4.51.v20230217 #34651
- Upgrade to Jetty Reactive HTTPClient 1.1.14 #34650
- Upgrade to Json-smart 2.4.10 #34652
- Upgrade to Micrometer 1.9.9 #34528
- Upgrade to Netty 4.1.90.Final #34653
- Upgrade to Reactor Bom 2020.0.30 #34529
- Upgrade to Spring AMQP 2.4.11 #34607
- Upgrade to Spring Data Bom 2021.2.10 #34530
- Upgrade to Spring Framework 5.3.26 #34531
- Upgrade to Spring GraphQL 1.0.4 #34532
- Upgrade to Spring HATEOAS 1.5.4 #34654
- Upgrade to Spring Integration 5.5.17 #34722
- Upgrade to Spring Session Bom 2021.2.1 #34533
- Upgrade to Tomcat 9.0.73 #34655
- Upgrade to UnboundID LDAPSDK 6.0.8 #34656
❤️ Contributors
Thank you to all the contributors who worked on this release:
@1993heqiang, @anandmnair, @anthonydahanne, @dsyer, @izeye, @jongwooo, and @terminux
v3.0.4
🐞 Bug Fixes
- Maven plugin uses timezone-local timestamps when outputTimestamp is used #34430
- org.springframework.boot.web.embedded.jetty.GracefulShutdown uses the wrong class to create its logger #34419
@ConfigurationProperties
with initialized nested record properties values no longer bind #34407- Custom ConfigDataLocationResolver/ConfigDataLoader fails in 3.0.x when combined with spring-boot-devtools #34372
- defaultTracingObservationHandler is not ordered as documented #34216
- Spring Boot 3 does not provide a configuration property for configuring red metrics custom tag keys #34194
📔 Documentation
- Document support for Gradle 8 #34462
- Update Batch documentation #34437
- Add link to Failover starter #34422
- Fix typo in external-config.adoc #34414
- Fix typo #34398
- Use plugins DSL consistently in Spring Boot Gradle Plugin docs #34391
🔨 Dependency Upgrades
- Upgrade to Couchbase Client 3.4.3 #34445
- Upgrade to Dropwizard Metrics 4.2.17 #34446
- Upgrade to Jetty 11.0.14 #34447
- Upgrade to Reactor Bom 2022.0.4 #34444
- Upgrade to Spring Data Bom 2022.0.3 #34439
- Upgrade to Spring Framework 6.0.6 #34440
- Upgrade to Spring Kafka 3.0.4 #34441
❤️ Contributors
Thank you to all the contributors who worked on this release:
@1993heqiang, @anandmnair, @dalbani, @fmbenhassine, @izeye, @jongwooo, and @ttddyy
v3.1.0-M1
⭐ New Features
- Auto-configure Spring Kafka ContainerCustomizer #34033
- Add property
headers
inOtlpProperties
#34004 - Add Micrometer Tracing's CompositeSpanExporter #34002
- Prevent Servlet and Filter re-registration #33911
- Allow JoranConfigurators to be passed ahead of time in logback #33643
- Add max http response header size configuration for tomcat and jetty #33553
- Remove dependency management for Apache HttpClient 4 #33535
- Improve log message of spring-boot-maven-plugin:repackage by specifying the involved files #33350
- Support setting more properties of KafkaAdmin through external configuration #33288
- Add a configuration property to control auto-startup of listener containers #33082
- Auto-configure BatchInterceptor on the default ConcurrentKafkaListenerContainerFactory #32951
- Add Nomad to cloud platforms #32880
- Allow JMX Registration Policy to be set #32573
- Allow different log level for FILE and CONSOLE appender #32076
🐞 Bug Fixes
- ClassNotFoundException during AOT processing of Logback XML that references a variable when defining a component's class #34341
- Dependency management for Spring LDAP includes spring-ldap-core-tiger which no longer exists #34325
- Logback configuration errors are not reported when running as a native image #34320
- Kotlin ConfigurationProperties default values are not picked up when nativeRun is used #34174
- ObservationFilter beans are not registered automatically #34121
- Manifests of jars built with Gradle do not have a Implementation entries #34120
- Maven Plugin's PropertiesMergingResourceTransformer closes InputStream when it should not do so #34073
- Actuator Health web endpoint broken with Gson and Java 17 #34071
- ElasticsearchClientAutoConfiguration causes global ObjectMapper to be overwritten #34068
- Spies are not reset after test execution when using
@SpyBean
#34045 - jOOQ DefaultConfiguration does not use TransactionProvider #34040
- Using devtools with Reactive application results in slower restarts #34038
- spring-boot-dependencies manages mysql:mysql-connector-java which no longer exists #34022
- Dependency management for Mongo's Java Driver is incomplete #34020
- Properties Migrator does not detect properties of Map type that are marked as deprecated #33964
- Dependency management for some Angus Mail modules uses the wrong artifact ID #33948
- Hazelcast auto-configuration loads configuration from custom locations without overriding and from default locations with overriding #33687
📔 Documentation
- Updated documentation for
@ConfigurationProperties
bean naming rules #34193 - Document additional configuration that is required for spring.mvc.throw-exception-if-no-handler-found=true to be effective #34191
- Use Maven Central for release downloads in CLI installation documentation #34162
- Update Customizing Sanitization documentation as built-in key-based sanitization is no longer performed #34074
- Add Redis application properties example #34042
🔨 Dependency Upgrades
- Upgrade to Angus Mail 1.1.0 #33956
- Upgrade to Artemis 2.28.0 #34076
- Upgrade to AssertJ 3.24.2 #33711
- Upgrade to Brave 5.15.0 #34077
- Upgrade to Byte Buddy 1.14.0 #34274
- Upgrade to Caffeine 3.1.4 #34275
- Upgrade to Dropwizard Metrics 4.2.16 #34277
- Upgrade to Elasticsearch Client 8.6.2 #34079
- Upgrade to Flyway 9.15.1 #34348
- Upgrade to Glassfish JAXB 4.0.2 #34279
- Upgrade to GraphQL Java 19.3 #34081
- Upgrade to Groovy 4.0.9 #34280
- Upgrade to Gson 2.10.1 #34083
- Upgrade to Hazelcast 5.2.2 #34281
- Upgrade to Hibernate 6.1.7.Final #34282
- Upgrade to HtmlUnit 2.70.0 #34085
- Upgrade to HttpClient5 5.2.1 #34086
- Upgrade to HttpCore5 5.2.1 #34087
- Upgrade to Jackson Bom 2.14.2 #34088
- Upgrade to Jaybird 4.0.9.java11 #34089
- Upgrade to Jersey 3.1.1 #34090
- Upgrade to jOOQ 3.17.8 #34283
- Upgrade to Kafka 3.4.0 #34284
- Upgrade to Kotlin 1.8.10 #34285
- Upgrade to Lettuce 6.2.3.RELEASE #34286
- Upgrade to Liquibase 4.19.0 #34091
- Upgrade to Log4j2 2.20.0 #34349
- Upgrade to Lombok 1.18.26 #34092
- Upgrade to MariaDB 3.1.2 #34093
- Upgrade to Maven Assembly Plugin 3.5.0 #34350
- Upgrade to Maven Dependency Plugin 3.5.0 #34094
- Upgrade to Maven Deploy Plugin 3.1.0 #34287
- Upgrade to Maven Enforcer Plugin 3.2.1 #34095
- Upgrade to Maven Install Plugin 3.1.0 #34096
- Upgrade to Maven Invoker Plugin 3.5.0 #34288
- Upgrade to Maven Javadoc Plugin 3.5.0 #34289
- Upgrade to Micrometer 1.11.0-M1 #34016
- Upgrade to Micrometer Tracing 1.1.0-M1 #34290
- Upgrade to Mockito 4.11.0 #34098
- Upgrade to MongoDB 4.9.0 #34291
- Upgrade to Native Build Tools Plugin 0.9.20 #34292
- Upgrade to Neo4j Java Driver 5.5.0 #34293
- Upgrade to Netty 4.1.89.Final #34294
- Upgrade to Oracle Database 21.9.0.0 #34295
- Upgrade to Oracle R2DBC 1.1.0 [#34102](https://github.com/spring-projects/spring-bo...
v3.0.3
🐞 Bug Fixes
- ClassNotFoundException during AOT processing of Logback XML that references a variable when defining a component's class #34336
- Logback configuration errors are not reported when running as a native image #34315
- Dependency management for Spring LDAP includes spring-ldap-core-tiger which no longer exists #34299
- Kotlin ConfigurationProperties default values are not picked up when nativeRun is used #34157
- Maven Plugin's PropertiesMergingResourceTransformer closes InputStream when it should not do so #34072
- Actuator Health web endpoint broken with Gson and Java 17 #34070
- Manifests of jars built with Gradle do not have a Implementation entries #34059
- Spies are not reset after test execution when using
@SpyBean
#34044 - Using devtools with Reactive application results in slower restarts #34036
- spring-boot-dependencies manages mysql:mysql-connector-java which no longer exists #34021
- Dependency management for Mongo's Java Driver is incomplete #34019
- jOOQ DefaultConfiguration does not use TransactionProvider #33979
- ObservationFilter beans are not registered automatically #33968
- Properties Migrator does not detect properties of Map type that are marked as deprecated #33963
- Dependency management for some Angus Mail modules uses the wrong artifact ID #33947
- ElasticsearchClientAutoConfiguration causes global ObjectMapper to be overwritten #33426
📔 Documentation
- Updated documentation for
@ConfigurationProperties
bean naming rules #34192 - Document additional configuration that is required for spring.mvc.throw-exception-if-no-handler-found=true to be effective #34190
- Use Maven Central for release downloads in CLI installation documentation #34161
- Update Customizing Sanitization documentation as built-in key-based sanitization is no longer performed #34051
- Add Redis application properties example #34041
- Restore "Use Jedis Instead of Lettuce" how-to documentation #33995
- Actuator section is missing from documentation overview #33933
- Add Javadoc since to OperationParameter.getAnnotation() #33919
🔨 Dependency Upgrades
- Upgrade to Byte Buddy 1.12.23 #34255
- Upgrade to Caffeine 3.1.4 #34256
- Upgrade to Dropwizard Metrics 4.2.16 #34258
- Upgrade to Glassfish JAXB 4.0.2 #34259
- Upgrade to Groovy 4.0.9 #34260
- Upgrade to Hibernate 6.1.7.Final #34261
- Upgrade to Jackson Bom 2.14.2 #34262
- Upgrade to Jaybird 4.0.9.java11 #34263
- Upgrade to Jersey 3.1.1 #34264
- Upgrade to jOOQ 3.17.8 #34265
- Upgrade to Lettuce 6.2.3.RELEASE #34266
- Upgrade to Lombok 1.18.26 #34267
- Upgrade to Micrometer 1.10.4 #34148
- Upgrade to Micrometer Tracing 1.0.2 #34160
- Upgrade to Native Build Tools Plugin 0.9.20 #34268
- Upgrade to Neo4j Java Driver 5.4.0 #34344
- Upgrade to Netty 4.1.89.Final #34269
- Upgrade to Postgresql 42.5.4 #34270
- Upgrade to R2DBC Postgresql 1.0.1.RELEASE #34271
- Upgrade to Reactor Bom 2022.0.3 #34149
- Upgrade to Spring AMQP 3.0.2 #34322
- Upgrade to Spring Batch 5.0.1 #34150
- Upgrade to Spring Data Bom 2022.0.2 #34151
- Upgrade to Spring Framework 6.0.5 #34152
- Upgrade to Spring GraphQL 1.1.2 #34323
- Upgrade to Spring HATEOAS 2.0.2 #34272
- Upgrade to Spring Integration 6.0.3 #34039
- Upgrade to Spring Kafka 3.0.3 #34153
- Upgrade to Spring LDAP 3.0.1 #34154
- Upgrade to Spring Security 6.0.2 #34155
- Upgrade to Spring WS 4.0.2 #34156
- Upgrade to Undertow 2.3.4.Final #34273
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Anubhav-2000, @artembilan, @ath0s, @enimiste, @izeye, @jprinet, @krzyk, @marcel-wollschlaeger, @mhalbritter, @michaldo, and @sannanansari
v2.7.9
🐞 Bug Fixes
- Maven Plugin's PropertiesMergingResourceTransformer closes InputStream when it should not do so #34063
- Actuator Health web endpoint broken with Gson and Java 17 #34030
- Dependency management for Mongo's Java Driver is incomplete #33941
- Using devtools with Reactive application results in slower restarts #33855
- Spies are not reset after test execution when using
@SpyBean
#33830 - Properties Migrator does not detect properties of Map type that are marked as deprecated #27854
📔 Documentation
- Updated documentation for
@ConfigurationProperties
bean naming rules #34029 - Restore "Use Jedis Instead of Lettuce" how-to documentation #33994
- Add Redis application properties example #33965
- Use Maven Central for release downloads in CLI installation documentation #33962
- Actuator section is missing from documentation overview #33932
- Add Javadoc since to OperationParameter.getAnnotation() #33914
- Document additional configuration that is required for spring.mvc.throw-exception-if-no-handler-found=true to be effective #31660
🔨 Dependency Upgrades
- Upgrade to ActiveMQ 5.16.6 #34238
- Upgrade to Byte Buddy 1.12.23 #34239
- Upgrade to Dropwizard Metrics 4.2.16 #34240
- Upgrade to Elasticsearch 7.17.9 #34241
- Upgrade to Glassfish JAXB 2.3.8 #34242
- Upgrade to Groovy 3.0.15 #34243
- Upgrade to Hibernate 5.6.15.Final #34244
- Upgrade to Jackson Bom 2.13.5 #34245
- Upgrade to Jaybird 4.0.9.java8 #34246
- Upgrade to Lombok 1.18.26 #34247
- Upgrade to Micrometer 1.9.8 #34141
- Upgrade to Netty 4.1.89.Final #34248
- Upgrade to Reactor Bom 2020.0.28 #34142
- Upgrade to Spring AMQP 2.4.10 #34321
- Upgrade to Spring Batch 4.3.8 #34143
- Upgrade to Spring Data Bom 2021.2.8 #34144
- Upgrade to Spring HATEOAS 1.5.3 #34249
- Upgrade to Spring Security 5.7.7 #34145
- Upgrade to Undertow 2.2.23.Final #34250
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Anubhav-2000, @enimiste, @izeye, @jprinet, @marcel-wollschlaeger, @mhalbritter, @michaldo, and @sannanansari
v3.0.2
🐞 Bug Fixes
- Failure analysis of NoUniqueBeanDefinitionException reports "defined in null" when bean definition has no resource description #33876
@DeprecatedConfigurationProperty
has no effect when declared on a record component's accessor method #33871- Devtools sets non-existent property spring.reactor.debug #33860
- Failing calls to reactive health indicators are not logged #33856
- Spring Boot 3 Native: Fails to bind properties under 'spring.groovy.template' #33847
- Diagnostics are poor when the JMX port used by the Maven start goal is in use #33845
- Inconsistent discovery of parameter names for selectors in custom actuator endpoints #33841
- OpenTelemetryAutoConfiguration should use parent-based sampler by default #33821
- SpringBootMockResolver causes AopTestUtils.getUltimateTargetObject to recurse until the stack overflows when it calls it with Spring Security's authentication manager bean #33792
- It is not possible to provide a custom TransactionProvider bean for JOOQ #33776
- Remove usage of bean definition instance supplier since not compatible with AOT #33763
- DevTools prevent startup in native image when using maven #33760
- NPE in RabbitProperties when user is given, but password not #33753
- EndpointRequestMatcher should have a toString method #33729
- SDKMAN should not use repo.spring.io for releases #33723
@ConfigurationProperties
on a@Bean
method does not work when the bean has a constructor that is eligible for constructor binding #33710- Homebrew and Scoop should not use repo.spring.io for releases #33706
- Installing Homebrew formula with --head does not work #33704
- Flyway-specific DataSource cannot be created in a native image due to missing reflection hints #33692
- Remove Jetty/Netty/ApacheHttpClient checks for WebClient #33640
- Fix no effect of custom SessionRepositoryCustomizer in application context #33514
- Nested properties without a setter can no longer be bound in 3.0 #33409
📔 Documentation
- Fix typo in testing-native-application.adoc #33896
- Replace "via" in documentation and use "over" or "through" instead #33880
- Fix typo in kotlin getting started documentation #33869
- Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc #33857
- Description of spring-boot-starter-websocket does not make it clear that it's Servlet-specific #33842
- Fix 'the the' typos #33756
- Fix docs with repeated words. #33749
- Update HTTP 2 documentation for Java 17 #33734
- Fix typo in getting started documentation #33732
- Fix typo in External Configuration documentation #33728
- Fix a typo in the ExitCodeGenerator documentation #33726
- Fix typo in javadoc of org.springframework.boot.web.server.LocalServerPort #33724
- Update dockerfile samples to use Java 17 #33629
- Remove the run example #33519
🔨 Dependency Upgrades
- Upgrade to Byte Buddy 1.12.22 #33898
- Upgrade to Couchbase Client 3.4.2 #33899
- Upgrade to Dropwizard Metrics 4.2.15 #33795
- Upgrade to FreeMarker 2.3.32 #33900
- Upgrade to Groovy 4.0.7 #33796
- Upgrade to Infinispan 14.0.6.Final #33901
- Upgrade to Jakarta Activation 2.1.1 #33798
- Upgrade to Jakarta Mail 2.1.1 #33799
- Upgrade to jOOQ 3.17.7 #33902
- Upgrade to JUnit Jupiter 5.9.2 #33800
- Upgrade to Kafka 3.3.2 #33903
- Upgrade to MariaDB 3.0.10 #33801
- Upgrade to Micrometer 1.10.3 #33802
- Upgrade to Micrometer Tracing 1.0.1 #33803
- Upgrade to MongoDB 4.8.2 #33904
- Upgrade to MSSQL JDBC 11.2.3.jre17 #33905
- Upgrade to MySQL 8.0.32 #33906
- Upgrade to Netty 4.1.87.Final #33907
- Upgrade to Reactor Bom 2022.0.2 #33804
- Upgrade to RxJava3 3.1.6 #33908
- Upgrade to Spring AMQP 3.0.1 #33811
- Upgrade to Spring Data 2022.0.1 #33810
- Upgrade to Spring Framework 6.0.4 #33805
- Upgrade to Spring HATEOAS 2.0.1 #33806
- Upgrade to Spring Integration 6.0.2 #33813
- Upgrade to Spring Kafka 3.0.2 #33812
- Upgrade to Spring WS 4.0.1 #33809
- Upgrade to Tomcat 10.1.5 #33909
- Upgrade to Undertow 2.3.3.Final #33807
- Upgrade to XmlUnit2 2.9.1 #33808
❤️ Contributors
Thank you to all the contributors who worked on this release:
@BartR96, @IDJack, @anugrahsinghal, @asomov, @devrishal, @dreis2211, @izeye, @josephlane, @krzyk, @kvmw, @mhalbritter, @michaelweidmann, @qyqcswill, @rfigueroa, @sannanansari, @sdeleuze, @yyjstudy, and @zhangyanyue