Rakesh Kumar created FELIX-6508:
-----------------------------------
Summary: Consume Servlet API Version Range (2.x,5] in WebConsole
and related plugins
Key: FELIX-6508
URL: https://issues.apache.org/jira/browse/FELIX-6508
Project: Felix
Issue Type: Improvement
Components: Web Console
Affects Versions: webconsole-4.7.2
Reporter: Rakesh Kumar
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.
{code:java}
<!-- 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> {code}
please see prior discussion here -
https://issues.apache.org/jira/browse/FELIX-6497
--
This message was sent by Atlassian Jira
(v8.20.1#820001)