ndimiduk commented on a change in pull request #3243:
URL: https://github.com/apache/hbase/pull/3243#discussion_r629645403
##########
File path:
hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/ScannerModel.java
##########
@@ -18,22 +17,19 @@
*/
package org.apache.hadoop.hbase.rest.model;
+import com.fasterxml.jackson.annotation.JsonInclude;
Review comment:
Nope, because I don't relocate Jackson, just the
`jackson-jaxrs-json-provider` and things related specifically to jaxrs. The
other PR uses an `includes` list, not excludes, and only relocates the package
prefix `com.fasterxml.jackson.jaxrs`. Transitive dependencies of the two
artifacts it relocates are preserved.
--
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]