Closed Geogy-fjq closed 2 years ago
Thanks for the report. Spring Boot 2.5.x is no longer supported. Please upgrade to Spring Boot 2.6.x or 2.7.x. If the problem still occurs and you would like us to investigate, please provide a complete yet minimal sample that reproduces the problem.
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
I integrated the third-party configuration class and deployed the project as a war package to the application server (= When JndiPropertySource is enabled), the configuration property binding does not work.
Versions
I am using V2.5.8,but I think this issue was introduced in V.2.4.0-M3(https://github.com/spring-projects/spring-boot/releases/tag/v2.4.0-M3)
StackTrace
details
I think the issue I encountered is highly similar to it(https://github.com/spring-projects/spring-boot/issues/18670), and the issue has been fixed in V2.2.1.RELEASE(https://github.com/spring-projects/spring-boot/releases/tag/v2.2.1.RELEASE). I guess the issue was brought back to spring from this version(https://github.com/spring-projects/spring-boot/releases/tag/v2.4.0-M3).