You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Rakesh Kumar (Jira)" <ji...@apache.org> on 2022/02/21 06:27:00 UTC

[jira] [Created] (FELIX-6508) Consume Servlet API Version Range (2.x,5] in WebConsole and related plugins

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)