deps(deps): update spring boot to v3 (major)
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
org.springframework.boot:spring-boot-starter-test (source) |
2.7.5 -> 3.0.1
|
||||
org.springframework.boot:spring-boot-devtools (source) |
2.7.5 -> 3.0.1
|
||||
org.springframework.boot:spring-boot-starter-artemis (source) |
2.7.5 -> 3.0.1
|
||||
org.springframework.boot:spring-boot-starter-data-jpa (source) |
2.7.5 -> 3.0.1
|
||||
org.springframework.boot:spring-boot-starter-log4j2 (source) |
2.7.5 -> 3.0.1
|
||||
org.springframework.boot:spring-boot-starter-web (source) |
2.7.5 -> 3.0.1
|
||||
org.springframework.boot (source) |
2.7.5 -> 3.0.1
|
Release Notes
spring-projects/spring-boot
v3.0.1
:lady_beetle: Bug Fixes
- Fix typo in LocalDevToolsAutoConfiguration logging #33615
- No warning is given when
<springProfile>
is used in a Logback<root>
block #33610 - Auto-configure PropagationWebGraphQlInterceptor for tracing propagation #33542
- WebClient instrumentation fails with IllegalArgumentException when adapting to WebClientExchangeTagsProvider #33483
- Reactive observation auto-configuration does not declare order for WebFilter #33444
- Web server fails to start due to "Resource location must not be null" when attempting to use a PKCS 11 KeyStore #33433
- Actuator health endpoint for neo4j throws NoSuchElementException and always returns Status.DOWN #33428
- Anchors in YAML configuration files throw UnsupportedOperationException #33404
- ZipkinRestTemplateSender is not customizable #33399
- AOT doesn't work with Logstash Logback Encoder #33387
- Maven process-aot goal fails when release version is set in Maven compiler plugin #33382
-
DependsOnDatabaseInitializationPostProcessor
re-declares bean dependencies at native image runtime #33374 -
@SpringBootTest
now throws a NullPointerException rather than a helpful IllegalStateException when@SpringBootConfiguration
is not found #33371 - bootBuildImage always trys to create a native image due to bootJar always adding a META-INF/native-image/argfile to the jar #33363
📔 Documentation
- Improve gradle plugin tags documentation #33617
- Improve maven plugin tags documentation #33616
- Fix typo in tomcat accesslog checkExists doc #33512
- Documented Java compiler level is wrong #33505
- Fix typo in documentation #33453
- Update instead of replace environment in bootBuildImage documentation #33424
- Update the reference docs to document the need to declare the native-maven-plugin when using buildpacks to create a native image #33422
- Document that the shutdown endpoint is not intended for use when deploying a war to a servlet container #33410
- Reinstate GraphQL testing documentaion #33407
- Description of
NEVER
in Sanitize Sensitive Values isn't formatted correctly #33398
🔨 Dependency Upgrades
- Upgrade to AspectJ 1.9.19 #33586
- Upgrade to Byte Buddy 1.12.20 #33587
- Upgrade to Couchbase Client 3.4.1 #33588
- Upgrade to Dropwizard Metrics 4.2.14 #33589
- Upgrade to Elasticsearch Client 8.5.3 #33590
- Upgrade to Hibernate 6.1.6.Final #33591
- Upgrade to HttpClient 4.5.14 #33592
- Upgrade to HttpCore 4.4.16 #33593
- Upgrade to Infinispan 14.0.4.Final #33594
- Upgrade to Jaybird 4.0.8.java11 #33595
- Upgrade to Jetty 11.0.13 #33596
- Upgrade to jOOQ 3.17.6 #33597
- Upgrade to Kotlin 1.7.22 #33598
- Upgrade to Lettuce 6.2.2.RELEASE #33599
- Upgrade to MongoDB 4.8.1 #33600
- Upgrade to MSSQL JDBC 11.2.2.jre17 #33601
- Upgrade to Native Build Tools Plugin 0.9.19 #33602
- Upgrade to Netty 4.1.86.Final #33603
- Upgrade to Reactor 2022.0.1 #33475
- Upgrade to SLF4J 2.0.6 #33604
- Upgrade to Spring for GraphQL 1.1.1 #33477
- Upgrade to Spring Framework 6.0.3 #33476
- Upgrade to Spring Integration 6.0.1 #33605
- Upgrade to Spring Kafka 3.0.1 #33480
- Upgrade to Spring Security 6.0.1 #33479
- Upgrade to Thymeleaf 3.1.1.RELEASE #33486
- Upgrade to Thymeleaf Extras SpringSecurity 3.1.1.RELEASE #33606
- Upgrade to Tomcat 10.1.4 #33167
- Upgrade to UnboundID LDAPSDK 6.0.7 #33607
- Upgrade to Undertow 2.3.2.Final #33608
❤ Contributors
Thank you to all the contributors who worked on this release:
@Artur-, @aksh1618, @candrews, @cdanger, @currenjin, @izeye, @jprinet, @lishangbu, @ohdaeho, @peter-janssen, and @shekharAggarwal
v3.0.0
See the Release notes for 3.0 for upgrade instructions and details of new features.
⭐ New Features
- Provide a configuration property for the observation patterns of Spring Integration components #33099
:lady_beetle: Bug Fixes
- io.micrometer.tracing.Tracer on the classpath breaks AOT processing for tests #33298
- Tracer library HTTP instrumentation is auto-configured unnecessarily #33287
- Auto-configuration ignores user-provided ObservationConventions #33285
-
ScheduledBeanLazyInitializationExcludeFilter
is auto-configured even when annotation-based scheduled has not been enabled #33284 - SpringBootContextLoader prints banner twice when using a
@ContextHierarchy
#33263 - Properties migrator causes an application to fail to start if it tries to map a property whose metadata data entry contains an invalid configuration property name #33250
- Wavefront MeterRegistryCustomizer is not applying application tags from application.properties #33244
- Actuator responses no longer format timestamps as ISO-8601 #33236
- Configuration property is not bound in a native image when property has get, set, and is methods #33232
- Configuration property binding does not deal with bridge methods #33212
- Contribute missing resource hints for GraphQL schema files and GraphiQL HTML page #33208
- Hints for ClientHttpRequestFactory should only be generated for matching methods #33203
- Native profile should configure execution in pluginManagement #33184
- Configuring management.server.port via a config tree results in a ConverterNotFoundException when the management context is refreshed #33169
- JBoss logging does not route directly to SLF4J when using Logback #33155
- Test with UseMainMethod.Always do not work with Kotlin main functions #33114
- Maven process-aot does not specify source and target release when compiling generated sources #33112
- Some Actuator beans are ineligible for post-processing #33110
- AOT-generated source fails to compile when Actuator is enabled on a WebFlux project #33106
-
@ContextHierarchy
should never be used with main method #33078 - Maven process-aot fails when compiler plugin has been configured with --enable-preview #33012
- Wavefront application tags differ from those used in a Spring Boot 2.x application #32844
- Maven goal
spring-boot:build-image
runs package phase twice #26455
📔 Documentation
- Document observation for R2DBC #33335
- Align Tomcat multiple connectors example with recommendation to configure SSL declaratively #33333
- Actuator document is misleading about k8s startup probe #33327
- Update documented for
@Timed
to reflect narrower support #33282 - Update reference documentation to replace mentions of tags providers and contributors with their Observation-based equivalents #33281
- Link to Micrometer's
@Timed
documentation #33266 - Clarify use of the
spring.cache.type
property with Hazelcast #33258 - Example git.commit.time in the Actuator API documentation is thousands of years in the future #33256
- Update Spring Security filter dispatcher types docs to reflect change in default value #33252
- Documentation for nested configuration properties in a native image uses
@NestedConfigurationProperty
too widely #33239 - Document that the
jar
task should not be disabled when building a native image #33238 - Document nesting configuration properties using records or Kotlin data classes and how and when to use
@NestedConfigurationProperty
#33235 - Links to Features describes sections that have moved elsewhere #33214
- Fix broken links in docs #33209
- Document the need for compilation with -parameters when targeting a native image #33182
- Remove outdated native image documentation #33109
- Mention
@RegisterReflectionForBinding
in the docs #32903
🔨 Dependency Upgrades
- Upgrade to Byte Buddy 1.12.19 #33302
- Upgrade to Caffeine 3.1.2 #33339
- Upgrade to Dropwizard Metrics 4.2.13 #33303
- Upgrade to Ehcache3 3.10.8 #33304
- Upgrade to Elasticsearch Client 8.5.1 #33225
- Upgrade to Glassfish JSTL 3.0.1 #33305
- Upgrade to Hazelcast 5.1.5 #33187
- Upgrade to HttpClient5 5.1.4 #33306
- Upgrade to HttpCore5 5.1.5 #33188
- Upgrade to Jackson 2.14.1 #33289
- Upgrade to Jackson Bom 2.14.0 #33189
- Upgrade to Janino 3.1.9 #33307
- Upgrade to Jaybird 4.0.7.java11 #33190
- Upgrade to Kotlin 1.7.21 #33191
- Upgrade to Logback 1.4.5 #33308
- Upgrade to MariaDB 3.0.9 #33192
- Upgrade to Micrometer 1.10.2 #33334
- Upgrade to MongoDB 4.8.0 #33193
- Upgrade to Native Build Tools 0.9.18 #33301
- Upgrade to Netty 4.1.85.Final #33194
- Upgrade to Postgresql 42.5.1 #33340
- Upgrade to R2DBC H2 1.0.0.RELEASE #33195
- Upgrade to R2DBC Pool 1.0.0.RELEASE #33196
- Upgrade to R2DBC Postgresql 1.0.0.RELEASE #33197
- Upgrade to R2DBC Proxy 1.0.1.RELEASE #33309
- Upgrade to REST Assured 5.2.1 #33310
- Upgrade to SLF4J 2.0.4 #33311
- Upgrade to Spring AMQP 3.0.0 #33141
- Upgrade to Spring Batch 5.0.0 #33148
- Upgrade to Spring Data 2022.0.0 #33140
- Upgrade to Spring Framework 6.0.0 #33136
- Upgrade to Spring Framework 6.0.2 #33286
- Upgrade to Spring GraphQL 1.1.0 #33145
- Upgrade to Spring HATEOAS 2.0.0 #33137
- Upgrade to Spring Integration 6.0.0 #33146
- Upgrade to Spring Kafka 3.0.0 #33142
- Upgrade to Spring LDAP 3.0.0 #33138
- Upgrade to Spring REST Docs 3.0.0 #33143
- Upgrade to Spring Retry 2.0.0 #33149
- Upgrade to Spring Security 6.0.0 #33144
- Upgrade to Spring Session 3.0.0 #33147
- Upgrade to Spring WS 4.0.0 #33139
- Upgrade to SQLite JDBC 3.39.4.1 #33312
- Upgrade to Thymeleaf 3.1.0.RELEASE #33313
- Upgrade to Thymeleaf Extras SpringSecurity 3.1.0.RELEASE #33314
- Upgrade to Yasson 3.0.2 #33201
❤ Contributors
Thank you to all the contributors who worked on this release:
@artembilan, @dreis2211, @hpoettker, @izeye, @jonatan-ivanov, @oppegard, @sdeleuze, @ttddyy, @tumit, and @vpavic
v2.7.7
:lady_beetle: Bug Fixes
- Fix typo in LocalDevToolsAutoConfiguration logging #33569
- Web server fails to start due to "Resource location must not be null" when attempting to use a PKCS 11 KeyStore #32179
📔 Documentation
- Improve gradle plugin tags documentation #33614
- Improve maven plugin tags documentation #33609
- Fix typo in tomcat accesslog checkExists doc #33460
- Document that the shutdown endpoint is not intended for use when deploying a war to a servlet container #17398
🔨 Dependency Upgrades
- Upgrade to Byte Buddy 1.12.20 #33570
- Upgrade to Dropwizard Metrics 4.2.14 #33571
- Upgrade to Elasticsearch 7.17.8 #33572
- Upgrade to HttpClient 4.5.14 #33573
- Upgrade to HttpCore 4.4.16 #33574
- Upgrade to Infinispan 13.0.14.Final #33575
- Upgrade to Jaybird 4.0.8.java8 #33576
- Upgrade to Jetty 9.4.50.v20221201 #33577
- Upgrade to MSSQL JDBC 10.2.2.jre8 #33578
- Upgrade to Neo4j Java Driver 4.4.11 #33579
- Upgrade to Netty 4.1.86.Final #33580
- Upgrade to Reactor 2020.0.26 #33543
- Upgrade to Spring Integration 5.5.16 #33581
- Upgrade to Spring Security 5.7.6 #33544
- Upgrade to Thymeleaf Extras SpringSecurity 3.0.5.RELEASE #33582
- Upgrade to Tomcat 9.0.70 #33583
- Upgrade to UnboundID LDAPSDK 6.0.7 #33584
- Upgrade to Undertow 2.2.22.Final #33585
❤ Contributors
Thank you to all the contributors who worked on this release:
@Artur-, @aksh1618, @cdanger, @currenjin, @jprinet, and @shekharAggarwal
v2.7.6
:lady_beetle: Bug Fixes
-
ScheduledBeanLazyInitializationExcludeFilter
is auto-configured even when annotation-based scheduled has not been enabled #33283 - SpringBootContextLoader prints banner twice when using a
@ContextHierarchy
#33262 - Properties migrator causes an application to fail to start if it tries to map a property whose metadata data entry contains an invalid configuration property name #33249
- Configuration property binding does not deal with bridge methods #33211
- Configuring management.server.port via a config tree results in a ConverterNotFoundException when the management context is refreshed #33168
- Dependency management for XMLUnit is incomplete #32999
- Spring Boot's Lettuce metrics enable histrograms by default and it's hard to switch them off #32989
- Dependency management for Selenium is incomplete #32861
- NumberFormatException when configuring spring.redis.sentinel.nodes with an IPv6 address #32836
📔 Documentation
- Align Tomcat multiple connectors example with recommendation to configure SSL declaratively #33331
- ConditionalOnClass not working for Bean methods on Java 8 #33328
- Actuator document is misleading about k8s startup probe #33326
- Link to Micrometer's
@Timed
documentation #33265 - Clarify use of the
spring.cache.type
property with Hazelcast #33257 - Example git.commit.time in the Actuator API documentation is thousands of years in the future #33255
- Links to Features describes sections that have moved elsewhere #33213
- Fix kafka streams auto start description typo in reference docs #33101
- OAuth 2 configuration example uses unrecognized value for authorization grant type #33068
- Fix typos in logging.adoc #32820
- Harmonize code sample in the "Type-safe Configuration Properties" section #32818
🔨 Dependency Upgrades
- Upgrade to Byte Buddy 1.12.19 #33272
- Upgrade to Dropwizard Metrics 4.2.13 #33321
- Upgrade to Ehcache3 3.10.8 #33322
- Upgrade to Elasticsearch 7.17.7 #33171
- Upgrade to Hazelcast 5.1.5 #33172
- Upgrade to Hibernate 5.6.14.Final #33173
- Upgrade to HttpClient5 5.1.4 #33323
- Upgrade to HttpCore5 5.1.5 #33174
- Upgrade to Janino 3.1.9 #33274
- Upgrade to Jaybird 4.0.7.java8 #33175
- Upgrade to MariaDB 3.0.9 #33176
- Upgrade to Micrometer 1.9.6 #33129
- Upgrade to Netty 4.1.85.Final #33177
- Upgrade to Postgresql 42.3.8 #33338
- Upgrade to Reactor 2020.0.25 #33130
- Upgrade to Spring AMQP 2.4.8 #33223
- Upgrade to Spring Data 2021.2.6 #33132
- Upgrade to Spring Framework 5.3.24 #33131
- Upgrade to Spring GraphQL 1.0.3 #33150
- Upgrade to Spring Kafka 2.8.11 #33133
- Upgrade to Spring REST Docs 2.0.7.RELEASE #33134
- Upgrade to Spring Security 5.7.5 #33178
- Upgrade to Spring WS 3.1.4 #33179
- Upgrade to Tomcat 9.0.69 #33180
❤ Contributors
Thank you to all the contributors who worked on this release:
@EricGao888, @biergit, @dreis2211, @eurythmia, @hpoettker, @iamgd67, @izeye, @jamessoun93, and @sdeleuze
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.