zabetak opened a new pull request, #3618: URL: https://github.com/apache/hive/pull/3618
### What changes were proposed in this pull request? 1. Fallback to using the JAX-RS 1.x APIs instead of 2.x 2. Drop unused test class `MockUriInfo` ### Why are the changes needed? 1. Solves the AbstractMethodError exception and allows the E2E tests to run The JAX-RS 2.x APIs are not implemented by the current version of Jersey (i.e., 1.19) thus leading to exceptions when running the server and tests. ### Does this PR introduce _any_ user-facing change? Fix the runtime exceptions in webhcat server ### How was this patch tested? `mvn test -Dtest=TestWebHCatE2e` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
