EdColeman edited a comment on issue #2070:
URL: https://github.com/apache/accumulo/issues/2070#issuecomment-830714682


   The FooConstraints jar uses deprecated Constraints class. The jar has:
   
   ```
   import org.apache.accumulo.core.constraints.Constraint;
   import org.apache.accumulo.core.constraints.Constraint.Environment;
   
   expected (since 2.1) (moved from core to data)
   
   org.apache.accumulo.core.data.constraints.Constraint
   org.apache.accumulo.core.data.constraints.Constraint.Environment
   ```
   
   It should be possible to rebuild the jar using new packages, and that might 
get the test to pass - but not sure how to handle pre-2.1 code.
   
   


-- 
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.

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


Reply via email to