SpringBoot Add a configuration property to control auto-startup of listener containers

Closes #32984 Comment From: frosiereThe autoStartup property has been added and tested. If something else is required to...

SpringBoot Build app spring boot 3.0.2 with gradle

Hi, I would like to know how I can build the project with the ./gradlew build command since at the moment it gives incom...

SpringBoot Upgrade to Micrometer 1.11.0-M1

https://github.com/spring-projects/spring-boot/commit/4dfc291e158d204f20cc4bb05d5292266dacc1b9 has already moved us onto...

SpringBoot Upgrade to Log4j2 2.20.0

Comment From: wilkinsonaThis upgrade requires further investigation as it causes Log4J2LoggingSystemTests.log4jLevelsAre...

SpringBoot Kotlin ConfigurationProperties default values are not picked up when nativeRun is used

spring-boot version: 3.0.2gradle file from example application:plugins { id("org.springframework.boot") ver...

SpringBoot Unable to instantiate factory class [org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor] for factory type [org.springframework.boot.env.EnvironmentPostProcessor]

In my case, it's solved by changing the approach of running the application in the IDE.2.4.0 may not encourage...

SpringBoot Spring boot actuator not working when deployed in kubernetes with spring-boot-starter 2.7.8

Very similar issue to https://stackoverflow.com/questions/75218237/spring-boot-2-7-8-or-3-x-upgrade-tomcat-http-status-4...

SpringBoot Order of map property in application yaml is no longer preserved

Scenario:A ConfigurationProperties class contains a Map<String, String> property.The contents of the map are speci...

SpringBoot Upgrade to Neo4j Java Driver 5.4.0

We need to make an exception to our upgrade policy to keep the driver's version aligned with the version that's used by ...

SpringBoot Provide a setting for automatic context propagation with reactor-core

Forward port of issue #34201 to 3.1.x.Comment From: wilkinsonaWe should review e67efe2674988ac7aea38c192497e704ad351470 ...

SpringBoot ClassNotFoundException during AOT processing of Logback XML that references a variable when defining a component's class

Performing AOT processing of a logback configuration xml with variables as the class name throws a java.lang.ClassNotFo...

SpringBoot Spring Boot should allow configuring which dependencies should be reloaded

Assuming we have a gradle project with subprojects..├── app│ ...│ └── build.gradle.kts├── lib│ ...│ └── build.gr...

SpringBoot @DirtiesContext(classMode = ClassMode.BEFORE_EACH_TEST_METHOD) causes HikariDataSource to close before AbstractTestExecutionListener#afterTestClass is executed

I have an @SpringBootTest JUnit 5 integration test that has an @TestExecutionListener registered, which implements Abstr...

SpringBoot update latest

Comment From: pivotal-cla@BeanHhb Please sign the Contributor License Agreement!Click here to manually synchronize the s...

SpringBoot Consider removing plugin management for Maven plugins that Boot no longer uses

spring-boot-dependencies contains plugin management for numerous Maven plugins. We've removed some plugin management ove...

SpringBoot Added getting support in README.md

Added getting support in README.mdComment From: scottfrederickThanks for the suggestion, but this is already covered in ...

SpringBoot spring-boot-starter-actuator impacts return code if a request header is rejected by Spring Security

Self-contained project: https://github.com/McKeeAtx/starter-actuator-breaks-testsSetup: A Spring Boot application with d...

SpringBoot Placeholders are not resolved when a property in the Environment has a String[] value

HiTested with:* from version 2.4.0 to version 2.4.13* Java OpenJDK 1.8.203* tomcat-8.5.69* executing war file into the t...

SpringBoot Configuring dedicated Cassandra contact points now require a local DC

We need to expose an additional property as the following is thrown when one wants to customize the contact points to us...

SpringBoot Upgrade to Spring for GraphQL 1.1.2

See https://github.com/spring-projects/spring-graphql/milestone/21Comment From: wilkinsonaSuperseded by #34323. Automati...
上一页 下一页
.