vaadin / quarkus

An extension to Quarkus to support Vaadin Flow
Apache License 2.0
28 stars 3 forks source link

CDI add-on supports service level classes like ErrorHandler, SystemMessagesProvider. Same support should be enabled for Quarkus #20

Closed denis-anisimov closed 3 years ago

denis-anisimov commented 3 years ago

See UI level for this : https://github.com/vaadin/cdi/tree/master/vaadin-cdi-itest/src/main/java/com/vaadin/cdi/itest/service and ITs: https://github.com/vaadin/cdi/blob/master/vaadin-cdi-itest/src/test/java/com/vaadin/cdi/itest/ServiceTest.java

Quarkus specific ErrorHandler and SystemMessagesProvider are not set in the way as it's done in CDI.