SpringBoot Upgrade to Tomcat 10.1.1

Comment From: bclozelSee CVE-2022-42252 and Tomcat security notice.

SpringBoot Upgrade to Tomcat 9.0.68

Comment From: bclozelSee CVE-2022-42252 and Tomcat security notice.

SpringBoot Support isolated actuator ObjectMapper

This is a new attempt at fixing #12951, since the original fix caused regressions (see #20211).Comment From: bclozelA se...

SpringBoot Align default JMX endpoint exposure with default web endpoint exposure

We currently expose more endpoints by default over JMX than we do over the web. For consistency, we've decided to change...

SpringBoot Spring Framework / Spring Boot Derby Version Mismatch

Using the Spring Boot 3.0.0-SNAPSHOT managed version of Derby causes the following error:java.lang.IllegalStateException...

SpringBoot Upgrade to Spring Session 3.0.0-RC2

Comment From: vpavicThis appears to have been closed by accident as 1525ed9 simply picked up the snapshots.Comment From:...

SpringBoot Deploying spring boot application to AWS using elasticbeanstalk; logback configuration error "There is no conversion class registered for conversion word [X]"

I recently started seeing an issue with AWS deploying my spring boot application via elastic beanstalk. My existing appl...

SpringBoot Inner classes of a @JsonComponent are ignored in a native image

The @JsonComponent beans are retrieved from the context at runtime:https://github.com/spring-projects/spring-boot/blob/f...

SpringBoot Application Context initialized twice during test when exception thrown during initialization

SpringBootDependencyInjectionTestExecutionListener tries to do this today but it doesn't work as calling testContext.get...

SpringBoot Remove pre Jackson 2.12 support from JacksonAutoConfiguration

Similar to #33086 we have special code for PropertyNamingStrategy that can be removed.Comment From: wilkinsonaI did this...

SpringBoot Configuring spring.jackson.property-naming-strategy fails in a native image

In a Spring Boot app with MVC, we can configure Jackson's property naming strategy by the following application.yml:spri...

SpringBoot JsonTesters do not work in native tests

RequestJsonTests from the smoke tests don't work in a native image. I get the following exception: JUnit Jupiter:Reques...

SpringBoot Add option to create tags for the built image

This commit adds configuration to the Maven and Gradle plugins to allow specifying multiple tag names to be created for ...

SpringBoot Expose a Kafka property to control the autoStartup of all listeners on all container factories

The autoStartup property of a listener is currently exposed at ContainerProperties and also on the KafkaListener annotat...

SpringBoot Change references to Spring Cloud Sleuth for SpanContextSupplier to Micrometer Tracing

https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-actuator-autoconfigure/src/main...

SpringBoot Dependency management for Selenium is incomplete

This PR changes to provide dependency management for missing Selenium modules.Closes gh-32721Comment From: wilkinsonaTha...

SpringBoot Dependency management for Selenium is incomplete

At least selenium-chromium-driver is missing. Others may be missing too.Comment From: philwebbClosing in favor of PR #32...

SpringBoot JCache CacheManager customization should happen before named caches are created

Currently, Spring Boot auto-configuration applies customization to the JCache CacheManager after the creation of (any) c...

SpringBoot Fix Log4J2LoggingSystemTests.configLocationsWithConfigurationFileSystemProperty()

This PR fixes Log4J2LoggingSystemTests.configLocationsWithConfigurationFileSystemProperty() as one of its assertion targ...

SpringBoot OAuth 2 configuration example uses unrecognized value for authorization grant type

Fix a minor bug in a code example in OAuth2 doc. There is a typo in the code snippet shown in the screenshot below, auth...
上一页 下一页
.