Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JUL to Log4j API bridge #2

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

ppkarwasz
Copy link
Contributor

This add a new jul-to-log4j-api bridge based on jul-to-log4j from the main branch of Log4j.

@ppkarwasz ppkarwasz marked this pull request as ready for review December 23, 2024 08:17
rgoers and others added 4 commits December 23, 2024 09:28
This splits `log4j-jul` into two artifacts:

- `jul-to-log4j` that contains a `j.u.l.LogManager` implementation, but
  does not depend on Log4j Core.
- `log4j-jul` that contains a `j.u.l.Handler` implementation and depends
  on Log4j Core.

We also update the `j.u.l.LogManager` implementation to:

- implement methods introduced in Java 9,
- remove methods deprecated in Java 9,
- remove the support for `j.u.l.Filter`.
@ppkarwasz ppkarwasz force-pushed the feature/jul-to-log4j-api branch from 1d9aa8d to f857117 Compare December 23, 2024 08:37
@ppkarwasz ppkarwasz marked this pull request as draft December 23, 2024 08:37
@ppkarwasz
Copy link
Contributor Author

This PR needs to be adapted to work without log4j-kit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants