ConfigurationProperties entry is prefixed with content which is not given via command line configuration #25780
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
Currently I have a project (excerpt from a larger project) with the following class:
Furthermore I have simple service which uses the above configuration which just prints out the information on the console:
I'm starting the spring boot (Spring Boot Version 2.4.3) app via:
The output of the application on console looks like this (excerpt):
As you can see in the output of the value is just give as expected.
Now I simply change the Spring Boot version from 2.4.3 to 2.4.4 and rebuild the project and call it the same way:
But now the output looks like:
As you can see the output of the absolute directory is prefixed by something which is not given via command line...
I have created a small project to reproduce this.
https://github.com/khmarbaise/spring-boot-issue
Just change the version for Spring Boot Version from 2.4.3 to 2.4.4 and call the command line as described in the above examples.
The question is now: Do I have missed something to read in the release notes of 2.4.4 ? Or is there something else I'm missing?
The text was updated successfully, but these errors were encountered: