Re: JPMS Native Log4j?

"Piotr P. Karwasz" <[email protected]> Fri, 14 Oct 2022 17:53:55 +0200
Newsgroups gmane.comp.jakarta.log4j.user
Message-ID <CAFmygFaEcC0hB=Q_4ysnHeQz8+G7HTOxp_=65MMp+fFXYCD5Ag@mail.gmail.com>
Hi Clayton,

On Fri, 14 Oct 2022 at 17:32, Clayton Wohl <[email protected]> wrote:
>
> I've heard rumors that the log4j devs are working on a Java 11+ JPMS native
> version of log4j. This would help end users use jlink to package/distribute
> their applications. Is this still happening? Is there a ballpark time
> frame for when we will see pre-release builds?

The upcoming 3.x series will fully support JPMS. See the `master`
branch: https://github.com/apache/logging-log4j2/tree/master

While it is now our main development effort and snapshots are
published regularly (on
https://repository.apache.org/content/groups/snapshots) after each
commit, it is not very well tested by the community. JPMS-savy
contributors are always welcome.

Piotr