Add migration note about using @ConfigMapping
only for Interfaces
#19298
Labels
Milestone
@ConfigMapping
only for Interfaces
#19298
Description
In 483c4ff, we upgraded SmallRye Config to 2.4.3 and it seems that there is no longer possible to use the annotation
@ConfigMapping
on classes, only in interfaces.Therefore, users that were using:
Before, it worked fine, but now it throws an exception at startup:
I think this should be noted in the migration guide for 2.2.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: