Aurora Blog
Home
Spring @Configuration class in enclosing class is no longer discovered for @Nested test class
2025-11-25 14:00:15
3706
Hi,I have a test class annotated with @SpringBootTest that uses a static inner @TestConfigurationclass to override a bea...
Spring RestTestClient: HTTP-StatusCode 500 if credentials or roles are not matching with WebEnvironment MOCK
2025-11-25 14:00:13
2329
I am testing/using the new RestTestClient with Spring Boot 4 and I wanted to test a controller method if a role is not m...
Spring Configuration from enclosing class not discovered for @Nested test class when enclosing class is not annotated with @ContextConfiguration
2025-11-25 14:00:11
9647
OverviewGiven the following application and test classes, the @Nested test class fails due to getMessage() returning "He...
Spring Enhance handleTypeMismatch error message in ResponseEntityExceptionHandler
2025-11-25 14:00:09
1387
Currently, the handleTypeMismatch method in ResponseEntityExceptionHandler does not include information about the requir...
Spring jpa repository can not resolve pageable parameter in native image
2025-11-25 14:00:07
20493
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
2025-11-24 14:00:40
8825
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
2025-11-24 14:00:36
262
documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/observability.adocSection: Micrometer Ob...
SpringBoot RSocket How to obtain a remote IP address
2025-11-24 14:00:28
711
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
2025-11-24 14:00:24
2778
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
2025-11-24 14:00:21
1005
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
2025-11-24 14:00:15
3568
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
2025-11-24 14:00:11
2163
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
2025-11-24 14:00:06
1620
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
2025-11-23 14:00:26
28069
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
2025-11-23 14:00:20
1711
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
2025-11-23 14:00:18
758
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
2025-11-23 14:00:16
3404
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
2025-11-23 14:00:14
2271
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
2025-11-23 14:00:08
844
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
2025-11-23 14:00:06
4658
Repository that reproducing the error - https://github.com/ssserj/spring-demoI did not check the app on previous version...
上一页
下一页
1
…
7
8
9
10
11
…
386
.