ndimiduk opened a new pull request #51:
URL: https://github.com/apache/hbase-thirdparty/pull/51


   From the [About](https://eclipse-ee4j.github.io/jersey/) text,
   
   > Jersey RESTful Web Services 2.x framework is open source, production 
quality, framework for
   > developing RESTful Web Services in Java that provides support for JAX-RS 
APIs and serves as a
   > JAX-RS (JSR 311 & JSR 339 & JSR 370) Reference Implementation.
   
   `javax.ws.rs` is defined by the JSRs, so it doesn't make sense that we could 
have multiple
   implementations of that JSR on the classpath simultaniously (via 
jersey-server-1.x and
   jersey-server-2.x jars) without them colliding. By shading over the JSR 
package space in the
   jersey-server-2.x implementation jars, we achieve a completely isolated JSR 
runtime.


-- 
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:
us...@infra.apache.org


Reply via email to