JadiraOrg/jadira

Switch to using MetadataContributor or TypeContributor for contributing types

beikov opened this issue · 1 comments

Currently, types are registered in an Integrator(

mi.getTypeResolver().registerTypeOverride(type, new String[] {className});
), which won't work for Quarkus and might be unsupported in the future. I suggest you switch to a MetadataContributor or TypeContributor instead.