SpringBoot Fix issuer #36909

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

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

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

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

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

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

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

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

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"

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

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

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

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

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

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

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

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

RequestFor reactive WebClient, introduce some possibility to build the URI in the Mono context when it is subscribed, an...

SpringBoot Examine Thread creation

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

Thread creation in:org.springframework.boot.devtools.filewatch.FileSystemWatcher#startorg.springframework.boot.devtools....
上一页 下一页
.