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

Use Netty5 Alpha6-SNAPSHOT in order to avoid slf4j conflicts. #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pderop
Copy link
Contributor

@pderop pderop commented Mar 28, 2023

Motivation:

This project is currently depending on Netty 5.0.0-Alpha5.
Let's depend on Netty Alpha6-SNAPSHOT, this seems to avoid dependency conflicts while adapting ReactorNetty to latest Netty Alpha6-SNAPSHOT.

Modification:

Modified the pom.xml in order to depend on 5.0.0.Alpha6-SNAPSHOT instead of 5.0.0.Alpha5
Also moved codec-haproxy/src/main/resources/META-INF/native-image/io.netty.contrib/netty-codec-haproxy/reflect-config.json to codec-haproxy/src/main/resources/META-INF/native-image/io.netty.contrib/netty-codec-haproxy/generated/handlers/reflect-config.json

Result:

This allows to avoid some dependency conflicts while adapting ReactorNetty to the latest Netty Alpha6-SNAPSHOT

@pderop pderop requested a review from violetagg March 28, 2023 13:13
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.

None yet

2 participants