-
I am trying to create my own appender using JPMS service in 3.0.0-beta3. This is my code:
module-info:
Config:
Result:
So, java dies in main class where I initializer my logger. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @PavelTurk, I filed two bugs against version A complete working example is on my repo: https://github.com/copernik-eu/bug-reproducibility/tree/main/log4j-core-3.0.0-beta3-jpms |
Beta Was this translation helpful? Give feedback.
Hi @PavelTurk,
I filed two bugs against version
3.0.0-beta3
(#3250 and #3251). The issues contain instructions on how to work around them.A complete working example is on my repo: https://github.com/copernik-eu/bug-reproducibility/tree/main/log4j-core-3.0.0-beta3-jpms