jakartaee / jakartaee/mail-api

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

Open
#806 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
285
Forks
109
Avg merge
15h 19m
Merged PRs (30d)
1

Description

This is not an official link, but System.Logger has some advantages over java.util.Logger:
https://stackoverflow.com/questions/59976828/difference-between-java-util-logging-logger-and-java-lang-system-logger

Update module-info.java to remove java.logging too.

Contributor guide

Open the contributing guide

Research direction

Search the project for uses of java.util.logging.Logger and inspect module-info.java first. Replace the logging API as needed, remove java.logging from the module descriptor, and verify the project builds and its existing tests pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.