Nineya
Home
Blog
软著申请
SpringBoot Thread name prefix is not always set when using virtual threads
2025-01-07 21:57:25
806
Currently the thread names are missing for rabbit listener, pulsars' consumer and task executor.This PR added the thread...
SpringBoot Jetty embedded web server includes a JNDI initial context when other servers do not
2025-01-07 21:57:23
329
Currently Jetty embedded web server includes a JNDI initial context when other servers do not. We should align things so...
SpringBoot Thread name prefix is not always set when using virtual threads
2025-01-07 21:57:13
2790
We noticed that the thread name was missing as a field in our logs logged by the rabbit listener after activating Virtua...
SpringBoot spring security on profile doesn't load
2025-01-07 21:57:10
15730
I am migrating from spring boot 2.7.18 to spring boot 3.2.x and I have noticed a strange behavior in spring security con...
SpringBoot 3.2.1 introduced undocumented Hibernate breaking changes
2025-01-07 21:57:03
1287
Hi there,3.2.0 included Hibernate 6.3 (since 3.2.0-M3) which was compatible with some old databases.However, 3.2.1 upgra...
SpringBoot Autowiring by name not working in 3.2.0?
2025-01-07 21:57:01
4612
Hello team,We've tried upgrading to version 3.2.0 of Spring Boot and we came across what we think might be a bug.With th...
SpringBoot Fix web session javadoc typo
2025-01-07 21:56:58
118
self-explanatoryComment From: wilkinsonaThanks very much, @Roiocam, for making your first contribution to Spring Boot.
SpringBoot Logback config not being honored when SpringApplication.run() is invoked
2025-01-07 21:56:47
18125
Hi... I have run into an odd issue trying to troubleshoot an issue within my application. I was wanting to see some debu...
SpringBoot When graceful shutdown of Tomcat is aborted it may report that it completed successfully
2025-01-07 21:56:45
776
There's a race condition between the thread that's waiting for Tomcat to become inactive or the graceful shutdown to be ...
SpringBoot Spring boot 3.2.x broke mongo mapping
2025-01-07 21:56:41
6103
I'm not quite sure what was the reason, but after upgraged from 3.1.x I've got this at tests runtime Parameter org.sprin...
SpringBoot @SpyBean doesn't register spy based on bean name
2025-01-07 21:56:38
4009
Version: 1.4.3-RELEASEI have two RestTemplate beans for different purpose:@Beanpublic RestTemplate basicRestTemplate() {...
SpringBoot DockerOutputParseException: Failed to parse docker JSON
2025-01-07 21:56:35
6200
Then please open a new issue with details of your `docker` and `docker compose` versions, a minimal sample tha...
SpringBoot Document that RouterFunction beans in the context cannot be used with @WebFluxTest
2025-01-07 21:56:33
2744
Comment From: snicoll@wilkinsona those are usually defined within a @Configuration class so I am wondering how we would ...
SpringBoot RestTemplate read timeout not working in Spring Boot 3
2025-01-07 21:56:24
98633
Spring Boot Version: 3.1.5I have tests that worked previously with RestTemplate and Wiremock with setReadTimeout of 10s ...
SpringBoot spring-boot-maven-plugin doesn't work with Java 22
2025-01-07 21:56:19
12257
Steps to reproduce:Go to https://start.spring.io/Generate project with Maven and Java 21 (don't change anything else)Dow...
SpringBoot Upgrade to Testcontainers 1.19.6
2025-01-07 21:56:15
310
Supersedes #39354Comment From: eddumelendezshould it be backported to 3.2.x? Probably using latest version (1.19.7) So, ...
SpringBoot Configuration properties cannot be bound to DruidDataSource when the environment contains a non-enumerable property source
2025-01-07 21:56:13
15798
spring boot version: 3.2.3DbConfig.java@Configurationpublic class DbConfig { @Bean @ConfigurationProperties(value ...
SpringBoot Prohibit upgrades to Oracle Database 21.10.0.0, 21.11.0.0, 21.12.0.0, and 21.13.0.0
2025-01-07 21:56:10
167
See https://github.com/spring-projects/spring-boot/issues/38943 for detailsComment From: wilkinsonaThe recently released...
SpringBoot Document bootRun task generation
2025-01-07 21:56:03
958
Currently, the documentation does not mention the cases when id("org.springframework.boot") Gradle plugin adds bootRun t...
SpringBoot Add public getUndertow method to UndertowWebServer
2025-01-07 21:56:00
296
Change SummarygetUndertow() to UndertowWebServer will be null until the server has been started. Issue #3016 would enabl...
上一页
下一页
1
…
1712
1713
1714
1715
1716
…
2246
.