Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Today we are using generated schema classes in public API, but we don't want to provide an implementation in it.
For example:
@ConfigurationRoot(rootName = "rest", storage = InMemoryConfigurationStorage.class) public class RestConfigurationSchema { ...
The mention of InMemoryConfigurationStorage should be changed to a specific constant:
@ConfigurationRoot(rootName = "rest", storage = IgniteConsts.MEMORY_CONFIGURATION_STORAGE) public class RestConfigurationSchema { ...
Attachments
Issue Links
- links to