Description
The API compatibility checker script added in HBASE-12808 passes a file containing annotations to the JavaACC tool. When JavaACC is invoked with that option it will filter out all interfaces that do not have that annotation. Currently only Public interfaces are checked. We should add LimitedPrivate to the annotation list, otherwise we will miss changes that impact coprocessors and other users of those interfaces.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-13380 Cherry pick the HBASE-12808 compatibility checker tool back to 0.98+
- Closed