tandraschko / quarkus-myfaces

26 stars 6 forks source link

Add support for CDI managed converters/validators/behaviors #16

Closed tandraschko closed 5 years ago

tandraschko commented 5 years ago

See FacesConverterExtension

Should be quite easy if someone understand the BeanRegistrarBuildItem. The basic idea is to collect all @FacesValidator/Converter(managed=true) and add a dynamic producer for it.

tandraschko commented 5 years ago

Basically it's working now we register a synthetic bean now and it will be lookup-ed correctly but the injection doesn't work i will talk with the quarkus guys

tandraschko commented 5 years ago

see: https://github.com/quarkusio/quarkus/issues/3699

tandraschko commented 5 years ago

works now