-
Notifications
You must be signed in to change notification settings - Fork 40.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading to Spring Boot 2.4.4 results in "Failed to bind properties" #25881
Comments
This reverts commit 9f0d564 spring-projects/spring-boot#25881
@vananiev This appears to be a duplicate of spring-projects/spring-framework#26702. Can you try using Spring Boot 2.4.4 but downgrading Spring Framework to 5.3.4 as was tested previously to see if that works? |
Yes, downgrading Spring Framework to 5.3.4 with pom.xml setting <dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.3.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement> solves the problem. |
Closing as a duplicate of spring-projects/spring-framework#26702 |
#26702 tells about linux. If it matter, my problem occures on windows 7. |
I've update Spring Boot from 2.4.3 to 2.4.4 and got
for property
Without
${user.home}
2.4.4 works well.
With 2.4.3 both property values works.
A similar issue, but for 2.4.2 and
Duration
(relates #25878).The text was updated successfully, but these errors were encountered: