Nineya
Home
Blog
SpringBoot Support @Timed annotation for WebFlux
2025-01-06 22:42:33
1437
Fixes #18680Comment From: patpatpat123Hello Team, I am currently using 2.4.1 recently released.The issue is still here I...
SpringBoot Add picocli as a managed dependency
2025-01-06 22:42:26
2012
according to the reference docs groovy-cli-picocli is a managed dependency, however picocli itself is not, as I use pico...
SpringBoot Change spring.kafka.streams.cleanup.on-shutdown default to false
2025-01-06 22:42:20
326
See https://github.com/spring-projects/spring-kafka/pull/1739 for the upstream spring-kafka change.Comment From: snicoll...
SpringBoot Allow spring.config.location directories to end with system-dependent separators
2025-01-06 22:42:13
898
In Windows the file path separator character is \ not /. Currently whenparsing a config location ending with \ in window...
SpringBoot Develop custom ApplicationEnvironment implementation
2025-01-06 22:42:06
823
We could improve quite a few things if we developed our own Environment implementation rather than relying on StandardEn...
SpringBoot Short circuit checking of source already covered by ConfigurationPropertySources
2025-01-06 22:42:00
9483
(edited with updated description)Currently ConfigurationPropertySources is added to the environment so that relaxed prop...
SpringBoot Neo4j bolt
2025-01-06 22:41:45
1207
add autoconfiguration for bolt driver, including testsgh-6690Comment From: vince-bickersshould probably also take this o...
SpringBoot spring-core-5.2.10.RELEASE- ThymeleafTemplateResolver cant resolve template path of classpath on compiled Jar
2025-01-06 22:41:38
14512
Hello Spring Team,sadly i couldnt find a solution for following problem.currently im using the latest version of spring...
SpringBoot Gradle bootBuildImage does not preserve file permissions for resources
2025-01-06 22:41:27
309
When the Gradle plugin bootBuildImage task is writing the archive file contents to builder container it does not preserv...
SpringBoot Document how to customize dependency version in Version properties appendix
2025-01-06 22:41:20
516
Version properties doc only lists all the version properties.How do you set these properties in gradle?For example the f...
SpringBoot Configuration of ciphers is ignored for TCP with Reactory Netty
2025-01-06 22:41:13
1024
Follow-up of https://github.com/reactor/reactor-netty/issues/1543There is a new API available, but we need to figure out...
SpringBoot DISCONNECTED_CLIENT+=PrematureCloseException
2025-01-06 22:41:06
486
reactor.netty.http.client.PrematureCloseException is equivalent for org.apache.catalina.connector.ClientAbortException a...
SpringBoot Cannot upgrade Spring Boot app to Java 16
2025-01-06 22:40:59
15615
DescriptionToday I tried to upgrade our playground spring boot app from Java 14 to Java 16 and failed with that.ProblemT...
SpringBoot Keystore.load calls do not close InputStream
2025-01-06 22:40:53
717
I noticed that Java process keeps lock on the keystore file when Netty+SSL is used on Windows.Detailed investigation sho...
SpringBoot Improve docs on editing static resources with instant "hot" reload
2025-01-06 22:40:45
5721
According to Reload static content hot reloading of FreeMarker templates should work in the IDE as long as spring.freema...
SpringBoot Application does not terminate upon completion of CommandLineRunner anymore
2025-01-06 22:40:36
22185
I run some java batch processes using this code structure:@SpringBootApplicationpublic class Application { public sta...
SpringBoot Docker rate limits reached in BootBuildImageIntegrationTests
2025-01-06 22:40:29
1919
Hi,I think BootBuildImageIntegrationTests needs to be revisited again. It's hitting Docker's rate limits on CI: https://...
SpringBoot Propagate TestSecurityContextHolder to SecurityContextHolder after MockMvc calls
2025-01-06 22:40:23
2393
The ProblemAfter performing any MockMvc request, the SecurityContext is cleared using ThreadLocalSecurityContextHolderSt...
SpringBoot Add detection of Azure App Service to CloudPlatform
2025-01-06 22:40:16
2292
Add Azure platform support to Spring Boot.More specifically, this adds "Azure App Service" support to Spring Boot - as t...
SpringBoot Static inner class is not identified by @Autowired
2025-01-06 22:40:08
5447
Kindly please let me know why the below code snippet does not work with 2.4.3 after upgrade from 1.5.9@Componentpublic c...
上一页
下一页
1
…
2022
2023
2024
2025
2026
…
2215
.