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

Updates Netty to 4.1.87 #466

Merged
merged 2 commits into from
Jan 19, 2023

Conversation

andsel
Copy link
Contributor

@andsel andsel commented Jan 13, 2023

Release notes

Update Netty to 4.1.87

What does this PR do?

With Netty's PR 11732, Netty projects stops to re-package jars in netty-all dependency, so all the Netty deps used by the project has to be explicited listed, and this started with version 4.1.69.
With version 4.1.78 was shipped the PR 12438 which in SslContext needs the unix socket domains, packaged in netty-transport-native-unix-common.

Why is it important/What is the impact to the user?

Keeps the dependencies updated.

@andsel andsel self-assigned this Jan 13, 2023
Copy link
Contributor

@mashhurs mashhurs left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -1,3 +1,6 @@
## 6.4.4
Copy link
Contributor

Choose a reason for hiding this comment

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

This will be conflict with my recent PR but I will sort it out if you merge first.

@@ -15,6 +15,7 @@ targetCompatibility = 1.8

String jacksonVersion = '2.13.3'
Copy link
Contributor

Choose a reason for hiding this comment

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

Not with this PR but we also need to update jackson dependencies to 2.14.1.

@andsel andsel merged commit c52fdc4 into logstash-plugins:main Jan 19, 2023
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