jbonofre commented on code in PR #279:
URL: https://github.com/apache/camel-karaf/pull/279#discussion_r1594961814
##########
features/src/main/feature/camel-features.xml:
##########
@@ -1128,10 +1128,12 @@
<feature name='camel-http' version='${project.version}' start-level='50'>
<feature version='${camel.osgi.version.range}'>camel-core</feature>
<feature version='[5,6)'>http-client</feature>
+ <feature version="[6,7)">jakarta-servlet</feature>
Review Comment:
Just a note: with Karaf 4.5.x (with Pax Web 10), we will support servlet 6
so this bundle won't be needed anymore.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]