Skip to content

focdanisch/spring-boot-properties-order

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content

This project showcases the changed (possibly wrong) sort ordering of Spring Boot 2.4.5 after an update from Spring Boot 2.3.10.RELEASE.

How to reproduce

In the root folder, run the tests with

mvn clean install

By default, the project uses Spring Boot 2.4.5, which causes both tests to fail. If you want to run the tests using the previous Spring Boot 2.3.10.RELEASE, just move the comment in the main pom.xml appropriately (the old version is commented out by default) to run the same tests with the previous version. With that version, the tests pass.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages