Hi Gary, On Fri, 23 Jun 2023 at 10:20, Gary Gregory <garydgreg...@gmail.com> wrote: > Releasing the BOM every 6 months is not good IMO: It should be released > every time one of its module is released, making it obvious that all latest > versions work together _as should be expected_, otherwise we are putting > the work on our users.
I agree, we need to upgrade the BOM at each new release. The main challenge in doing so will be to adapt our CI system to check the compatibility between versions **before** each release. Even if most our module haven't change in years, we need to detect if we didn't break them by modifying `log4j-core`. Piotr