Yes, I started on the fix for what you reported and ran into this. I had to introduce a dependency for the plugin annotation processor to log4j core to ensure it was created prior to log4j-core being built. That causes a dependency to be added to the processor in OSGi, but that isn’t an OSGi module. I think I have figured out how to fix it and will get to it soon.
Ralph > On Jun 16, 2023, at 9:45 PM, Piotr P. Karwasz <piotr.karw...@gmail.com> wrote: > > Hi Ralph, > > On Fri, 16 Jun 2023 at 22:37, Ralph Goers <ralph.go...@dslextreme.com> wrote: >> >> Any chance you can commit a fix? > > Sure, I'll commit a fix. For some (other?) reason the tests in > `log4j-osgi` are failing on the CI. Not sure what is the problem. > > Piotr