You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2019/01/22 19:22:01 UTC

[GitHub] snleee commented on a change in pull request #3730: Update versions of packages to move to jersey 2.28

snleee commented on a change in pull request #3730: Update versions of packages to move to jersey 2.28
URL: https://github.com/apache/incubator-pinot/pull/3730#discussion_r249923854
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -111,11 +111,10 @@
     <!-- jfim: for Kafka 0.9.0.0, use zkclient 0.7 -->
     <kafka.version>0.9.0.1</kafka.version>
     <zkclient.version>0.7</zkclient.version>
-    <!-- TODO: bump up the jackson version once we update jersey version to 2.28 or later -->
-    <jackson.version>2.8.3</jackson.version>
+    <jackson.version>2.9.8</jackson.version>
     <async-http-client.version>1.9.21</async-http-client.version>
-    <jersey.version>2.23</jersey.version>
-    <swagger.version>1.5.10</swagger.version>
+    <jersey.version>2.28-RC4</jersey.version>
 
 Review comment:
   `RC` versions are release candidates, not the official releases. If `2.27` version contained the fix that we need, I would use that.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pinot.apache.org
For additional commands, e-mail: dev-help@pinot.apache.org