Spring Configuration from enclosing class not discovered for @Nested test class when enclosing class is not annotated with @ContextConfiguration

OverviewGiven the following application and test classes, the @Nested test class fails due to getMessage() returning "He...

Spring Enhance handleTypeMismatch error message in ResponseEntityExceptionHandler

Currently, the handleTypeMismatch method in ResponseEntityExceptionHandler does not include information about the requir...

Spring jpa repository can not resolve pageable parameter in native image

Spring boot version is 4.0.0.when spring build to native image with java 25.r25-nikthe repository like thisinterface Use...

SpringBoot RestClient.Builder bean present in @SpringBootTest due to spring-boot-starter-webmvc-test, but missing at runtime without restclient starter

SummaryAfter upgrading to Spring Boot 4.0.0 and adopting RestClient, I ran into a surprising discrepancy between test an...

SpringBoot Dead links in observability doc

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/observability.adocSection: Micrometer Ob...

SpringBoot RSocket How to obtain a remote IP address

How to obtain a remote IP addressorg.springframework.boot:spring-boot-starter-rsocket:3.2.1io.rsocket:rsocket-core:1.1.3...

SpringBoot spring-boot:aot org.springframework.boot.jdbc.autoconfigure.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class

spring-boot:run okspring-boot:aotException in thread "main" org.springframework.beans.factory.aot.AotProcessi...

SpringBoot Migration to Spring Boot 4 section aop-starter-pom is misleading

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Migration-Guide#aop-starter-pomAOP Starter POM(...)I...

SpringBoot ApplicationServletEnvironment is no longer configured in war deployments

Hi,I am trying to upgrade a spring boot web mvc 3.5.8 application to 4.0.0 (jdk 25, tomcat 11)I have the configuration o...

SpringBoot Spring boot should warn that 'web-application-type: none' should be set before freezing

Hi Spring community,And before saying anything, thank you so much for that wonderful adventure! I'm spring afficionado s...

SpringBoot Actuator log endpoint configuration

Hi,I am trying to upgrade a spring boot mvc 3.5.8 application to 4.0.0 (jdk 25, tomcat 11)I had the configuration of a l...

SpringBoot Deprecate @ServletEndpoint, @ControllerEndpoint and @RestControllerEndpoint

We should decide if we want to deprecate and later remove @ControllerEndpoint and @RestControllerEndpoint from the actua...

SpringBoot Quartz 2.5.1 not usable with PostgreSQL

I was trying out the new Spring Boot 4.0.0-RC2 release and noticed that quartz was throwing exceptions. After a little s...

SpringBoot Spring Boot Actuator flyway endpoint not reachable anymore

Hi Spring Team,I might be wrong, but starting to upgrade my project to spring-boot 4.0.0, I've noticed that I cannot acc...

SpringBoot AOT Processing Fails with NoClassDefFoundError for Apache HttpClient 4.x Classes

AOT Processing Fails with NoClassDefFoundError for Apache HttpClient 4.x ClassesEnvironmentSpring Boot: 4.0.0Spring Data...

SpringBoot Bean definitions from inner TestConfiguration classes ignored when using Nested junit test classes

Hi,I have a test class annotated with @SpringBootTest that uses a static inner @TestConfigurationclass to override a bea...

Spring The content-type for SSE changed when the version was upgraded from 6.2.11 to 7.0.1

I'm using spring-webflux and was returning responses like this:@GetMapping("test")public Flux<ServerSentEve...

Spring Spring AOT processed application does not properly initialize Prototype Bean

Repository that reproducing the error - https://github.com/ssserj/spring-demoI did not check the app on previous version...

Spring Unable to migrate springframework from 6.2.11 to 7.0.1 with spring-data-jpa 4.0.0

Good morning,Please, I have my application which is working fine with springframework 6.2.11 and spring-data-jpa 3.5.4, ...

Spring @EnableResilientMethods does not participate in globally enforced target class proxying

After upgrading from spring boot 3.5.7 to 4.0.0 I am unable to get beans from BeanFactory.I have classes A1, A2, A3... i...
上一页 下一页
.