Nineya
Home
Blog
SpringBoot Allow spring.factory instances to be changed, configured or removed
2025-01-07 01:50:18
887
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
2025-01-07 01:50:14
886
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
2025-01-07 01:50:09
126
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
2025-01-07 01:50:06
1695
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
2025-01-07 01:50:00
2174
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
2025-01-07 01:49:36
262
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
2025-01-07 01:49:33
179
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
2025-01-07 01:49:19
338
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
2025-01-07 01:49:15
557
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
2025-01-07 01:49:12
2920
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
2025-01-07 01:49:08
315
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
2025-01-07 01:49:05
2634
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
2025-01-07 01:49:01
364
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
2025-01-07 01:48:58
4906
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()
2025-01-07 01:48:54
4087
I'm using response.sendError to forward response to BasicErrorController @Override public void configure(WebSecuri...
SpringBoot Create Hazelcast config with SpringManagedContext when available
2025-01-07 01:48:50
11851
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
2025-01-07 01:48:47
914
[ 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.
2025-01-07 01:48:42
16196
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
2025-01-07 01:48:35
523
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
2025-01-07 01:48:31
1456
EnhancementWhen org.springframework.boot:spring-boot-starter-logging:jar:2.5.5:test is added, it also brings in org.apac...
上一页
下一页
1
…
1986
1987
1988
1989
1990
…
2246
.