Nineya
Home
Blog
SpringBoot Configuration properties binding bug with * in property name
2025-01-06 20:17:29
2750
Hi,I have some configuration properties class which has Map<String, Integer> field. Key in map can contain * for s...
SpringBoot @SpringBootTest with an explicit class still detects and use the closest @SpringBootConfiguration
2025-01-06 20:17:23
15641
Boot version: 2.3.6.RELEASELet's say that we have the following production classes:package a;import org.springframework....
SpringBoot Netty Web Server will not start if using Unix Domain Sockets
2025-01-06 20:17:16
25342
Spring Boot version: 2.4.1I am trying to custmoize Spring Boot HttpServer to use unix domain socket instead of http port...
SpringBoot use spring-boot-starter-quartz and spring-boot-starter-websocket simultaneously
2025-01-06 20:17:09
8886
I want to use spring-boot-starter-quartz and spring-boot-starter-websocket simultaneously,but it fails to satisfy my nee...
SpringBoot Repository.save is trying to save child class before parent after upgrade from Spring boot 2.1.X to 2.2.X
2025-01-06 20:17:02
4487
Spring boot version: 2.1.1 and 2.2.10 (actually any 2.1 version and any 2.2 version I could reproduce the issue below)I ...
SpringBoot Spring JPA - type LocalDateTime in Projection type must be an interface!
2025-01-06 20:16:55
2834
In Spring boot 2.4.1 & 2.4.0 When use projection with field LocalDateTimepublic interface Report { UUID getId(); ...
SpringBoot Avoid duplicate classes in MergedContextConfiguration
2025-01-06 20:16:48
1424
Hi,I just noticed the following log while debugging some test context cache optimizations in one of my projects:19:44:41...
SpringBoot Add API for PropertySource resource location retrieval
2025-01-06 20:16:41
2688
Spring Cloud Config Server verifies that any property sources it loads are from configured locations for security. To do...
SpringBoot Improve error message when attempting to build an image when using war packaging with Maven
2025-01-06 20:16:33
606
The current error message when running spring-boot:build-image with a war packaged project is: [ERROR] Failed to execute...
SpringBoot Spring Boot with Webflux dependency breaks logging impl and forces DEBUG when using TestContext via AbstractTestNGSpringContextTests
2025-01-06 20:16:24
20774
ISSUE:I have a test project which uses Spring Boot Gradle plugin. The project is not a running application but only use...
SpringBoot Raise the minimum supported version of Hibernate to 5.2
2025-01-06 20:16:17
1853
For 2.0, we should consider raising the minimum supported version of Hibernate. @olivergierke has expressed an interest ...
SpringBoot Use plugin id instead of plugin class
2025-01-06 20:16:09
2627
This commit changes how the Spring Boot Gradle plugin identifiesother plugins to react to. Before, it was using the with...
SpringBoot ERROR : org.springframework.context.annotation.Configuration.proxyBeanMethods()
2025-01-06 20:16:02
1147
Hi I use spring boot 2.3.6, maven pom spring-boot-dependencies ,spring-context 5.2.11but in spring-boot-starter-data-jp...
SpringBoot Backport Maven plugin integration tests from master to 2.2.x
2025-01-06 20:15:55
555
The Maven plugin integration tests changed completely between the 2.2.x branch and master. This makes forward-porting ch...
SpringBoot ConfigDataLocationNotFoundException is thrown for empty files
2025-01-06 20:15:48
4707
touch /Users/pwebb/projects/spring-boot/samples/application.propertiesjava -jar propbug-0.0.1-SNAPSHOT.jar --spring.conf...
SpringBoot Testing Properties missing from Application Properties Appendix
2025-01-06 20:15:39
655
As of the 2.3.0.RELEASE version of the documentation, the Testing Properties in the Common Application Properties sectio...
SpringBoot Remove reference to java14 in CI scripts
2025-01-06 20:15:32
118
Forward port of issue #24513 to 2.4.x.Comment From: snicollThe JDK14 reference has been previously removed as of 2.4.x
SpringBoot Move EntityManagerFactoryDependsOnPostProcessor from o.s.b.autoconfigure.data.jpa to o.s.b.autoconfigure.orm.jpa
2025-01-06 20:15:25
374
There's nothing specific to Spring Data JPA in EntityManagerFactoryDependsOnPostProcessor so it should be in the general...
SpringBoot Update reference guide to refine note on excluding spring-boot-configuration-processor explicitly
2025-01-06 20:15:18
151
As of #22036, spring-boot-configuration-processor is automatically excluded so the note in " Configuring the Annotation ...
SpringBoot spring-boot-maven-plugin: Exclude optional/provided dependencies
2025-01-06 20:15:12
1837
;tldrI want a repackaged jar file with all optional dependencies removed.Details:Using <optional>true</optional...
上一页
下一页
1
…
2086
2087
2088
2089
2090
…
2246
.