SpringBoot @JsonTest ignores configs

In my @JsonTest, the autowired ObjectMapper ignores my @Configuration.Using full @SpringBootTest instead avoids the prob...

SpringBoot @RestClientTest fails in native image tests: Failed to instantiate SimpleRequestExpectationManager

Using @RestClientTest in a native image doesn't work, as seen here. It fails with: JUnit Jupiter:RestClientTests:test()...

SpringBoot Native testing of a WebFlux-based app using a random or defined port fails with "Runtime reflection is not supported for WebTestClientContextCustomizer$WebTestClientRegistrar"

RandomPortTests from the smoke tests don't work in a native image. I get the following exception: JUnit Jupiter:RandomP...

SpringBoot Can't use HttpServiceProxyFactory#builder with both spring-boot-starter-web and spring-boot-starter-webflux

While using Spring Boot 3.0.0-RC1 with both spring-boot-starter-web and spring-boot-starter-webflux dependencies (Gradle...

SpringBoot changes in config file

Comment From: pivotal-cla@jeevagan1 Please sign the Contributor License Agreement!Click here to manually synchronize the...

SpringBoot OutputCaptureExtension fails in native image tests: NoSuchMethodException: OutputCapture.<init>

OutputCaptureExtension doesn't work in native image tests, as seen here.It fails with: JUnit Jupiter:OutputCaptureTests...

SpringBoot Java 11. Spring boot 2.1.3 package not found when run as module

I use windows 10, Oracle JDK-11.0.2, Maven 3.6, Spring-boot 2.1.3.RELEASEHello. After #15810 fix module-info.class now p...

SpringBoot Sending extra "/" in URL returns 404 (Spring 3.0.0-RC1)

With Spring Boot 2.7.5, the following code works:@RestControllerpublic class SomeController { @GetMapping(&quot;/heal...

SpringBoot Spring boot 3 not working with spring-cloud-config-server

Hi, I am testing out spring boot 3 and wanted to create a simple config server, however it appears one of the micromete...

SpringBoot Issue with JPA Parameter binding after upgrading to 2.7.5

After Upgrading to spring boot 2.7.5 from 2.7.4, we can see that the NULL query parameters which involves "LIKE" clause ...

SpringBoot Too many open files after upgrade to Spring Boot 2.2.8

We recently upgraded from Spring Boot 2.2.7 to 2.2.8, running on PCF (Azure, OS is linux). Now we just ran into an issue...

SpringBoot Revert workaround to allow multiple @ImportRuntimeHints

We should revert #32822 when https://github.com/spring-projects/spring-framework/issues/29361 has been fixed/Comment Fro...

SpringBoot TestRestTemplate is not compatible with Native Image

Running tests in native mode with webEnvironment set to DEFINED_PORT or RANDOM_PORT fails with error:org.springframework...

SpringBoot Missing native hint for org.hibernate.id.IdentityGenerator

DescriptionAfter I to compile native image from my test project that saves notes to MySql, it fails to start on missing ...

SpringBoot Native image built with Gradle fails to start when spring-boot-devtools is included as developmentOnly dependency

Setupplugins { id(&quot;org.springframework.boot&quot;) version &quot;3.0.0-RC1&quot; id(&quot;io.spring.dependenc...

SpringBoot launch.script should not get in the way of sigterm propagation

https://github.com/spring-projects/spring-boot/blob/069e7f3881bd95a75cae8ddd7abef143ab116296/spring-boot-project/spring-...

SpringBoot spring boot google logout doesn't work on Windows 11 only

My spring boot code for google login/logout runs successfully on Windows 10 and MacOS, but the logout doesn't work as ex...

SpringBoot Refine @ConstructorBinding detection logic to support @Bean methods

Reopening to check why Spring Cloud need to make this change. The exception they have is:08:34:17 Caused by: java.lang.I...

SpringBoot bootstrap configuration + enableconfigurationproperties on a record

I am sorry upfront, but I could not figure out a better name for the issue.The minimal reproducible example can be found...
上一页 下一页
.