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
Seems like RouterLayout implementors are not considered during bean discovery.
We should manage them in the same way we do for HasErrorParameter implementors
Currently RouterLayout implementations are ignored by CDI in Quarkus
This change specify RouterLayout implementors as additional bean classes
to be analyzed during bean discovery.
Fixes#75
Vaadin Version: 23.1.0.beta1
Quarkus Version: 2.8.2.Final
I have a view and a parent layout. I cannot @Inject in the layout class with Quarkus. But I can in a project deployed in a Wildfly Server.
The text was updated successfully, but these errors were encountered: