-
Notifications
You must be signed in to change notification settings - Fork 70
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
Faces 5.0: Spec 1584 - Rely on CDI Class Scanning #615
Conversation
Down to 6 failures:
I'm not sure how to enable CDI in the
|
Alternatively, we keep the config and switch it to false for the failng |
if the spec switches to to this behavior, we should completely remove the AnnotationProvider SPI IMO |
impl/src/main/java/org/apache/myfaces/config/annotation/DefaultAnnotationProvider.java
Show resolved
Hide resolved
As for removing the Annotation Provider, does the quarkus extension need it? I see there's a QuarkusAnnotationProvider. |
yep, i see |
Could you be more specific -- I don't quite follow which parts you mean? |
I can take care of it If the Mojarra Team give their +1 |
i will close this for now and completly remove old scanning after we aligned on the spec change |
For
https://github.com/jakartaee/faces/issues/1584
Since CDI scanning is default now, I removed the
USE_CDI_FOR_ANNOTATION_SCANNING
configuration.Question: Should we still have fallbacks 2 & 3?
TODO: Create JIRA if one doesn't exist. And investigate unit test failures...