-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
ArC - support CDI decorators #16010
ArC - support CDI decorators #16010
Conversation
mkouba
commented
Mar 25, 2021
- resolves Support CDI decorators #15490
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor comments. You know I'm not capable of understanding it all :-)
independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanGenerator.java
Outdated
Show resolved
Hide resolved
independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanInfo.java
Show resolved
Hide resolved
independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Decorators.java
Show resolved
Hide resolved
...endent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/DecoratorGenerator.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed and tried this last week and since there were no major changes in the meantime, I am still good with it :-)
Just one question - do you plan to address documentation in a separate PR? Since we not state that decorators are unsupported.
That's a good point. I should move decorators to the list of supported features ;-) |
- resolves quarkusio#15490 Update independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanGenerator.java Co-authored-by: Ladislav Thon <[email protected]> Update docs/src/main/asciidoc/cdi.adoc Co-authored-by: Matej Novotny <[email protected]>
Wow, awesome! |