Nineya
Home
Blog
软著申请
SpringBoot In a native image, configuration property binding fails when the target has package-private getters and setters
2025-01-07 07:50:12
2157
BindableRuntimeHintsRegistrar does not generate reflection hints to allow package-private getters and setters to be invo...
SpringBoot @AutoConfigureRestDocs does not work with a MockMvc-backed WebTestClient
2025-01-07 07:50:10
4609
Currently this is impossible to use autoconfigured WebTestClient with autoconfigured RestDocs together because of this e...
SpringBoot Make BindableRuntimeHintsRegistrarTests more rigorous
2025-01-07 07:50:07
2297
I think that BindableRuntimeHintsRegistrarTests could be improved by making the tests more rigorous. For example, when c...
SpringBoot SpringDataCouchbase - Not able to save map with collection as value
2025-01-07 07:50:02
13728
Tried to save Person entity with below attributes in couch base, but not able to save getting error, see below error log...
SpringBoot Improve documentation for including Docker Compose support
2025-01-07 07:49:57
236
The Docker Compose Support documentation mentions that the spring-boot-docker-compose dependency should be included to e...
SpringBoot Anonymous requests to the token endpoint are redirected to the Spring Security login page instead of receiving a 401 response
2025-01-07 07:49:54
508
Fixes an issue where auto-configuration for Spring Authorization Server was overriding the default exception handling (A...
SpringBoot There is a problem when using @ RequestParam to receive parameters
2025-01-07 07:49:51
2485
As mentioned above, when using the @ RequestParm annotation to receive parameters, the following is my request result On...
SpringBoot unable to find application.yaml file while starting the application
2025-01-07 07:49:37
32736
i have migrated to springboot 3.0 and i am trying to run the application (mvn spring-boot:run), but it is unable to find...
SpringBoot Flyway fails to get loggers on native runs after upgrading to 3.1.0-RC1
2025-01-07 07:49:32
6689
Related to https://github.com/flyway/flyway/issues/3659Spring Boot 3.1.0-RC1Kotlin 1.8.20Gradle 8Add flyway as a depende...
SpringBoot Are there any sample projects using native on Spring Boot 3, as I can only compile with webTomcat now, but compilation failed after adding Eureka
2025-01-07 07:49:30
476
Comment From: wilkinsonaEureka should work in a native image. If you've found a problem where native image compilation f...
SpringBoot Traceability in micro-reactive is lost with graphQL
2025-01-07 07:49:27
3072
Hi,I have a reactive microservice (Spring-Boot 3.0.4) that when calling a graphQL service using HttpGraphQlClient tracea...
SpringBoot spring.data.mongodb.replica-set-name is not applied correctly
2025-01-07 07:49:25
184
Hi,I was reviewing some of the new things in 3.1 and believe I found a typo leading to a bug when setting the replicaSet...
SpringBoot WebClient auto-configuration tries to use HttpComponentsClientHttpConnector when all required classes are not present
2025-01-07 07:49:22
404
As reported in https://github.com/spring-projects/spring-boot/issues/34962, a java.lang.NoClassDefFoundError: org/apache...
SpringBoot MinIdle and MaxValidationTime properties missing for R2DBC pools
2025-01-07 07:49:19
907
Spring boot version: 2.7.9, the spring-boot-project version of r2dbc more specifically the classspring-boot-project/spri...
SpringBoot Wrong anchors in Maven plugin documentation
2025-01-07 07:49:14
99
Click here on "Goals". This links to #goals, but is then rewritten to #?, which breaks hot-linking.
SpringBoot Small assertions improvements
2025-01-07 07:49:12
147
Inspired by b91f814e427ccd5b99f0f7d1fafaae77ad1fb318, I propose a slightly simpler way to write such assertions.Comment ...
SpringBoot Inject user-defined Attributes into SdkTracerProvider
2025-01-07 07:49:07
10151
User-defined attributes is useful for tag at service level, for example Jaeger UI treat it as process tag beside span ta...
SpringBoot Add missing @ServiceConnection in importing container declarations example
2025-01-07 07:48:41
1033
Fix https://github.com/spring-projects/spring-boot/issues/35332Comment From: wilkinsonaThanks for the PR but I'm not sur...
SpringBoot java 1.8_282 JVM crash
2025-01-07 07:48:39
1685
OS macOSspring boot 2.5.2spring cloud 2020.0.3java 1.8.0_282use https://start.spring.io generate spring-boot-gateway dem...
SpringBoot Fix javadoc in OAuth2AuthorizationServerPropertiesMapper
2025-01-07 07:48:36
135
Hi,just found this wrong javadoc declaration while diving through some code.Cheers,ChristophComment From: wilkinsonaThan...
上一页
下一页
1
…
1819
1820
1821
1822
1823
…
2246
.