Summary
- 2025-01-04T04:27:56Z - 3 commit(s) by Scott Leberknight
Warning ⚠️
This release is specifically to revert Logback-classic and logback-core to 1.5.12, which is the highest version that we can use with Dropwizard 4.x (or even the 5.x alpha versions). Since most of the kiwi libraries relate and/or depend on Dropwizard, we cannot go beyond these Logback versions until Dropwizard does. See #1239 for details.
You therefore cannot use kiwi-bom 2.0.19 with Dropwizard 4.x or else you will get ClassNotFoundError
at runtime and your application will not run.
Bugs 🐛
- Dropwizard 4.x (and 5.x) not compatible with Logback core and classic beyond 1.5.12 (#1239)