Skip to content

[ZEPPELIN-6267] Refactor JarHelper Class to Use a Logging Framework Instead of System.out.println()#5009

Merged
Reamer merged 2 commits into
apache:masterfrom
hyunw9:ZEPPELIN-6267
Aug 8, 2025
Merged

[ZEPPELIN-6267] Refactor JarHelper Class to Use a Logging Framework Instead of System.out.println()#5009
Reamer merged 2 commits into
apache:masterfrom
hyunw9:ZEPPELIN-6267

Conversation

@hyunw9

@hyunw9 hyunw9 commented Aug 3, 2025

Copy link
Copy Markdown
Contributor

What is this PR for?

Refactor JarHelper Class to Use a Logging Framework Instead of System.out.println()

What type of PR is it?

Refactoring

Todos

  • - Replace println() to LOGGER.info()

What is the Jira issue?

How should this be tested?

  • Strongly recommended: add automated unit tests for any new or changed behavior
  • Outline any manual steps to test the PR here.

Screenshots (if appropriate)

Questions:

  • Does the license files need to update? - no
  • Is there breaking changes for older versions? - no
  • Does this needs documentation? - no

@Reamer Reamer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good, just a potentially incorrect import.

@Reamer Reamer self-assigned this Aug 4, 2025
@Reamer Reamer merged commit d4072a6 into apache:master Aug 8, 2025
25 of 30 checks passed
asf-gitbox-commits pushed a commit that referenced this pull request Aug 8, 2025
…nstead of System.out.println()

### What is this PR for?

Refactor JarHelper Class to Use a Logging Framework Instead of `System.out.println()`

### What type of PR is it?
Refactoring

### Todos
* [x] - Replace `println()` to `LOGGER.info()`

### What is the Jira issue?
* [here](https://issues.apache.org/jira/browse/ZEPPELIN-6267)

### How should this be tested?
* Strongly recommended: add automated unit tests for any new or changed behavior
* Outline any manual steps to test the PR here.

### Screenshots (if appropriate)

### Questions:
* Does the license files need to update? - no
* Is there breaking changes for older versions? - no
* Does this needs documentation? - no

Closes #5009 from hyunw9/ZEPPELIN-6267.

Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com>
(cherry picked from commit d4072a6)
Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com>
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