Skip to content

v2.0.20

Latest
Compare
Choose a tag to compare
@sleberknight sleberknight released this 04 Jan 04:27
· 3 commits to main since this release
v2.0.20
2f0206f

Summary

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)