Nineya
Home
Blog
软著申请
SpringBoot Request scope annotations do not work as intended when used with @Bean
2025-01-07 22:25:16
2188
Hi,I am using springboot 2.7.14 and running Java 17. I have created this classclass RequestContextHolder { private va...
SpringBoot Make it easier to add a SanitizingFunction to mask properties with specific names
2025-01-07 22:25:14
1777
See https://github.com/spring-projects/spring-boot/issues/39094#issuecomment-1899214357 for details.We removed default s...
SpringBoot Refactor: Use HTTP_LOCALHOST constant for local URL in DevToolsIntegrationTests
2025-01-07 22:25:11
735
Introduced a constant HTTP_LOCALHOST to store the base URL.Updated all test methods to use the new constant, improving r...
SpringBoot Starting from 3.2.x, @SpyBean is not able to initialise MongoRepository bean of the generic type
2025-01-07 22:25:08
3535
IssueStarting from Spring-Boot 3.2.x the @SpyBean is not able to initialize MongoRepository bean of the generic type.Ple...
SpringBoot org.hibernate.query.SemanticException: Cannot compare left expression of type 'com.example.demo.CompositeEntity$Another' with right expression of type 'java.lang.Long'
2025-01-07 22:25:05
1913
have updated my spring boot project, following are the updated dependenciesJava 11 - Java 21Springboot 2.7.8 to 3.2.3Ser...
SpringBoot Upgrade CI to Docker 26.1.2
2025-01-07 22:25:03
418
Upgrade CI to Docker 26.1.2Closes: https://github.com/spring-projects/spring-boot/issues/40768Comment From: wilkinsonaTh...
SpringBoot Exception on application startup with the newest version of micrometer-tracing-bridge-brave
2025-01-07 22:24:59
1428
I've encountered a problem with application startup with:- org.springframework.boot:spring-boot-starter-actuator:3.2.5- ...
SpringBoot spring-boot-gradle-plugin incompatible with Java 22
2025-01-07 22:24:56
48253
A simple spring-boot project with a build.gradle file that starts as follows, will fail:plugins { id 'org.springframe...
SpringBoot Auto-configuration ordering change breaks DocumentReference (in non-reactive MongoTemplate) when depending on mongodb-driver-reactivestreams
2025-01-07 22:24:53
7502
Originally logged issue at https://github.com/spring-projects/spring-data-mongodb/issues/4629 and was referred here.The ...
SpringBoot Ensure that Hazelcast binds to localhost in our client tests
2025-01-07 22:24:49
232
With certain network configurations, Hazelcast may bind to a network interface to which the client cannot then connect. ...
SpringBoot Document ways to opt out from immutable @ConfigurationProperties binding with single constructor
2025-01-07 22:24:46
4561
I want duplicate configuration properties base on existing one, It works fine with 2.x but failed since 3.0.0, here is c...
SpringBoot Improve graceful shutdown documentation to remove ambiguity
2025-01-07 22:24:42
4370
I'd like for the following quote in the Graceful Shutdown documentation to be clarified...The exact way in which new req...
SpringBoot Upgrade to Spring Kafka 3.2.0
2025-01-07 22:24:38
284
Comment From: bhavukTomarHi, Can I start working on this ?Comment From: wilkinsonaThanks for the offer, @bhavukTomar, bu...
SpringBoot spring.config.import does not find/load nested properties-files
2025-01-07 22:24:34
7686
I'm using Spring-Boot 3.2.5 on a project that has properties-files stored in sub-directories:$ find src/main/resources/c...
SpringBoot Better document new @AutoConfiguration annotation
2025-01-07 22:24:32
9287
After reading the documentation and javadocs for 3.0.x, it's still unclear what the difference between the new @AutoConf...
SpringBoot Non-configurable elasticsearch client connection pool
2025-01-07 22:24:24
2017
Environment: SpringBoot 2.7.10, Elasticsearch, Java 11.I'm using springboot autoconfigured org.elasticsearch.client.Rest...
SpringBoot Spring Boot With Postgresql Inheritance Feature not working
2025-01-07 22:24:21
3511
I have created a project to test PostgreSQL's inheritance feature with Spring Boot 3.2.5 with Java 21. I am using Flyway...
SpringBoot Trouble Running Spring Boot Application from Jar with Included Dependencies for fast startup
2025-01-07 22:24:15
2297
I'm encountering an issue when trying to run a Spring Boot application from a jar file that includes its dependencies. H...
SpringBoot Failures caused by using buildpacks to create a native image without declaring the native build tools Maven plugin are hard to diagnose
2025-01-07 22:24:13
7642
Following up on the last messages of this issue https://github.com/spring-projects/spring-boot/issues/32659 , I cannot u...
SpringBoot Reduce XML classes in native image when using Logback
2025-01-07 22:24:10
6858
As discussed with @wilkinsona, in an empty Spring Boot application with just spring-boot-starter compiled to native, the...
上一页
下一页
1
…
1690
1691
1692
1693
1694
…
2246
.