mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Previously, a condition on a class targeting an inner class would generate an invalid String representation of it. Unfortunately, the `toString` representation misses the `$` sign between the outer class and the inner class name. This commit post-processes the values to generate the appropriate representation. Closes gh-11282