You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a configuration properties class overrides a getter method, it's not seen properly by the annotation processor. As it works its way up the type hierarchy, the entry for the overriding method is replaced with the entry for the overridden method. One symptom of this is that when an overriding getter method is annotated with @DeprecatedConfigurationProperty the deprecation is missed.
The text was updated successfully, but these errors were encountered:
If a configuration properties class overrides a getter method, it's not seen properly by the annotation processor. As it works its way up the type hierarchy, the entry for the overriding method is replaced with the entry for the overridden method. One symptom of this is that when an overriding getter method is annotated with
@DeprecatedConfigurationProperty
the deprecation is missed.The text was updated successfully, but these errors were encountered: