SpringBoot Use virtual threads in GracefulShutdown (for Netty, Jetty and Tomcat) if enabled

Jetty support uses a thread in org.springframework.boot.web.embedded.jetty.GracefulShutdown#awaitShutdown to wait until ...

SpringBoot Use virtual threads in Docker Compose support if enabled

There's thread creation in org.springframework.boot.docker.compose.core.ProcessRunner using the ReaderThread.Comment Fro...

SpringBoot Use virtual threads in MockMvcWebDriverAutoConfiguration if enabled

MockMvcWebDriverAutoConfiguration wraps, if org.springframework.security.concurrent.DelegatingSecurityContextExecutor is...

SpringBoot MockBean not available in new java thread (attached demo code zip file)

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 MockBean not available in new java thread

In my testcase, I call my two spring bean in my testcase. following is the sample code.the FundService mock is not corre...

SpringBoot Websocket hangs on connection.

This is an issue I have with websockets where connecting to a websocket hangs. The server is using a self-signed certifi...

SpringBoot Use virtual threads in PushGatewayTaskScheduler if enabled

The auto-configured PrometheusPushGatewayManager created by PrometheusPushGatewayConfiguration is using the PushGatewayT...

SpringBoot Application logs in reference guide should use an isolated application

Right now it starts an application from a root package and component scan may pick up an additional example and fail the...

SpringBoot BOMR moveToSnapshots logs an upgrade to a version that does not exist yet

When moveToSnapshots is used, it logs the same thing than an actual upgrade, e.g.Upgrade to Spring Framework 5.3.28Howev...

SpringBoot Server tests can pick up incorrect loader classes

Whilst working an issue in spring-boot-loader I noticed that spring-boot-server-tests didn't appear to pick up the lates...

SpringBoot Clarify that spring.security.filter properties only apply to servlet-based web apps

Should it be documented (or fixed) that spring.security.filter.order is ignored in the reactive stack ?Context: I'm tryi...

SpringBoot Improve documentation to describe how @EntityScan and @Enable…Repositories can be used to tune scanning

In Spring Boot about JPA and Spring Data JPA, exists in the current reference documentation the JPA and Spring Data JPA ...

SpringBoot Auto-configure SimpleAsyncTaskScheduler when virtual threads are enabled

Spring Framework introduced a SimpleAsyncTaskScheduler in https://github.com/spring-projects/spring-framework/issues/309...

SpringBoot issue with Springboot 3.1.1 version--decodeResult: failure(io.netty.handler.codec.http.TooLongHttpHeaderException: HTTP header is larger than 8192 bytes.

I have observed Header size issue with spring webflux 3.1.1 post spring boot upgrade but if we downgrade to springboot v...

SpringBoot LogbackLoggingSystem does not report suppressed exception details

LogbackLoggingSystem.reportConfigurationErrorsIfNecessary currently reports errors but does not include all stacktrace d...

SpringBoot Clarify table that shows how logging properties are transferred to system properties

spring-boot 2.7.2As stated in the docs at https://docs.spring.io/spring-boot/docs/2.7.2/reference/html/features.html#fea...

SpringBoot spring-boot-docker-compose start up error

Dear developer.I'm having a problem using spring-boot-docker-compose. The official documentation for the introduction of...

SpringBoot Review Google AppEngine documentation

In https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#deployment.cloud.google, we document how to run...

SpringBoot MockitoPostProcessor should not check for String-based FactoryBean.OBJECT_TYPE_ATTRIBUTE

FactoryBean.OBJECT_TYPE_ATTRIBUTE should either be a Class or a ResolvableType. It should not check if the attribute is ...

SpringBoot Bug: Db going down does not update Liveness like it's supposed to

FYI I did open a stack overflow and haven't heard: https://stackoverflow.com/questions/76831674/liveness-and-readiness-s...
上一页 下一页
.