You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.
MyFaces creates the internal artifacts via ClassForName but also supports CDI injection for it.
This is actually done by the CDIInjectionProviderImpl.
The problem is that Quarkus doesn't support BeanManager#createAnnotatedType.
We need to find another, quarkus like, way.
The text was updated successfully, but these errors were encountered:
see QuarkusInjectionProvider
https://github.com/quarkusio/quarkus/blob/master/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcTestResourceProvider.java#L21-L54
quarkusio/quarkus#2378
MyFaces creates the internal artifacts via ClassForName but also supports CDI injection for it.
This is actually done by the CDIInjectionProviderImpl.
The problem is that Quarkus doesn't support BeanManager#createAnnotatedType.
We need to find another, quarkus like, way.
The text was updated successfully, but these errors were encountered: