Skip to content

Replace java.util.logging.Logger with System.Logger#193

Merged
lukasj merged 3 commits into
jakartaee:masterfrom
ASananda:fix-issue-184
Mar 27, 2026
Merged

Replace java.util.logging.Logger with System.Logger#193
lukasj merged 3 commits into
jakartaee:masterfrom
ASananda:fix-issue-184

Conversation

@ASananda
Copy link
Copy Markdown
Contributor

Replaced usage of 'java.util.logging.Logger' with 'System.Logger'.

Changes made:

  • Updated logger initialization to use 'System.getLogger'
  • Replaced logging levels (FINE to DEBUG)
  • Updated logging method calls to use 'System.Logger' API
  • Removed 'requires java.logging' from 'module-info.java'
  • Cleaned up unused imports related to 'java.util.logging'

Build:

  • 'mvn clean install' passes successfully
  • All tests pass

Fixes #184

Copy link
Copy Markdown
Contributor

@lukasj lukasj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thank you

only one thing is missing - add Copyright (c) 2026 Contributors to the Eclipse Foundation. to the header

@ASananda
Copy link
Copy Markdown
Contributor Author

I have added the copyright header

Comment thread api/src/main/java/jakarta/activation/FactoryFinder.java
Copy link
Copy Markdown
Contributor

@lukasj lukasj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@lukasj lukasj merged commit b1e200b into jakartaee:master Mar 27, 2026
3 checks passed
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.

Use System.Logger instead of java.util.logging.Logger

2 participants