orange-cloudfoundry / cf-ops-automation-broker

On demand dedicated services through COA concourse pipeline engine
4 stars 0 forks source link

Bump spring-boot-starter-parent from 2.6.7 to 3.1.1 #546

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps spring-boot-starter-parent from 2.6.7 to 3.1.1.

Release notes

Sourced from spring-boot-starter-parent's releases.

v3.1.1

:lady_beetle: Bug Fixes

  • Websockets don't work when using WebFlux with Jetty #36009
  • When using SimpleClientHttpRequestFactory, non-GET requests sent with RestTemplate have the wrong HttpMethod when SSLBundles are used #36007
  • Spring Boot properties migrator can create circular references #35934
  • Actuator loggers list endpoint throws exception on Log4J2 loggers with custom log levels #35922
  • SSL configuration overwrites other WebClient customization #35914
  • Validation is not applied for ConfigurationProperties that implement Validator and use @ConstructorBinding #35913
  • Tracing only supports a single context propagation type #35907
  • SpringApplication.from(?).with(?) adds its sources to every context that's created #35873
  • Devtools does not support package-private main classes #35865
  • DevTools prevent startup in native image with ClassNotFoundException #35853
  • Password is not used from spring.data.redis.url property without username #35850
  • Docker Compose connection details for MongoDB is missing the authSource option when authentication is configured #35777
  • Processing of @EndpointCloudFoundryExtension logs a warnings as it does not use @AliasFor on its override of the endpoint attribute #35766
  • Java 20 is supported but there's no value for it in the JavaVersion enum #35764
  • SpringApplication.from(...) is hard to use with Kotlin #35756
  • Spring Boot 3.1.0 incompatible with Flyway 9.0 #35721
  • The error message is unhelpful when spring.rabbitmq.host is configured with a comma-separated value #35684
  • Docker Compose support produces non-working native image #35676
  • Metadata for spring.ssl properties are missing #35667
  • The new support for testcontainers in Spring Boot 3.1.0 does not work with native tests #35663
  • Constructor binding of @ConfigurationProperties to a lateinit property fails with kotlin.UninitializedPropertyAccessException #35654
  • PEM SSL bundles do not support encrypted PKCS8 private keys #35652
  • When a configuration properties bean is defined using a @Bean method, BindableRuntimeHintsRegistrar may incorrectly register hints for constructor binding #35647
  • Enabling Spring Data Elasticsearch auditing causes application startup failure #35610
  • ZipkinAutoConfiguration always need a ZipkinProperties bean in SB 3.1 #35592
  • MongoDB authentication to different DB than used no longer works in spring boot 3.1 #35567
  • Auto-configuration for Spring Data MongoDB ignores spring.data.mongodb.database when spring.data.mongodb.uri has been set #35566

:notebook_with_decorative_cover: Documentation

  • Remove @EnableBatchProcessing mentions in reference documentation for sliced tests and user configuration #36004
  • Update description of spring-boot-starter-data-rest to clarify that it uses Spring MVC #35911
  • Add @DynamicPropertySource to documented list of property source ordering #35909
  • Fix typo in Docker Compose documentation #35818
  • Move property notes up to external configuration section #35769
  • Improve OAuth2 Client section of docs #35767
  • Description of spring.data.mongodb.uri property incorrectly states that it overrides spring.data.mongodb.database #35690
  • Fix error in SSL bundle documentation #35665
  • Document how to add parameters to the JDBC URL created for a Docker Compose managed container #35636
  • Documenting audience support in Oauth2 resource server #35634
  • Description of build-image and build-image-no-fork Maven plugin goals is inconsistent #35618
  • Some spring.docker.compose properties do not document their default values #35598
  • Description of never value for spring.docker.compose.readiness.wait is incorrect #35597
  • ServiceConnection Typo In name Documentation #35594
  • Declare @Testcontainers before @SpringBootTest in documentation examples to ensure that Testcontainers is started before the application tries to use its containers #35572

:hammer: Dependency Upgrades

... (truncated)

Commits
  • ae50fa6 Release v3.1.1
  • 5c53bda Merge branch '3.0.x' into 3.1.x
  • 1596f69 Merge branch '2.7.x' into 3.0.x
  • fff30ef Configure timeouts on staging builds
  • 31f218c Merge branch '3.0.x' into 3.1.x
  • 9db3c5a Polish
  • 8ac5dc7 Merge branch '3.0.x' into 3.1.x
  • f7af1ba Upgrade to Spring WS 4.0.5
  • eb72d7e Merge branch '3.0.x' into 3.1.x
  • 5c8ed94 Start building against Spring WS 4.0.5 snapshots
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 11 months ago

Superseded by #550.