Description
I am trying to upgrade to 2.25.0 in Spring Boot and address the deprecation that this release introduces. Both deprecated constructor refer to the canonical constructor but it is package private so I can't access it from our class that extends from it.
|
ThrowablePatternConverter( |
Configuration
not relevant
Logs
not relevant
Reproduction
not relevant