Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.0 #8

Merged
Fascinated merged 1 commits from renovate/spring-boot into master 2024-06-01 17:34:57 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
org.springframework.boot:spring-boot-starter-parent (source) parent minor 3.2.5 -> 3.3.0

Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)

v3.3.0

Compare Source

New Features

  • Add support for descriptions of record components in configuration metadata generation #​29403

🐞 Bug Fixes

  • gradlew bootBuildImage fails with Podman on macOS Sonoma #​40871
  • Pulsar auth parameters don't properly encode JSON values #​40869
  • When using JPA and ImportTestcontainers, test context may fail to refresh due to "Mapped port can only be obtained after the container is started" #​40863
  • Default MIME mappings are not loaded unless additional mappings are configured #​40860
  • Starting from 3.2.x, @SpyBean is not able to initialise MongoRepository bean of the generic type #​40855
  • Auto-configuration ordering change breaks DocumentReference (in non-reactive MongoTemplate) when depending on mongodb-driver-reactivestreams #​40851
  • Neo4jReactiveDataAutoConfiguration creates incorrectly named bean #​40836
  • Image building fails during cleanup when bind mount has read-only content #​40799
  • Failure Analysis for InvalidConfigurationPropertyValueException is skipped when the property is not set #​40691
  • IllegalArgumentException can be thrown when running an uber jar on a shared drive #​40643
  • setReadTimeout can't be set via Reflective factory on JettyClientHttpRequestFactory #​40638
  • URISyntaxException is raised if the spring boot application is started in a location that contains invalid URI characters #​40616
  • resolveMainClassName fails when building with Gradle using Java 22 #​40613
  • AnsiOutput.detectIfAnsiCapable broken on JDK22 #​40609
  • Help information for spring init's build option has the wrong default #​40606
  • JarUrlConnection.getPermission() can throw NullPointerException if jarFileConnection is null #​40599
  • Whitespace is not correctly trimmed when generating configuration properties metadata from records #​40593
  • In some situations, the failure when the AOT-generated initializer cannot be loaded is less helpful than before #​40584
  • Properties binding eagerly creates superfluous maps #​40561
  • Configuring SSL bundle reload for non-file resource types causes errors that are difficult to diagnose #​40560
  • spring-boot-dependencies cannot be used with repositories that ban com.oracle.database.jdbc:ojdbc-bom #​40535
  • Buildpacks do not support Docker with containerd image store #​40526
  • SpringBootMockMvcBuilderCustomizer can crash cryptically while collecting data that it would have discarded anyway #​40517
  • Containers not shut down between tests when using .withReuse(true) but env. does not support reuse (e.g. CI builds) #​40509
  • CookieSameSiteSupplier influences session cookie #​40501
  • <springProperty> and <springProfile> do not work in <include> after Logback upgrade #​40491
  • Runtime hint registration for property binding should not fail when parameter information is unavailable #​40486
  • ServiceLevelObjectiveBoundary properties cannot be bound in a native image application #​40483
  • server.error.include-binding-errors does not recognize MethodValidationResult exceptions #​40474
  • spring.data.redis.cluster.nodes and spring.data.redis.sentinel.nodes do not handle IPv6 addresses correctly #​40467
  • Using relative paths to describe the classpath in the error message from ResolveMainClassName hinders problem diagnosis #​40465
  • Jartools extract command doesn't extract all files from META-INF #​40456
  • Native image doesn't start and doesn't log anything if an environment post processor throws an exception #​40451
  • Unlike DataSourceAutoConfiguration, DevToolsDataSourceAutoConfiguration assumes that javax.sql.DataSource will always be available #​40441

📔 Documentation

  • Improve graceful shutdown documentation to remove ambiguity #​40846
  • Document ways to opt out from immutable @ConfigurationProperties binding with single constructor #​40844
  • Document that a custom HttpMessageConverters bean can be used to reorder json message converters when needed #​40839
  • Address ambiguity now that Testcontainers has two classes named KafkaContainer #​40756
  • Publish API documentation for Spring Boot's Kotlin APIs #​40692
  • Fix typo in features doc #​40631
  • Code inclusion in Jersey documentation is broken #​40629
  • Add How-To for ManagedClassNameFilter #​40617
  • Clarify devtools restart class loader #​40608
  • Document default value of management.zipkin.tracing.encoding #​40588
  • Note that spring-boot-docker-compose is excluded by default from packaged jars #​40565
  • Clarify docs around spring.jpa.generate-ddl #​40523
  • Clarify the directory that's used by default to find Docker Compose compose.yaml #​40515
  • Suggest testAndDevelopmentOnly configuration when using Docker Compose support in tests #​40481
  • Clarify that all named properties must match for @ConditionalOnProperty to match #​40471
  • Links to Spring Batch javadoc for EnableBatchProcessing and DefaultBatchConfiguration are broken #​40141
  • Add grpc starter and httpexchange starter to the community starters document #​39437

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​An1s9n, @​DanielLiu1123, @​PiyalAhmed, @​chaewss, @​coursar, @​dependabot[bot], @​dsyer, @​dukbong, @​facewise, @​izeye, @​nahidshahin, @​onobc, @​quaff, @​snicoll, @​tobi-laa, and @​yokotaso

v3.2.6

Compare Source

🐞 Bug Fixes

  • Image building fails during cleanup when bind mount has read-only content #​40760
  • Failure Analysis for InvalidConfigurationPropertyValueException is skipped when the property is not set #​40690
  • setReadTimeout can't be set via Reflective factory on JettyClientHttpRequestFactory #​40635
  • URISyntaxException is raised if the spring boot application is started in a location that contains invalid URI characters #​40615
  • Help information for spring init's build option has the wrong default #​40605
  • When using JPA and ImportTestcontainers, test context may fail to refresh due to "Mapped port can only be obtained after the container is started" #​40585
  • IllegalArgumentException can be thrown when running an uber jar on a shared drive #​40549
  • spring-boot-dependencies cannot be used with repositories that ban com.oracle.database.jdbc:ojdbc-bom #​40534
  • SpringBootMockMvcBuilderCustomizer can crash cryptically while collecting data that it would have discarded anyway #​40516
  • Containers not shut down between tests when using .withReuse(true) but env. does not support reuse (e.g. CI builds) #​40508
  • Pulsar auth parameters don't properly encode JSON values #​40493
  • Runtime hint registration for property binding should not fail when parameter information is unavailable #​40485
  • ServiceLevelObjectiveBoundary properties cannot be bound in a native image application #​40482
  • spring.data.redis.cluster.nodes and spring.data.redis.sentinel.nodes do not handle IPv6 addresses correctly #​40466
  • Using relative paths to describe the classpath in the error message from ResolveMainClassName hinders problem diagnosis #​40464
  • Native image doesn't start and doesn't log anything if an environment post processor throws an exception #​40450
  • Unlike DataSourceAutoConfiguration, DevToolsDataSourceAutoConfiguration assumes that javax.sql.DataSource will always be available #​40440
  • Starting from 3.2.x, @SpyBean is not able to initialise MongoRepository bean of the generic type #​40234
  • AnsiOutput.detectIfAnsiCapable broken on JDK22 #​40172
  • Buildpacks do not support Docker with containerd image store #​40100
  • resolveMainClassName fails when building with Gradle using Java 22 #​40074
  • server.error.include-binding-errors does not recognize MethodValidationResult exceptions #​39865
  • JarUrlConnection.getPermission() can throw NullPointerException if jarFileConnection is null #​39856
  • gradlew bootBuildImage fails with Podman on macOS Sonoma #​39830
  • CookieSameSiteSupplier influences session cookie #​39766
  • Auto-configuration ordering change breaks DocumentReference (in non-reactive MongoTemplate) when depending on mongodb-driver-reactivestreams #​39405
  • Properties binding eagerly creates superfluous maps #​39375
  • Configuring SSL bundle reload for non-file resource types causes errors that are difficult to diagnose #​38903
  • In some situations, the failure when the AOT-generated initializer cannot be loaded is less helpful than before #​38645

📔 Documentation

  • Improve graceful shutdown documentation to remove ambiguity #​40845
  • Document ways to opt out from immutable @ConfigurationProperties binding with single constructor #​40843
  • Document that a custom HttpMessageConverters bean can be used to reorder json message converters when needed #​40838
  • Address ambiguity now that Testcontainers has two classes named KafkaContainer #​40699
  • Clarify devtools restart class loader #​40607
  • Note that spring-boot-docker-compose is excluded by default from packaged jars #​40564
  • Clarify docs around spring.jpa.generate-ddl #​40522
  • Clarify the directory that's used by default to find Docker Compose compose.yaml #​40514
  • Clarify that all named properties must match for @ConditionalOnProperty to match #​40470
  • Links to Spring Batch javadoc for EnableBatchProcessing and DefaultBatchConfiguration are broken #​40468
  • Suggest testAndDevelopmentOnly configuration when using Docker Compose support in tests #​40171

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​PiyalAhmed, @​chaewss, @​coursar, @​dependabot[bot], @​dsyer, @​dukbong, @​facewise, @​izeye, @​onobc, @​quaff, @​snicoll, @​tobi-laa, and @​yokotaso


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | minor | `3.2.5` -> `3.3.0` | --- ### Release Notes <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary> ### [`v3.3.0`](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.0) [Compare Source](https://github.com/spring-projects/spring-boot/compare/v3.2.6...v3.3.0) #### :star: New Features - Add support for descriptions of record components in configuration metadata generation [#&#8203;29403](https://github.com/spring-projects/spring-boot/pull/29403) #### :lady_beetle: Bug Fixes - gradlew bootBuildImage fails with Podman on macOS Sonoma [#&#8203;40871](https://github.com/spring-projects/spring-boot/issues/40871) - Pulsar auth parameters don't properly encode JSON values [#&#8203;40869](https://github.com/spring-projects/spring-boot/issues/40869) - When using JPA and ImportTestcontainers, test context may fail to refresh due to "Mapped port can only be obtained after the container is started" [#&#8203;40863](https://github.com/spring-projects/spring-boot/issues/40863) - Default MIME mappings are not loaded unless additional mappings are configured [#&#8203;40860](https://github.com/spring-projects/spring-boot/issues/40860) - Starting from 3.2.x, `@SpyBean` is not able to initialise MongoRepository bean of the generic type [#&#8203;40855](https://github.com/spring-projects/spring-boot/issues/40855) - Auto-configuration ordering change breaks DocumentReference (in non-reactive MongoTemplate) when depending on mongodb-driver-reactivestreams [#&#8203;40851](https://github.com/spring-projects/spring-boot/issues/40851) - Neo4jReactiveDataAutoConfiguration creates incorrectly named bean [#&#8203;40836](https://github.com/spring-projects/spring-boot/pull/40836) - Image building fails during cleanup when bind mount has read-only content [#&#8203;40799](https://github.com/spring-projects/spring-boot/issues/40799) - Failure Analysis for InvalidConfigurationPropertyValueException is skipped when the property is not set [#&#8203;40691](https://github.com/spring-projects/spring-boot/issues/40691) - IllegalArgumentException can be thrown when running an uber jar on a shared drive [#&#8203;40643](https://github.com/spring-projects/spring-boot/issues/40643) - setReadTimeout can't be set via Reflective factory on JettyClientHttpRequestFactory [#&#8203;40638](https://github.com/spring-projects/spring-boot/issues/40638) - URISyntaxException is raised if the spring boot application is started in a location that contains invalid URI characters [#&#8203;40616](https://github.com/spring-projects/spring-boot/issues/40616) - resolveMainClassName fails when building with Gradle using Java 22 [#&#8203;40613](https://github.com/spring-projects/spring-boot/issues/40613) - AnsiOutput.detectIfAnsiCapable broken on JDK22 [#&#8203;40609](https://github.com/spring-projects/spring-boot/issues/40609) - Help information for spring init's build option has the wrong default [#&#8203;40606](https://github.com/spring-projects/spring-boot/issues/40606) - JarUrlConnection.getPermission() can throw NullPointerException if jarFileConnection is null [#&#8203;40599](https://github.com/spring-projects/spring-boot/issues/40599) - Whitespace is not correctly trimmed when generating configuration properties metadata from records [#&#8203;40593](https://github.com/spring-projects/spring-boot/issues/40593) - In some situations, the failure when the AOT-generated initializer cannot be loaded is less helpful than before [#&#8203;40584](https://github.com/spring-projects/spring-boot/issues/40584) - Properties binding eagerly creates superfluous maps [#&#8203;40561](https://github.com/spring-projects/spring-boot/issues/40561) - Configuring SSL bundle reload for non-file resource types causes errors that are difficult to diagnose [#&#8203;40560](https://github.com/spring-projects/spring-boot/issues/40560) - spring-boot-dependencies cannot be used with repositories that ban com.oracle.database.jdbc:ojdbc-bom [#&#8203;40535](https://github.com/spring-projects/spring-boot/issues/40535) - Buildpacks do not support Docker with containerd image store [#&#8203;40526](https://github.com/spring-projects/spring-boot/issues/40526) - SpringBootMockMvcBuilderCustomizer can crash cryptically while collecting data that it would have discarded anyway [#&#8203;40517](https://github.com/spring-projects/spring-boot/issues/40517) - Containers not shut down between tests when using .withReuse(true) but env. does not support reuse (e.g. CI builds) [#&#8203;40509](https://github.com/spring-projects/spring-boot/issues/40509) - CookieSameSiteSupplier influences session cookie [#&#8203;40501](https://github.com/spring-projects/spring-boot/issues/40501) - `<springProperty>` and `<springProfile>` do not work in `<include>` after Logback upgrade [#&#8203;40491](https://github.com/spring-projects/spring-boot/issues/40491) - Runtime hint registration for property binding should not fail when parameter information is unavailable [#&#8203;40486](https://github.com/spring-projects/spring-boot/issues/40486) - ServiceLevelObjectiveBoundary properties cannot be bound in a native image application [#&#8203;40483](https://github.com/spring-projects/spring-boot/issues/40483) - server.error.include-binding-errors does not recognize MethodValidationResult exceptions [#&#8203;40474](https://github.com/spring-projects/spring-boot/issues/40474) - spring.data.redis.cluster.nodes and spring.data.redis.sentinel.nodes do not handle IPv6 addresses correctly [#&#8203;40467](https://github.com/spring-projects/spring-boot/issues/40467) - Using relative paths to describe the classpath in the error message from ResolveMainClassName hinders problem diagnosis [#&#8203;40465](https://github.com/spring-projects/spring-boot/issues/40465) - Jartools extract command doesn't extract all files from META-INF [#&#8203;40456](https://github.com/spring-projects/spring-boot/issues/40456) - Native image doesn't start and doesn't log anything if an environment post processor throws an exception [#&#8203;40451](https://github.com/spring-projects/spring-boot/issues/40451) - Unlike DataSourceAutoConfiguration, DevToolsDataSourceAutoConfiguration assumes that javax.sql.DataSource will always be available [#&#8203;40441](https://github.com/spring-projects/spring-boot/issues/40441) #### :notebook_with_decorative_cover: Documentation - Improve graceful shutdown documentation to remove ambiguity [#&#8203;40846](https://github.com/spring-projects/spring-boot/issues/40846) - Document ways to opt out from immutable `@ConfigurationProperties` binding with single constructor [#&#8203;40844](https://github.com/spring-projects/spring-boot/issues/40844) - Document that a custom HttpMessageConverters bean can be used to reorder json message converters when needed [#&#8203;40839](https://github.com/spring-projects/spring-boot/issues/40839) - Address ambiguity now that Testcontainers has two classes named KafkaContainer [#&#8203;40756](https://github.com/spring-projects/spring-boot/issues/40756) - Publish API documentation for Spring Boot's Kotlin APIs [#&#8203;40692](https://github.com/spring-projects/spring-boot/issues/40692) - Fix typo in features doc [#&#8203;40631](https://github.com/spring-projects/spring-boot/pull/40631) - Code inclusion in Jersey documentation is broken [#&#8203;40629](https://github.com/spring-projects/spring-boot/pull/40629) - Add How-To for ManagedClassNameFilter [#&#8203;40617](https://github.com/spring-projects/spring-boot/pull/40617) - Clarify devtools restart class loader [#&#8203;40608](https://github.com/spring-projects/spring-boot/issues/40608) - Document default value of management.zipkin.tracing.encoding [#&#8203;40588](https://github.com/spring-projects/spring-boot/pull/40588) - Note that spring-boot-docker-compose is excluded by default from packaged jars [#&#8203;40565](https://github.com/spring-projects/spring-boot/issues/40565) - Clarify docs around spring.jpa.generate-ddl [#&#8203;40523](https://github.com/spring-projects/spring-boot/issues/40523) - Clarify the directory that's used by default to find Docker Compose compose.yaml [#&#8203;40515](https://github.com/spring-projects/spring-boot/issues/40515) - Suggest testAndDevelopmentOnly configuration when using Docker Compose support in tests [#&#8203;40481](https://github.com/spring-projects/spring-boot/issues/40481) - Clarify that all named properties must match for `@ConditionalOnProperty` to match [#&#8203;40471](https://github.com/spring-projects/spring-boot/issues/40471) - Links to Spring Batch javadoc for EnableBatchProcessing and DefaultBatchConfiguration are broken [#&#8203;40141](https://github.com/spring-projects/spring-boot/pull/40141) - Add grpc starter and httpexchange starter to the community starters document [#&#8203;39437](https://github.com/spring-projects/spring-boot/pull/39437) #### :hammer: Dependency Upgrades - Upgrade to Byte Buddy 1.14.16 [#&#8203;40879](https://github.com/spring-projects/spring-boot/issues/40879) - Upgrade to Cassandra Driver 4.18.1 [#&#8203;40842](https://github.com/spring-projects/spring-boot/issues/40842) - Upgrade to Couchbase Client 3.6.2 [#&#8203;40737](https://github.com/spring-projects/spring-boot/issues/40737) - Upgrade to Dependency Management Plugin 1.1.5 [#&#8203;40738](https://github.com/spring-projects/spring-boot/issues/40738) - Upgrade to Elasticsearch Client 8.13.4 [#&#8203;40739](https://github.com/spring-projects/spring-boot/issues/40739) - Upgrade to GraphQL Java 22.0 [#&#8203;40618](https://github.com/spring-projects/spring-boot/issues/40618) - Upgrade to Hibernate 6.5.2.Final [#&#8203;40867](https://github.com/spring-projects/spring-boot/issues/40867) - Upgrade to Infinispan 15.0.4.Final [#&#8203;40865](https://github.com/spring-projects/spring-boot/issues/40865) - Upgrade to Jackson Bom 2.17.1 [#&#8203;40742](https://github.com/spring-projects/spring-boot/issues/40742) - Upgrade to Jakarta XML SOAP 3.0.2 [#&#8203;40786](https://github.com/spring-projects/spring-boot/issues/40786) - Upgrade to Jakarta XML WS 4.0.2 [#&#8203;40787](https://github.com/spring-projects/spring-boot/issues/40787) - Upgrade to Jetty 12.0.9 [#&#8203;40743](https://github.com/spring-projects/spring-boot/issues/40743) - Upgrade to Jetty Reactive HTTPClient 4.0.4 [#&#8203;40811](https://github.com/spring-projects/spring-boot/issues/40811) - Upgrade to jOOQ 3.19.8 [#&#8203;40744](https://github.com/spring-projects/spring-boot/issues/40744) - Upgrade to Kotlin 1.9.24 [#&#8203;40745](https://github.com/spring-projects/spring-boot/issues/40745) - Upgrade to Kotlin Coroutines 1.8.1 [#&#8203;40746](https://github.com/spring-projects/spring-boot/issues/40746) - Upgrade to Maven Deploy Plugin 3.1.2 [#&#8203;40747](https://github.com/spring-projects/spring-boot/issues/40747) - Upgrade to Maven Install Plugin 3.1.2 [#&#8203;40748](https://github.com/spring-projects/spring-boot/issues/40748) - Upgrade to Maven Jar Plugin 3.4.1 [#&#8203;40749](https://github.com/spring-projects/spring-boot/issues/40749) - Upgrade to Maven Shade Plugin 3.5.3 [#&#8203;40750](https://github.com/spring-projects/spring-boot/issues/40750) - Upgrade to Micrometer 1.13.0 [#&#8203;40666](https://github.com/spring-projects/spring-boot/issues/40666) - Upgrade to Micrometer Tracing 1.3.0 [#&#8203;40667](https://github.com/spring-projects/spring-boot/issues/40667) - Upgrade to Native Build Tools Plugin 0.10.2 [#&#8203;40840](https://github.com/spring-projects/spring-boot/issues/40840) - Upgrade to Neo4j Java Driver 5.20.0 [#&#8203;40681](https://github.com/spring-projects/spring-boot/issues/40681) - Upgrade to Netty 4.1.110.Final [#&#8203;40880](https://github.com/spring-projects/spring-boot/issues/40880) - Upgrade to Pooled JMS 3.1.6 [#&#8203;40751](https://github.com/spring-projects/spring-boot/issues/40751) - Upgrade to Pulsar 3.2.3 [#&#8203;40841](https://github.com/spring-projects/spring-boot/issues/40841) - Upgrade to Pulsar Reactive 0.5.5 [#&#8203;40812](https://github.com/spring-projects/spring-boot/issues/40812) - Upgrade to R2DBC Proxy 1.1.5.RELEASE [#&#8203;40752](https://github.com/spring-projects/spring-boot/issues/40752) - Upgrade to Reactor Bom 2023.0.6 [#&#8203;40668](https://github.com/spring-projects/spring-boot/issues/40668) - Upgrade to SAAJ Impl 3.0.4 [#&#8203;40788](https://github.com/spring-projects/spring-boot/issues/40788) - Upgrade to Spring AMQP 3.1.5 [#&#8203;40829](https://github.com/spring-projects/spring-boot/issues/40829) - Upgrade to Spring Authorization Server 1.3.0 [#&#8203;40669](https://github.com/spring-projects/spring-boot/issues/40669) - Upgrade to Spring Batch 5.1.2 [#&#8203;40670](https://github.com/spring-projects/spring-boot/issues/40670) - Upgrade to Spring Data Bom 2024.0.0 [#&#8203;40671](https://github.com/spring-projects/spring-boot/issues/40671) - Upgrade to Spring Framework 6.1.8 [#&#8203;40830](https://github.com/spring-projects/spring-boot/issues/40830) - Upgrade to Spring GraphQL 1.3.0 [#&#8203;40673](https://github.com/spring-projects/spring-boot/issues/40673) - Upgrade to Spring HATEOAS 2.3.0 [#&#8203;40674](https://github.com/spring-projects/spring-boot/issues/40674) - Upgrade to Spring Integration 6.3.0 [#&#8203;40675](https://github.com/spring-projects/spring-boot/issues/40675) - Upgrade to Spring Kafka 3.2.0 [#&#8203;40676](https://github.com/spring-projects/spring-boot/issues/40676) - Upgrade to Spring Pulsar 1.1.0 [#&#8203;40677](https://github.com/spring-projects/spring-boot/issues/40677) - Upgrade to Spring Retry 2.0.6 [#&#8203;40789](https://github.com/spring-projects/spring-boot/issues/40789) - Upgrade to Spring Security 6.3.0 [#&#8203;40678](https://github.com/spring-projects/spring-boot/issues/40678) - Upgrade to Spring Session 3.3.0 [#&#8203;40679](https://github.com/spring-projects/spring-boot/issues/40679) - Upgrade to Spring WS 4.0.11 [#&#8203;40680](https://github.com/spring-projects/spring-boot/issues/40680) - Upgrade to Testcontainers 1.19.8 [#&#8203;40753](https://github.com/spring-projects/spring-boot/issues/40753) - Upgrade to Tomcat 10.1.24 [#&#8203;40790](https://github.com/spring-projects/spring-boot/issues/40790) - Upgrade to Undertow 2.3.13.Final [#&#8203;40755](https://github.com/spring-projects/spring-boot/issues/40755) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;An1s9n](https://github.com/An1s9n), [@&#8203;DanielLiu1123](https://github.com/DanielLiu1123), [@&#8203;PiyalAhmed](https://github.com/PiyalAhmed), [@&#8203;chaewss](https://github.com/chaewss), [@&#8203;coursar](https://github.com/coursar), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;dsyer](https://github.com/dsyer), [@&#8203;dukbong](https://github.com/dukbong), [@&#8203;facewise](https://github.com/facewise), [@&#8203;izeye](https://github.com/izeye), [@&#8203;nahidshahin](https://github.com/nahidshahin), [@&#8203;onobc](https://github.com/onobc), [@&#8203;quaff](https://github.com/quaff), [@&#8203;snicoll](https://github.com/snicoll), [@&#8203;tobi-laa](https://github.com/tobi-laa), and [@&#8203;yokotaso](https://github.com/yokotaso) ### [`v3.2.6`](https://github.com/spring-projects/spring-boot/releases/tag/v3.2.6) [Compare Source](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.2.6) #### :lady_beetle: Bug Fixes - Image building fails during cleanup when bind mount has read-only content [#&#8203;40760](https://github.com/spring-projects/spring-boot/issues/40760) - Failure Analysis for InvalidConfigurationPropertyValueException is skipped when the property is not set [#&#8203;40690](https://github.com/spring-projects/spring-boot/issues/40690) - setReadTimeout can't be set via Reflective factory on JettyClientHttpRequestFactory [#&#8203;40635](https://github.com/spring-projects/spring-boot/issues/40635) - URISyntaxException is raised if the spring boot application is started in a location that contains invalid URI characters [#&#8203;40615](https://github.com/spring-projects/spring-boot/issues/40615) - Help information for spring init's build option has the wrong default [#&#8203;40605](https://github.com/spring-projects/spring-boot/issues/40605) - When using JPA and ImportTestcontainers, test context may fail to refresh due to "Mapped port can only be obtained after the container is started" [#&#8203;40585](https://github.com/spring-projects/spring-boot/issues/40585) - IllegalArgumentException can be thrown when running an uber jar on a shared drive [#&#8203;40549](https://github.com/spring-projects/spring-boot/issues/40549) - spring-boot-dependencies cannot be used with repositories that ban com.oracle.database.jdbc:ojdbc-bom [#&#8203;40534](https://github.com/spring-projects/spring-boot/issues/40534) - SpringBootMockMvcBuilderCustomizer can crash cryptically while collecting data that it would have discarded anyway [#&#8203;40516](https://github.com/spring-projects/spring-boot/issues/40516) - Containers not shut down between tests when using .withReuse(true) but env. does not support reuse (e.g. CI builds) [#&#8203;40508](https://github.com/spring-projects/spring-boot/issues/40508) - Pulsar auth parameters don't properly encode JSON values [#&#8203;40493](https://github.com/spring-projects/spring-boot/pull/40493) - Runtime hint registration for property binding should not fail when parameter information is unavailable [#&#8203;40485](https://github.com/spring-projects/spring-boot/issues/40485) - ServiceLevelObjectiveBoundary properties cannot be bound in a native image application [#&#8203;40482](https://github.com/spring-projects/spring-boot/issues/40482) - spring.data.redis.cluster.nodes and spring.data.redis.sentinel.nodes do not handle IPv6 addresses correctly [#&#8203;40466](https://github.com/spring-projects/spring-boot/issues/40466) - Using relative paths to describe the classpath in the error message from ResolveMainClassName hinders problem diagnosis [#&#8203;40464](https://github.com/spring-projects/spring-boot/issues/40464) - Native image doesn't start and doesn't log anything if an environment post processor throws an exception [#&#8203;40450](https://github.com/spring-projects/spring-boot/issues/40450) - Unlike DataSourceAutoConfiguration, DevToolsDataSourceAutoConfiguration assumes that javax.sql.DataSource will always be available [#&#8203;40440](https://github.com/spring-projects/spring-boot/issues/40440) - Starting from 3.2.x, `@SpyBean` is not able to initialise MongoRepository bean of the generic type [#&#8203;40234](https://github.com/spring-projects/spring-boot/issues/40234) - AnsiOutput.detectIfAnsiCapable broken on JDK22 [#&#8203;40172](https://github.com/spring-projects/spring-boot/pull/40172) - Buildpacks do not support Docker with containerd image store [#&#8203;40100](https://github.com/spring-projects/spring-boot/issues/40100) - resolveMainClassName fails when building with Gradle using Java 22 [#&#8203;40074](https://github.com/spring-projects/spring-boot/issues/40074) - server.error.include-binding-errors does not recognize MethodValidationResult exceptions [#&#8203;39865](https://github.com/spring-projects/spring-boot/pull/39865) - JarUrlConnection.getPermission() can throw NullPointerException if jarFileConnection is null [#&#8203;39856](https://github.com/spring-projects/spring-boot/pull/39856) - gradlew bootBuildImage fails with Podman on macOS Sonoma [#&#8203;39830](https://github.com/spring-projects/spring-boot/issues/39830) - CookieSameSiteSupplier influences session cookie [#&#8203;39766](https://github.com/spring-projects/spring-boot/issues/39766) - Auto-configuration ordering change breaks DocumentReference (in non-reactive MongoTemplate) when depending on mongodb-driver-reactivestreams [#&#8203;39405](https://github.com/spring-projects/spring-boot/issues/39405) - Properties binding eagerly creates superfluous maps [#&#8203;39375](https://github.com/spring-projects/spring-boot/issues/39375) - Configuring SSL bundle reload for non-file resource types causes errors that are difficult to diagnose [#&#8203;38903](https://github.com/spring-projects/spring-boot/issues/38903) - In some situations, the failure when the AOT-generated initializer cannot be loaded is less helpful than before [#&#8203;38645](https://github.com/spring-projects/spring-boot/issues/38645) #### :notebook_with_decorative_cover: Documentation - Improve graceful shutdown documentation to remove ambiguity [#&#8203;40845](https://github.com/spring-projects/spring-boot/issues/40845) - Document ways to opt out from immutable `@ConfigurationProperties` binding with single constructor [#&#8203;40843](https://github.com/spring-projects/spring-boot/issues/40843) - Document that a custom HttpMessageConverters bean can be used to reorder json message converters when needed [#&#8203;40838](https://github.com/spring-projects/spring-boot/issues/40838) - Address ambiguity now that Testcontainers has two classes named KafkaContainer [#&#8203;40699](https://github.com/spring-projects/spring-boot/issues/40699) - Clarify devtools restart class loader [#&#8203;40607](https://github.com/spring-projects/spring-boot/issues/40607) - Note that spring-boot-docker-compose is excluded by default from packaged jars [#&#8203;40564](https://github.com/spring-projects/spring-boot/issues/40564) - Clarify docs around spring.jpa.generate-ddl [#&#8203;40522](https://github.com/spring-projects/spring-boot/issues/40522) - Clarify the directory that's used by default to find Docker Compose compose.yaml [#&#8203;40514](https://github.com/spring-projects/spring-boot/issues/40514) - Clarify that all named properties must match for `@ConditionalOnProperty` to match [#&#8203;40470](https://github.com/spring-projects/spring-boot/issues/40470) - Links to Spring Batch javadoc for EnableBatchProcessing and DefaultBatchConfiguration are broken [#&#8203;40468](https://github.com/spring-projects/spring-boot/issues/40468) - Suggest testAndDevelopmentOnly configuration when using Docker Compose support in tests [#&#8203;40171](https://github.com/spring-projects/spring-boot/issues/40171) #### :hammer: Dependency Upgrades - Upgrade to Byte Buddy 1.14.16 [#&#8203;40877](https://github.com/spring-projects/spring-boot/issues/40877) - Upgrade to Dependency Management Plugin 1.1.5 [#&#8203;40721](https://github.com/spring-projects/spring-boot/issues/40721) - Upgrade to Hibernate 6.4.8.Final [#&#8203;40722](https://github.com/spring-projects/spring-boot/issues/40722) - Upgrade to Infinispan 14.0.28.Final [#&#8203;40723](https://github.com/spring-projects/spring-boot/issues/40723) - Upgrade to Jakarta XML SOAP 3.0.2 [#&#8203;40781](https://github.com/spring-projects/spring-boot/issues/40781) - Upgrade to Jakarta XML WS 4.0.2 [#&#8203;40782](https://github.com/spring-projects/spring-boot/issues/40782) - Upgrade to Jetty 12.0.9 [#&#8203;40724](https://github.com/spring-projects/spring-boot/issues/40724) - Upgrade to Jetty Reactive HTTPClient 4.0.4 [#&#8203;40809](https://github.com/spring-projects/spring-boot/issues/40809) - Upgrade to jOOQ 3.18.15 [#&#8203;40725](https://github.com/spring-projects/spring-boot/issues/40725) - Upgrade to Kotlin 1.9.24 [#&#8203;40726](https://github.com/spring-projects/spring-boot/issues/40726) - Upgrade to Maven Deploy Plugin 3.1.2 [#&#8203;40727](https://github.com/spring-projects/spring-boot/issues/40727) - Upgrade to Maven Install Plugin 3.1.2 [#&#8203;40728](https://github.com/spring-projects/spring-boot/issues/40728) - Upgrade to Maven Shade Plugin 3.5.3 [#&#8203;40729](https://github.com/spring-projects/spring-boot/issues/40729) - Upgrade to Micrometer 1.12.6 [#&#8203;40655](https://github.com/spring-projects/spring-boot/issues/40655) - Upgrade to Micrometer Tracing 1.2.6 [#&#8203;40730](https://github.com/spring-projects/spring-boot/issues/40730) - Upgrade to Neo4j Java Driver 5.20.0 [#&#8203;40665](https://github.com/spring-projects/spring-boot/issues/40665) - Upgrade to Netty 4.1.110.Final [#&#8203;40878](https://github.com/spring-projects/spring-boot/issues/40878) - Upgrade to Pooled JMS 3.1.6 [#&#8203;40731](https://github.com/spring-projects/spring-boot/issues/40731) - Upgrade to Pulsar Reactive 0.5.5 [#&#8203;40810](https://github.com/spring-projects/spring-boot/issues/40810) - Upgrade to R2DBC Proxy 1.1.5.RELEASE [#&#8203;40732](https://github.com/spring-projects/spring-boot/issues/40732) - Upgrade to Reactor Bom 2023.0.6 [#&#8203;40656](https://github.com/spring-projects/spring-boot/issues/40656) - Upgrade to SAAJ Impl 3.0.4 [#&#8203;40783](https://github.com/spring-projects/spring-boot/issues/40783) - Upgrade to Spring AMQP 3.1.5 [#&#8203;40827](https://github.com/spring-projects/spring-boot/issues/40827) - Upgrade to Spring Batch 5.1.2 [#&#8203;40657](https://github.com/spring-projects/spring-boot/issues/40657) - Upgrade to Spring Data Bom 2023.1.6 [#&#8203;40658](https://github.com/spring-projects/spring-boot/issues/40658) - Upgrade to Spring Framework 6.1.8 [#&#8203;40828](https://github.com/spring-projects/spring-boot/issues/40828) - Upgrade to Spring Integration 6.2.5 [#&#8203;40660](https://github.com/spring-projects/spring-boot/issues/40660) - Upgrade to Spring Kafka 3.1.5 [#&#8203;40661](https://github.com/spring-projects/spring-boot/issues/40661) - Upgrade to Spring Pulsar 1.0.6 [#&#8203;40662](https://github.com/spring-projects/spring-boot/issues/40662) - Upgrade to Spring Retry 2.0.6 [#&#8203;40784](https://github.com/spring-projects/spring-boot/issues/40784) - Upgrade to Spring Session 3.2.3 [#&#8203;40663](https://github.com/spring-projects/spring-boot/issues/40663) - Upgrade to Spring WS 4.0.11 [#&#8203;40664](https://github.com/spring-projects/spring-boot/issues/40664) - Upgrade to Testcontainers 1.19.8 [#&#8203;40733](https://github.com/spring-projects/spring-boot/issues/40733) - Upgrade to Tomcat 10.1.24 [#&#8203;40785](https://github.com/spring-projects/spring-boot/issues/40785) - Upgrade to Undertow 2.3.13.Final [#&#8203;40735](https://github.com/spring-projects/spring-boot/issues/40735) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;PiyalAhmed](https://github.com/PiyalAhmed), [@&#8203;chaewss](https://github.com/chaewss), [@&#8203;coursar](https://github.com/coursar), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;dsyer](https://github.com/dsyer), [@&#8203;dukbong](https://github.com/dukbong), [@&#8203;facewise](https://github.com/facewise), [@&#8203;izeye](https://github.com/izeye), [@&#8203;onobc](https://github.com/onobc), [@&#8203;quaff](https://github.com/quaff), [@&#8203;snicoll](https://github.com/snicoll), [@&#8203;tobi-laa](https://github.com/tobi-laa), and [@&#8203;yokotaso](https://github.com/yokotaso) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot changed title from Update dependency org.springframework.boot:spring-boot-starter-parent to v3.2.6 to Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.0 2024-05-23 14:01:20 +00:00
renovate-bot force-pushed renovate/spring-boot from 298b79da8a to 7e678be372 2024-05-23 14:01:21 +00:00 Compare
Fascinated merged commit 09fdb97b6f into master 2024-06-01 17:34:57 +00:00
Fascinated deleted branch renovate/spring-boot 2024-06-01 17:34:57 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Paste/Backend#8
No description provided.