jakartaee/common-annotations-api

Common converters can be used in all conversion cases

Opened this issue · 0 comments

I noticed there is a Converter used with annotations, if possible to add a common ConversionService for all conversion cases, as a common fallbacks. eg. Config, JPA, JSF, etc. have their own converters, and make them also search the common ConversionService and adapt the common converters if not found in their parts.

Originally posted by @hantsy in jakartaee/config#11 (comment)