Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-6508

Consume Servlet API Version Range (2.x,5] in WebConsole

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • webconsole-4.7.2
    • webconsole-4.8.2
    • Web Console
    • 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

          Activity

            People

              cziegeler Carsten Ziegeler
              rakeshk15 Rakesh Kumar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: