saintstack opened a new pull request #1590:
URL: https://github.com/apache/hbase/pull/1590


   …lassDefFoundError: com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate
   
   Test patch to see how it does on hadoopqa.
   
   Purges transitive jaxb includes so I can specify jaxb when needed.
   Also, can specify implementation for jdk11. Otherwise, implementation
   clashes w/ jaxb transitively included.
   
   Purge transitive includes of jsr311-api. Otherwise, we pickup
   version1 and we get
   
    java.lang.NoSuchMethodError: 
javax.ws.rs.core.Application.getProperties()Ljava/util/Map;
   
   when we try to run the REST server.
   
   TODO: Do better edit of when we add excludes.. make it hadoop3 only.
   
   Adds a few jersey1 excludes in top-level poms.
   
   In hbase-rest, do more exclusions of jersey1 includes.
   
   Add a jaxb impl for REST and include jersey1 servlet explicitly.


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