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

micronaut-http-validation pulls netty and a lot of the runtime on the annotation processor classpath #6599

Closed
graemerocher opened this issue Dec 2, 2021 · 0 comments · Fixed by #6600
Labels
type: bug Something isn't working

Comments

@graemerocher
Copy link
Contributor

Expected Behavior

Runtime components with large dependencies graphs shouldn't be on the annotation processor classpath. Since 3.2.0 the micronaut-http-validation includes all of Netty and the runtime components

Actual Behaviour

Netty and the entire server is on the annotation processor classpath

Steps To Reproduce

Create any new app with Micronaut 3.2.0 or see https://search.maven.org/artifact/io.micronaut/micronaut-http-validation/3.2.0/jar

Environment Information

No response

Example Application

No response

Version

3.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant