SpringBoot Thread name prefix is not always set when using virtual threads

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

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

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

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

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?

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

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

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

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

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

Version: 1.4.3-RELEASEI have two RestTemplate beans for different purpose:@Beanpublic RestTemplate basicRestTemplate() {...

SpringBoot DockerOutputParseException: Failed to parse docker JSON

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

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

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

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

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

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

See https://github.com/spring-projects/spring-boot/issues/38943 for detailsComment From: wilkinsonaThe recently released...

SpringBoot Document bootRun task generation

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

Change SummarygetUndertow() to UndertowWebServer will be null until the server has been started. Issue #3016 would enabl...
上一页 下一页
.