Upgrading from 1.3.8 to 1.3.9 breaks API - removes ch.qos.logback.classic.util.ContextInitializer.configureByResource(java.net.URL) #696
Replies: 3 comments
-
@philipwhiuk The deprecated method in question was removed because it was preventing the decoupling of logback initialization from JoranConfigurator. Copying the method into your project should be a relatively easy exercise. In any case, thank you for the comment and apologies for the inconvenience. |
Beta Was this translation helpful? Give feedback.
-
Example of consequences: playframework/playframework#11907 |
Beta Was this translation helpful? Give feedback.
-
@gaeljw Thank you for this link. Looking at that thread, it looks like commit d0bf4cfbfca fixes the issue. |
Beta Was this translation helpful? Give feedback.
-
I was surprised that a 'patch' release would break compatibility like this. It's not really documented in the release notes
Is there a logic behind this change?
Beta Was this translation helpful? Give feedback.
All reactions