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

Remove log4j2 Strings import && bump commons-lang to commons-lang3 #346

Closed
wants to merge 1 commit into from
Closed

Conversation

aofall
Copy link

@aofall aofall commented Dec 2, 2023

Motivation:

The usage of Log4j2 Strings Util class in the code makes users force dependency on log4j2. We can use commons-lang instead or maintain self Utils of String in the project.

Modification:

Bump commons-lang to commons-lang3. And used the commons-lang3 to instead Strings usage of Log4j2 in the code.

Result:

Fixes #345 .

Copy link

sofastack-cla bot commented Dec 2, 2023

Hi @aofall, welcome to SOFAStack community, Please sign Contributor License Agreement!

After you signed CLA, we will automatically sync the status of this pull request in 3 minutes.

Copy link
Member

@nocvalight nocvalight left a comment

Choose a reason for hiding this comment

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

LGTM

@aofall
Copy link
Author

aofall commented Dec 3, 2023

I have signed the CLA but the status of the bot is still unsigned, can anyone help?

image

@aofall aofall closed this Dec 5, 2023
@nobodyiam
Copy link
Member

Would you please reopen the pr so that we could look into this cla issue? cc @zhenjunMa

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

Successfully merging this pull request may close these issues.

The usage of Log4j2 Strings Util class in the code makes users force dependency on log4j2.
3 participants