Nineya
Home
Blog
软著申请
SpringBoot Upgrade gradle to 8.1.1
2025-01-07 16:23:16
1839
Adapt gradle API changes:1. Gradle 8 does no longer allow classifier inside Jar task. archiveClassifier must be used ins...
SpringBoot EntityModel instantiation problem with Spring reactive, native and Hateoas
2025-01-07 16:23:13
35951
Hi,Here is my configuration:Version 3.1.1 of Springboot (reactive), native generation, MacOS ARM-M1, OpenJDK Runtime Env...
SpringBoot The contentLength of ClasspathResource behaves differently in different systems
2025-01-07 16:23:10
595
My repository: https://github.com/zdu-strong/temp_classpath_resourceEnvironmental requirements: java v17Run tests: ./m...
SpringBoot wildcard pattern in spring matches websocket url path
2025-01-07 16:23:05
1112
I have a wildcard Spring MVC mapping that goes something like this:@RequestMapping(value="**", method={Request...
SpringBoot Unable to Set Different Timeout for Different HTTP Interface methods
2025-01-07 16:23:02
219
Unable to set different timeouts for different requests using HTTP Interface.Comment From: wilkinsonaI assume you are re...
SpringBoot Using @EnableGlobalAuthentication or @EnableAutoConfiguration on Classes Using Method Security causes Bean Cycle
2025-01-07 16:22:59
132383
Hi,I created a new Spring Starter Project in STS (3.6.3.SR1 for Mac), with all defaults + Dependencies (Web, Security).p...
SpringBoot Spring @Value doesn't work in nested configuration
2025-01-07 16:22:56
1514
I have a application.properties:app.cert.identity.subject.organizationalUnit=testapp.cert.identity.subject.O=Pacific Col...
SpringBoot The columnDefinition is always exectuted in Spring boot 3.1.x
2025-01-07 16:22:52
483
It seems the columnDefinition has been always executed in the app's every running.This behavior only happened in Spring ...
SpringBoot Fix typo in docker compose service connections note
2025-01-07 16:22:50
518
Comment From: pivotal-cla@jstansel Please sign the Contributor License Agreement!Click here to manually synchronize the ...
SpringBoot JobLauncherApplicationRunner returns a success exit code even when no jobs have been run
2025-01-07 16:22:47
1888
JobLauncherApplicationRunner returns a success exit code even when no jobs have been run.fix: Rethrowing JobExecutionExc...
SpringBoot Remove redundant Files.delete() calls in tests
2025-01-07 16:22:44
781
This PR adds missing Files.delete() calls in the PrivateKeyParserTests.Comment From: scottfrederick@izeye The cleanup ca...
SpringBoot Slice test annotations do not include SslAutoConfiguration
2025-01-07 16:22:41
196
SslAutoConfiguration has been added to cassandra, couchbase,elasticsearch, mongo and redis slice test annotations.See gh...
SpringBoot Allow key password to be set for a PemSslStoreBundle
2025-01-07 16:22:33
1697
BackgroundWe have a custom component for watching for changes on PEM files and reloading some components such as tomcat....
SpringBoot Spring Boot app is not reading application.properties when actuator dependency is present
2025-01-07 16:22:31
5973
Spring Boot application is not a reading application.properties during docker run. This issue/error only happens when th...
SpringBoot Replace calls to verifyComplete() with expectComplete().verify(Duration) to avoid blocking indefinitely
2025-01-07 16:22:28
1506
This pull request addresses the issue #35791, where it was required to replace verifyComplete() with expectComplete().ve...
SpringBoot Add SslAutoConfiguration to slice test annotations
2025-01-07 16:22:25
1044
Existing examples such as SampleMongoApplicationReactiveSslTests uses @SpringBootTest which will use SslAutoConfiguratio...
SpringBoot Could not resolve resources from spring.io
2025-01-07 16:22:21
1862
Hello,has anyone faced an issue where gradle build cannot fetch artficats from repo spring io?Sharing a stracktrace for ...
SpringBoot Dispatcher Servlet is not running when the spring boot app is run
2025-01-07 16:22:19
2921
Hello team, We use a mockserver to run our UI Integration Tests and the purpose of this mockserver is to run the spring ...
SpringBoot memory leak with reactiveMongotemplate
2025-01-07 16:22:16
14947
Hi,I have a memory leak on reactive-stream with Spring boot 2.7.12. All versions (reactor, reactive-stream, mongo driver...
SpringBoot IllegalStateException on bean using constructor injection and setter-based @ConfigurationProperties
2025-01-07 16:22:13
1550
The code below fails at startup with spring boot 3.1.1 (and works prefectly well in 3.1.0 or 2.7.12):Caused by: java.lan...
上一页
下一页
1
…
1804
1805
1806
1807
1808
…
2246
.