Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
OzoneClientConfig#validate is annotated with @PostConstruct. It's supposed to be called by ConfigurationSource#getObject, but not. The reason is OzoneClientConfig#validate declared as private method which will not be return in configurationClass.getMethods() call in ConfigurationReflectionUtil.callPostConstruct.
Attachments
Issue Links
- links to