Skip to content

Allow compatibility with Netty 4.1.x#13

Closed
ladrl wants to merge 1 commit intoSolarNetwork:mainfrom
ladrl:main
Closed

Allow compatibility with Netty 4.1.x#13
ladrl wants to merge 1 commit intoSolarNetwork:mainfrom
ladrl:main

Conversation

@ladrl
Copy link
Copy Markdown

@ladrl ladrl commented Mar 9, 2026

This requires the server to have protected factory methods for the event groups that default to the 4.1.x NioEventLoopGroup. The client also requires such a factory method.

Closes #12

This requires the server to have protected factory methods for the event groups that default to the 4.1.x `NioEventLoopGroup`. The client also requires such a factory method.
@ladrl
Copy link
Copy Markdown
Author

ladrl commented Mar 12, 2026

I was able to use your library as is. The problem was a missing dependency to the new netty-codec-protobuf. With that I can easily upgrade.

@ladrl ladrl closed this Mar 12, 2026
@msqr
Copy link
Copy Markdown
Contributor

msqr commented Mar 12, 2026

Hey @ladrl just checking, were you trying that new feature branch I mentioned, or are you saying you're able to just use the existing release in your project? I am interested in feedback on the feature branch, if you did try it.

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.

Netty 4.1.x compatibility

2 participants