Nineya
Home
Blog
SpringBoot Upgrade to Tomcat 10.1.1
2025-01-07 04:19:06
67
Comment From: bclozelSee CVE-2022-42252 and Tomcat security notice.
SpringBoot Upgrade to Tomcat 9.0.68
2025-01-07 04:19:03
67
Comment From: bclozelSee CVE-2022-42252 and Tomcat security notice.
SpringBoot Support isolated actuator ObjectMapper
2025-01-07 04:19:01
156
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
2025-01-07 04:18:58
1553
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
2025-01-07 04:18:55
15780
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
2025-01-07 04:18:52
153
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]"
2025-01-07 04:18:48
3939
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
2025-01-07 04:18:45
809
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
2025-01-07 04:18:43
1561
SpringBootDependencyInjectionTestExecutionListener tries to do this today but it doesn't work as calling testContext.get...
SpringBoot Remove pre Jackson 2.12 support from JacksonAutoConfiguration
2025-01-07 04:18:41
192
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
2025-01-07 04:18:38
2063
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
2025-01-07 04:18:35
5713
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
2025-01-07 04:18:33
1215
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
2025-01-07 04:18:27
1248
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
2025-01-07 04:18:23
381
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
2025-01-07 04:18:21
142
This PR changes to provide dependency management for missing Selenium modules.Closes gh-32721Comment From: wilkinsonaTha...
SpringBoot Dependency management for Selenium is incomplete
2025-01-07 04:18:18
340
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
2025-01-07 04:18:13
14070
Currently, Spring Boot auto-configuration applies customization to the JCache CacheManager after the creation of (any) c...
SpringBoot Fix Log4J2LoggingSystemTests.configLocationsWithConfigurationFileSystemProperty()
2025-01-07 04:18:09
219
This PR fixes Log4J2LoggingSystemTests.configLocationsWithConfigurationFileSystemProperty() as one of its assertion targ...
SpringBoot OAuth 2 configuration example uses unrecognized value for authorization grant type
2025-01-07 04:18:07
676
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...
上一页
下一页
1
…
1878
1879
1880
1881
1882
…
2246
.