Hi Volkan, On Thu, 30 Nov 2023 at 17:05, Volkan Yazıcı <vol...@yazi.ci> wrote: > > Heads up! #2021 <https://github.com/apache/logging-log4j2/pull/2021> bumps > the `2.x` baseline to Java 17. Everything works locally. If CI agrees too, > I will merge it tomorrow and start porting to `main`.
Nice job. This allows you to start a chain reaction of fixed issues: logging-log4j2#1851 [1] followed by logging-parent#62 [2], which should greatly simplify the BND configuration. Basically all our deps (like Jackson) that are JPMS named modules, but have a `module-info.class` descriptor in their `META-INF/versions` folder require a configuration override with BND 6.4.x, but with BND 7.x they no longer require it. Piotr [1] https://github.com/apache/logging-log4j2/issues/1851 [2] https://github.com/apache/logging-parent/issues/62