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.