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

Support Micronaut #46

Open
ralscha opened this issue Nov 17, 2019 · 2 comments
Open

Support Micronaut #46

ralscha opened this issue Nov 17, 2019 · 2 comments

Comments

@ralscha
Copy link

ralscha commented Nov 17, 2019

Micronaut

Micronaut features a Dependency Injection and Aspect-Oriented Programming runtime that uses no reflection. It runs on Netty.

@flowersinthesand
Copy link
Member

Looks great.

@ralscha
Copy link
Author

ralscha commented Nov 20, 2019

Indeed. Supports everything Spring provides but without any reflection. Instead it uses Annotation Processors. Results in faster startup time and less memory usage.

There is a similar project from RedHad: Quarkus
I think this also uses Netty under the hood.

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