sohami commented on a change in pull request #1681: DRILL-7051: Upgrade jetty
URL: https://github.com/apache/drill/pull/1681#discussion_r263263967
##########
File path: pom.xml
##########
@@ -85,6 +85,7 @@
<reflections.version>0.9.10</reflections.version>
<avro.version>1.8.2</avro.version>
<metrics.version>4.0.2</metrics.version>
+ <jetty.version>9.4.15.v20190215</jetty.version>
Review comment:
Since during Drill's upgrade of Jetty version there was code change needed
due to api changes. I am expecting even though if we enforce Jetty version to
be `9.4.15` from root pom dependencyManagement block, it can cause issues for
drill-format-mapr jar which is dependent upon mapr-hbase which in turn on jetty
9.3.19. There might be some api compatibility mismatch due to Jetty version
upgrade.
----------------------------------------------------------------
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]
With regards,
Apache Git Services