The current failure from pmd says

>All static final fields must be immutable objects. No mutable static state is 
>allowed.

Switching this

`public static final RegionShortcut DEFAULT_REGION_TYPE = 
RegionShortcut.PARTITION`

to 

`public final RegionShortcut DEFAULT_REGION_TYPE = RegionShortcut.PARTITION`

seems to fix this issue.

@PurelyApplied do you have any thoughts on this?

[ Full content available at: https://github.com/apache/geode/pull/3287 ]
This message was relayed via gitbox.apache.org for 
[email protected]

Reply via email to