There is a class in the `geode-cq` that inherits from this inner class. Tt was 
able to before because it was in the same package but to support modules we 
can't split packages across jars anymore. In order for the `geode-cq` class to 
access this class it must now be public. Since it is "internal" it should not 
be considered public API. In fact it isn't exported in a way that any module 
other than `geode-cq` can access it in the `module-info.java`.

[ Full content available at: https://github.com/apache/geode/pull/2915 ]
This message was relayed via gitbox.apache.org for 
notifications@geode.apache.org

Reply via email to