SpringBoot Configuration properties binding bug with * in property name

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

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

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

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

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!

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

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

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

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

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

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

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()

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

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

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

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

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

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

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

;tldrI want a repackaged jar file with all optional dependencies removed.Details:Using <optional>true</optional...
上一页 下一页
.