Re: import version range for javax.servlet in camel-servlet et al

2013-11-26 Thread Aki Yoshida
Hi Christian, thanks for your feedback. In the affected environment that I have is based on gemini-web and tomcat, where only the servlet 3.0 version is exported. So, camel-servlet doesn't get activated out of the box. Simply changing the import range will make it wired and also functional. So, I'l

Re: import version range for javax.servlet in camel-servlet et al

2013-11-26 Thread Christian Schneider
We can do this but I think it is not necessary. Implementations like pax web support the old package versions too to be compatible with old builds. Christian Am 26.11.2013 12:39, schrieb Aki Yoshida: Hi, I noticed this a while ago but forgot to bring it up or ask. Currently, the import versi

import version range for javax.servlet in camel-servlet et al

2013-11-26 Thread Aki Yoshida
Hi, I noticed this a while ago but forgot to bring it up or ask. Currently, the import version range of javax.servlet is not explicitly given in camel-servlet's pom and as a result, camel-servlet is importing javax.servlet with range "[2.6,3)". Could we set the range explicitly to something like