Bump spring-boot-starter-parent from 3.1.0 to 3.1.1
requested to merge dependabot-maven-org.springframework.boot-spring-boot-starter-parent-3.1.1 into master
Bumps spring-boot-starter-parent from 3.1.0 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
📔 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
andbuild-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
🔨 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 commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts