Nineya
Home
Blog
SpringBoot @JsonTest ignores configs
2025-01-07 04:12:33
2020
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
2025-01-07 04:12:31
1373
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"
2025-01-07 04:12:29
4596
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
2025-01-07 04:12:27
4112
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
2025-01-07 04:12:22
251
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>
2025-01-07 04:12:20
3430
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
2025-01-07 04:12:17
11578
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)
2025-01-07 04:12:15
841
With Spring Boot 2.7.5, the following code works:@RestControllerpublic class SomeController { @GetMapping("/heal...
SpringBoot Spring boot 3 not working with spring-cloud-config-server
2025-01-07 04:12:12
11187
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
2025-01-07 04:12:08
4442
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
2025-01-07 04:12:05
8014
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
2025-01-07 04:12:03
185
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
2025-01-07 04:12:00
14786
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
2025-01-07 04:11:57
2884
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
2025-01-07 04:11:55
13586
Setupplugins { id("org.springframework.boot") version "3.0.0-RC1" id("io.spring.dependenc...
SpringBoot launch.script should not get in the way of sigterm propagation
2025-01-07 04:11:53
11107
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
2025-01-07 04:11:50
1469
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
2025-01-07 04:11:47
4446
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
2025-01-07 04:11:45
1077
I am sorry upfront, but I could not figure out a better name for the issue.The minimal reproducible example can be found...
SpringBoot Spring boot 3-Rc1 native:compile (graalvm22-jdk17) on windows10 fails with error java.lang.LayerInstantiationException: Package com.oracle.svm.util in both module org.graalvm.nativeimage.pointsto and module org.graalvm.nativeimage.base
2025-01-07 04:11:42
5382
I am using spring intializer(image attached) , the bleow are the settings i got and i did nothing , but mvn -Pnative nat...
上一页
下一页
1
…
1884
1885
1886
1887
1888
…
2246
.