https://github.com/workmanw/spring-bug-demo
https://github.com/workmanw/spring-bug-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/workmanw/spring-bug-demo
- Owner: workmanw
- Created: 2021-03-23T00:57:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T02:04:32.000Z (about 5 years ago)
- Last Synced: 2025-02-16T20:27:37.140Z (over 1 year ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot Issue 25759
https://github.com/spring-projects/spring-boot/issues/25759
See the issue for complete details ^^
## Reproduction
1. Clone the repo and run the `DemoApplicationTests`.
2. Notice that an exception is generated on application startup.
3. Change the pom to use Spring Boot `2.3.9.RELEASE`.
4. Run `DemoApplicationTests` again.
5. Notice that the test runs and that logging out put contains `[[Demo Config]] --`.
At this point we have demonstrated prior behavior with `2.3.9.RELEASE` (configuration working w/ `spring.profiles.include`) AND regression with `2.4.2`.