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 shading the org.tomcat classes #214

Closed
jorgheymans opened this issue Dec 22, 2016 · 1 comment
Closed

consider shading the org.tomcat classes #214

jorgheymans opened this issue Dec 22, 2016 · 1 comment

Comments

@jorgheymans
Copy link

I ran into an issue with a spring-boot enabled grpc server and TLS, using netty-tcnative-boringssl-static:1.1.33.Fork24.

Basically the problem was that my project included the spring-boot-starter-web dependency, which brings in spring-boot-starter-tomcat, which depends on tomcat-embed-core. And this jar contains the same tomcat/jni classes used in openssl-dynamic, causing things to break.

@Scottmitch
Copy link
Member

This is a duplicate of #136.

We have re-namespaced netty-tcnative into a different package on the master branch. This change will take effect in netty-tcnative-2.0.0 and the next release of Netty should depend upon this new netty-tcnative.

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

2 participants