Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
webconsole-4.7.2
-
None
Description
In WebConsole and its plugins the servlet api version range should be (2.x,5] so that servlet api v4 can be used wherever available.
and we also need to point to jakarta maven coordinates, the v4.x binary still uses javax.servlet napsepace.
<!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api -->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>4.0.4</version>
<scope>provided</scope>
</dependency>
please see prior discussion here - https://issues.apache.org/jira/browse/FELIX-6497
Attachments
Issue Links
- relates to
-
FELIX-6612 Upgrade Apache Felix to Jakarta Servlet API 6.x
- Closed