Nineya
Home
Blog
软著申请
SpringBoot Use virtual threads in GracefulShutdown (for Netty, Jetty and Tomcat) if enabled
2025-01-07 16:43:51
997
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
2025-01-07 16:43:48
390
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
2025-01-07 16:43:45
668
MockMvcWebDriverAutoConfiguration wraps, if org.springframework.security.concurrent.DelegatingSecurityContextExecutor is...
SpringBoot MockBean not available in new java thread (attached demo code zip file)
2025-01-07 16:43:43
1792
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
2025-01-07 16:43:41
2713
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.
2025-01-07 16:43:27
5934
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
2025-01-07 16:43:24
1457
The auto-configured PrometheusPushGatewayManager created by PrometheusPushGatewayConfiguration is using the PushGatewayT...
SpringBoot Application logs in reference guide should use an isolated application
2025-01-07 16:43:19
127
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
2025-01-07 16:43:15
1693
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
2025-01-07 16:43:09
234
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
2025-01-07 16:43:05
2289
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
2025-01-07 16:43:01
1732
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
2025-01-07 16:42:58
213
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.
2025-01-07 16:42:54
1717
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
2025-01-07 16:42:51
359
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
2025-01-07 16:42:45
2625
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
2025-01-07 16:42:43
7422
Dear developer.I'm having a problem using spring-boot-docker-compose. The official documentation for the introduction of...
SpringBoot Review Google AppEngine documentation
2025-01-07 16:42:39
808
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
2025-01-07 16:42:36
790
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
2025-01-07 16:42:33
2117
FYI I did open a stack overflow and haven't heard: https://stackoverflow.com/questions/76831674/liveness-and-readiness-s...
上一页
下一页
1
…
1787
1788
1789
1790
1791
…
2246
.