Re: camel-http-common 2.16.1 includes Servlet API 3.0

2016-01-14 Thread nascha
Aren't same versions of different camel artifacts supposed to be used together? Why is camel-jetty 2.16.1 using 3.1 but it's ok for camel-http4 2.16.1 to be using 3.0? Is that not incompatible within the same versions? If it was not the intention to move to 3.1 but stay in 3.0 for Camel 2.16, then

Re: camel-http-common 2.16.1 includes Servlet API 3.0

2016-01-13 Thread Willem Jiang
As we are don’t suppose to change the third part dependencies unless there is a security issue. You have to do the excludes setting yourself. But I think we can update the servlet API dependency to 3.1[1] in the camel master branch. [1]https://issues.apache.org/jira/browse/CAMEL-9513 -- Will