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

Consider refactoring io.netty.handler.codec to separate ‘jar’ artifacts. #4024

Open
ghost opened this issue Jul 26, 2015 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Jul 26, 2015

Currently, io.netty.handler.codec java package includes different types of codecs for different purposes (e.g compression/optional 3rd-party serialization/shared codec infrastructure/helpers) all bundled within the same ‘jar’ artifact: ‘netty-codec’. Not all netty use-cases require or make use of these. Consider separating these codecs out to individual ‘jars’ by their functional purpose. This will simplify building smaller-sized purpose-dedicated netty distributions that only contain required modules.

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

No branches or pull requests

0 participants