[core] Deprecate enumerated properties#1505
Conversation
Generated by 🚫 Danger |
| "checkAddressTypes", "Check for IP address types.", ADDRESSES_TO_CHECK, | ||
| Arrays.asList(IPV4, IPV6, IPV4_MAPPED_IPV6), | ||
| String.class, 2.0f); | ||
| private static final PropertyDescriptor<List<String>> CHECK_ADDRESS_TYPES_DESCRIPTOR = |
There was a problem hiding this comment.
I hope, it's ok to change this from public to private and change the type? I guess, nobody anyway directly used this property programmatically...
There was a problem hiding this comment.
I think, we should keep it public...
|
I'll merge this now. There are two changes, we should think about:
These change the type of public properties from |
|
Yeah I think for the moment, property descriptors for individual rules should be part of their implementation and so should be hidden. We could probably go so far as say that concrete rule classes are also not part of our published API ? We'd anyway need to mention that on the release notes though |
Refs #1432