dependabot[bot] opened a new pull request, #5078:
URL: https://github.com/apache/servicecomb-java-chassis/pull/5078
Bumps `spring-boot.version` from 3.5.4 to 4.0.2.
Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.4 to
4.0.2
Release notes
Sourced from https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot-maven-plugin's
releases.
v4.0.2
:warning: Noteworthy Changes
The dependency on
org.eclipse.jetty.ee11:jetty-ee11-servlets has been removed from
spring-boot-jetty as it was unnecessary and unused. If your
application code depends on a class from jetty-ee11-servlets,
declare a dependency on it in your build configuration. https://redirect.github.com/spring-projects/spring-boot/issues/48677";>#48677
:lady_beetle: Bug Fixes
No TransactionAutoConfiguration with spring-boot-starter-kafka for
Spring Boot 4 https://redirect.github.com/spring-projects/spring-boot/issues/48880";>#48880
Evaluation of bean conditions unnecessarily queries the bean factory for
types that are not present https://redirect.github.com/spring-projects/spring-boot/issues/48840";>#48840
When a bean condition references a type that is not present, it appears
as ? in the condition evaluation report https://redirect.github.com/spring-projects/spring-boot/issues/48838";>#48838
SessionAutoConfiguration creates a DefaultCookieSerializer with a
default SameSite of null instead of Lax https://redirect.github.com/spring-projects/spring-boot/issues/48830";>#48830
Setting graphql schema location to "classpath*:graphql/**/"
causes failure due to incorrectly packaged test resource https://redirect.github.com/spring-projects/spring-boot/pull/48829";>#48829
Message interpolation by MVC and WebFlux's Validators does not work
correctly in a native image https://redirect.github.com/spring-projects/spring-boot/issues/48828";>#48828
CloudFoundry integration fails in Servlet-based web app without a
dependency on spring-boot-starter-restclient https://redirect.github.com/spring-projects/spring-boot/issues/48826";>#48826
RestTestClientAutoConfiguration and TestRestTemplateAutoConfiguration
should be package-private https://redirect.github.com/spring-projects/spring-boot/issues/48820";>#48820
SSL metrics are no longer auto-configured https://redirect.github.com/spring-projects/spring-boot/issues/48819";>#48819
Actuator /info endpoint fails in Java 25 Native Image
(VirtualThreadSchedulerMXBean support) https://redirect.github.com/spring-projects/spring-boot/issues/48812";>#48812
DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a
native image https://redirect.github.com/spring-projects/spring-boot/issues/48703";>#48703
The spring-boot-cloudfoundry module should only have an optional
dependency on spring-boot-security https://redirect.github.com/spring-projects/spring-boot/issues/48685";>#48685
Application JAR created by extract command is not reproductible https://redirect.github.com/spring-projects/spring-boot/issues/48678";>#48678
AOT processing of tests should not be disabled when 'skipTests' is set
https://redirect.github.com/spring-projects/spring-boot/issues/48662";>#48662
@SpringBootTest(webEnvironment =
WebEnvironment.RANDOM_PORT) is no longer applied to the management server https://redirect.github.com/spring-projects/spring-boot/issues/48653";>#48653
Fix zero-length byte buffer in InspectedContent https://redirect.github.com/spring-projects/spring-boot/issues/48650";>#48650
Can no longer override JacksonJsonHttpMessageConverter with
ServerHttpMessageConvertersCustomizer https://redirect.github.com/spring-projects/spring-boot/issues/48635";>#48635
HttpServiceClientProperties incorrectly uses the
@ConfigurationProperties annotation on a LinkedHashMap class https://redirect.github.com/spring-projects/spring-boot/issues/48616";>#48616
spring-boot-micrometer-tracing-opentelemetry fails if
spring-boot-opentelemetry isn't there https://redirect.github.com/spring-projects/spring-boot/issues/48585";>#48585
App fails to start with starter-webmvc and starter-zipkin https://redirect.github.com/spring-projects/spring-boot/issues/48581";>#48581
Micrometer test modules should have an api dependency on
micrometer-observation-test https://redirect.github.com/spring-projects/spring-boot/issues/48386";>#48386
:notebook_with_decorative_cover: Documentation
Fix typo in REST client documentation https://redirect.github.com/spring-projects/spring-boot/pull/48907";>#48907
Remove duplicate word https://redirect.github.com/spring-projects/spring-boot/pull/48874";>#48874
Document support for configuring arguments passed to Docker Compose https://redirect.github.com/spring-projects/spring-boot/issues/48806";>#48806
The documentation related to EnvironmentPostProcessor links to
deprecated interface https://redirect.github.com/spring-projects/spring-bo