Nineya
Home
Blog
软著申请
SpringBoot Fix issuer #36909
2025-01-07 16:45:03
311
Add simpleContainer to properties files as:spring.rabbitmq.simpleContainerComment From: philwebbThanks for the PR but I ...
SpringBoot Testcontainers test in conjunction with Liquibase fail with Connection Refused error when run from IntelliJ
2025-01-07 16:45:00
46665
I'm trying to use Spring Boot 3.1.2 in conjunction with TestContainers and Liquibase and running into a connection refus...
SpringBoot WebSocket closes ocasionally with Unexpected Status of SSLEngineResult after an unwrap() operation
2025-01-07 16:44:56
1103
Spring seems to be ocasionally closing a websocket client connection with this CloseStatusClosed: CloseStatus[code=1006,...
SpringBoot Deprecate DelegatingApplicationContextInitializer and DelegatingApplicationListener in favour of registering each delegate programatically or in spring.factories
2025-01-07 16:44:53
1764
This PR is related to the issue #34779. I did what the issue suggested and deprecated DelegatingApplicationContextInitia...
SpringBoot java.lang.NoClassDefFoundError: ch/qos/logback/classic/spi/ThrowableProxy
2025-01-07 16:44:51
6974
HELP ME!!!!!!!!!I have Spring boot project. i run on server Centos.I build and run success.But after run about 15 minute...
SpringBoot Spring Boot 3.1 cannot use Elasticsearch Client 8.9.0
2025-01-07 16:44:48
10478
Problem descriptionThere seems to be a breaking change in the API of the Elasticsearch Java Client in 8.9.0 which was in...
SpringBoot Spring Cloud and Spring Boot Docker Compose incompatiblity
2025-01-07 16:44:45
2022
Hello,Overview of the problem:While having in a project dependency to org.springframework.cloud:spring-cloud-starter-sle...
SpringBoot Application Context initialized twice during test when exception thrown during initialization
2025-01-07 16:44:42
6921
I noticed that when I have a Spring Boot test, and the context fails to initialize, the Banner is printed twice, and I d...
SpringBoot Upgrade to Logback 1.4.11
2025-01-07 16:44:33
1620
Comment From: wilkinsona@ceki this upgrade is causing some compilation failures:/Users/awilkinson/dev/spring-projects/sp...
SpringBoot Docker Compose start fails with "unknown flag: --no-color"
2025-01-07 16:44:25
4826
my dokcer compose versionRun Application Exception2023-08-10T14:58:30.033+08:00 ERROR 1308 --- [ main] o.s.boo...
SpringBoot Prohibit upgrades to Couchbase Client 3.4.9
2025-01-07 16:44:18
255
Comment From: wilkinsonaWe can't use 3.4.9 as core-io:2.4.9 upon which it depends contains unshaded io.opentelemetry cla...
SpringBoot Staging builds don't start Docker
2025-01-07 16:44:15
594
Comment From: wilkinsonaI couldn't get this to work, even with the tasks marked as privileged, so I've reverted the chan...
SpringBoot Examine ThreadLocal usage
2025-01-07 16:44:12
264
We should examine our ThreadLocal usage in the context of virtual threads.Comment From: mhalbritterWe need to examine wh...
SpringBoot Cannot set service name in zipkin with properties with Spring Boot 3.1
2025-01-07 16:44:10
7115
In spring-cloud-sleuth there was a property spring.zipkin.service.name which could be used to set span sender name that ...
SpringBoot MockBean not work in the thread
2025-01-07 16:44:06
692
I found that Mockbean is work the test main thread, but not work in the new thread call, following is my demo code. call...
SpringBoot Examine synchronized usage
2025-01-07 16:44:04
1667
Virtual threads and synchronized blocks don't play very well together, as they cause thread pinning. synchronized is fin...
SpringBoot Expose Git and build information as metrics
2025-01-07 16:44:01
3077
Introduce new metrics git.info and build.info that expose some information from GitProperties and BuildProperties respec...
SpringBoot For reactive WebClient, build the URI in the Mono context when it is subscribed, and not when the RequestHeaderSpec is being built
2025-01-07 16:43:58
4052
RequestFor reactive WebClient, introduce some possibility to build the URI in the Mono context when it is subscribed, an...
SpringBoot Examine Thread creation
2025-01-07 16:43:56
1000
We should examine our calls to new Thread() and the like in the context of virtual threads.[x] #36694[x] #36695[x] #3679...
SpringBoot Use virtual threads in devtools if enabled
2025-01-07 16:43:53
1748
Thread creation in:org.springframework.boot.devtools.filewatch.FileSystemWatcher#startorg.springframework.boot.devtools....
上一页
下一页
1
…
1786
1787
1788
1789
1790
…
2246
.