dlmarion opened a new pull request, #90:
URL: https://github.com/apache/accumulo-access/pull/90

   This change does the following:
   
     1. Bumps the targeted java version from 11 to 17. This aligns with the 
java version for Accumulo 4.0.
     2. Adds a module-info.java file that only exports the new 
org.apache.accumulo.access.api package.
     3. Moves all-non api classes to a new org.apache.accumulo.access.impl 
package. This requires that the classes now be public and have public 
constructors.
     4. Use new Java 17 sealed class feature to ensure that only the Accumulo 
Access impl classes implement the API.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to