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

Update library versions due to CVEs #1091

Merged
merged 2 commits into from Apr 20, 2020

Conversation

duncangrant
Copy link
Contributor

Copy link
Contributor

@kemitix kemitix 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. If the tests pass I'm happy with it. Thanks @duncangrant

Copy link
Contributor

@iuliana iuliana left a comment

Choose a reason for hiding this comment

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

Except for my comment, this looks ok to me.

@@ -182,7 +182,7 @@ public void doEncode(ILoggingEvent event) throws IOException {
}
LOG.trace("level="+event.getLevel()+"; event="+event+"; msg="+event.getFormattedMessage());
Copy link
Contributor

Choose a reason for hiding this comment

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

Any reason we are not using the recommended syntax like LOG.trace("level= {} ; event={} ; msg={}", event.getLevel(), event,event.getFormattedMessage() ); ?

@iuliana
Copy link
Contributor

iuliana commented Apr 20, 2020

Approved. :)

@duncangrant duncangrant merged commit f28ff46 into apache:master Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants