SpringBoot Allow spring.factory instances to be changed, configured or removed

When SpringApplication loads instances via spring.factories it's quite hard to change, customize or remove them. Often u...

SpringBoot Running clean does not remove the root build folder

Running gradlew clean on the top-level folder does not remove the build folder located right under the top-level folder....

SpringBoot Remove support for Java's deprecated SecurityManager

Following Framework's lead, we should remove support for SecurityManager and use of related classes such as AccessContro...

SpringBoot Raise the minimum supported version of Gradle to 7.3

Comment From: wilkinsonaWe need to use Gradle 7.3 as a minimum. While Gradle 7.2 runs on Java 17, it falls over when it ...

SpringBoot Feature Request: spring-boot-multitenancy-starter

I think this is the starter I miss the most in this near perfect framework. It should be an autconfiguration for multite...

SpringBoot Drop support for Jersey until a Spring Framework 6-compatible jersey-spring module is available

Without a jersey-spring module that works with Spring Framework 6, dependency injection doesn't work correctly with JAX-...

SpringBoot Remove dependency management for Apache Johnzon

The docs need to be updated as part of this: https://docs.spring.io/spring-boot/docs/2.6.x/reference/htmlsingle/#feature...

SpringBoot Document the necessary changes for creating a new maintenance branch

Given my poor attempt at branching 2.5.x and the excellent PR that followed (thanks @dreis2211!), it would be nice if we...

SpringBoot Delete temp files - 22305

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

SpringBoot Provides a way for configuring after the datasource is initialized

In the current version, the datasource can only be initialized through configuration, and the properties cannot be modif...

SpringBoot Fix output of "spring --version" in reference documentation

Line 100 should be the same line 110. The result of spring --version is : Spring CLI v2.X.X and not Spring Boot v2.x.x.C...

SpringBoot server.servlet.session.cookie.same-site isn't applied to Spring Session's SESSION cookie

As reported by @OrangeDog on Gitter, there's an unfortunate mismatch between Servlet's default cookie name (JSESSIONID) ...

SpringBoot Update system tests following release of Paketo Java buildpack 6.0.0

System tests are failing due to unexpected appearance of paketo-buildpacks/syft. It was added to the Java buildpack in h...

SpringBoot 2.5.7 upgrade, issue with quartz datasource

We have a Spring Boot application using version 2.5.6. The application uses the quartz scheduler with db persistence usi...

SpringBoot Error page is not accessible even "/error" added to web.ignoring()

I'm using response.sendError to forward response to BasicErrorController @Override public void configure(WebSecuri...

SpringBoot Create Hazelcast config with SpringManagedContext when available

Hazelcast instances created by Spring Boot do not have the SpringManagedContext set. SpringManagedContext is used to inj...

SpringBoot Dependency management for org.elasticsearch.distribution.integ-test-zip:elasticsearch should declare its type as zip

[ org.elasticsearch.distribution.integ-test-zip:elasticsearch ] is not a [ .jar ] file but a [ .zip ] file !So the [ spr...

SpringBoot Spring Boot upgrade from 2.5.7 to 2.6.0 starts to run out of Heap Space during JUnit tests on Gitlab.

When attempting to upgrade Spring Boot 2.5.7 to 2.6.0, the application tests running on Gitlab consistently run out of H...

SpringBoot Upgrade to Selenium 4.0.0

Comment From: wilkinsonaIt's too soon for this as Selenium HtmlUnit doesn't yet support Selenium 4.0.0.Comment From: sep...

SpringBoot spring-boot-starter-logging 2.5.5 adds log4j to classpath

EnhancementWhen org.springframework.boot:spring-boot-starter-logging:jar:2.5.5:test is added, it also brings in org.apac...
上一页 下一页
.