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

CUST-110209: remove joboe logging from SDK #256

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

cleverchuk
Copy link
Contributor

This PR removes joboe:logging from the SDK. It was added initially to fix java.lang.NoClassDefFoundError that occur due to relocation of JUL(java.util.logger). That didn't fix problem, it replaced it with a new one. Now, we've reverted the change and remove the relocation because JUL is a JVM API and it's okay to remove the relocation. JUL has been part of the JVM since v1.4 according to the docstring.

Test Plan:
Test services data 0, 1 and 2

…UL to avoid runtime failure when agent is not attached.
@cleverchuk cleverchuk requested a review from a team as a code owner August 20, 2024 15:42
@cleverchuk cleverchuk merged commit 777b420 into main Aug 20, 2024
11 checks passed
@cleverchuk cleverchuk deleted the cc/CUST-110209 branch August 20, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants