You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2017/03/09 20:42:48 UTC

camel git commit: Add comment about new jetty versions

Repository: camel
Updated Branches:
  refs/heads/master f51df7039 -> e00b4fcfc


Add comment about new jetty versions


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e00b4fcf
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e00b4fcf
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e00b4fcf

Branch: refs/heads/master
Commit: e00b4fcfccbf964bc090aa22a6b1453e0d6f9688
Parents: f51df70
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Mar 9 15:42:08 2017 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Mar 9 15:42:08 2017 -0500

----------------------------------------------------------------------
 parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e00b4fcf/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 6cea56c..e1d891d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -334,6 +334,8 @@
     <jersey-version>2.11</jersey-version>
     <jetty6-bundle-version>6.1.26_4</jetty6-bundle-version>
     <jetty92-version>9.2.19.v20160908</jetty92-version>
+    <!-- Jetty version 9.3.15+ contains binary incopatible API changes that break -->
+    <!-- CXF's websocket support (< 3.1.11) and camel-atmosphere-websocket -->
     <jetty9-version>9.3.14.v20161028</jetty9-version>
     <jetty-version>${jetty9-version}</jetty-version>
     <jetty-plugin-version>${jetty-version}</jetty-plugin-version>