[ 
https://issues.apache.org/jira/browse/FELIX-6497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495339#comment-17495339
 ] 

Rakesh Kumar commented on FELIX-6497:
-------------------------------------

seems like this has to be done for webconsole-plugins also, like *memoryusage* 
plugin. 

I am not sure which other plugins have servlet api dependency *< 4.0*

do you think we should update the servlet api version range till v5 
*version="[2.x,5)"* wherever the servlet api is consumed.

we also need to point to the jakarta maven coordinates, the servlet binary 
still uses *javax.servlet* namespace ** in *v4.x.x*
{code:java}
<dependency>
    <groupId>jakarta.servlet</groupId>
    <artifactId>jakarta.servlet-api</artifactId>
    <version>4.0.4</version>
    <scope>provided</scope>
</dependency> {code}

> Export Servlet API 4.0
> ----------------------
>
>                 Key: FELIX-6497
>                 URL: https://issues.apache.org/jira/browse/FELIX-6497
>             Project: Felix
>          Issue Type: Improvement
>          Components: HTTP Service
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>            Priority: Major
>             Fix For: http.servlet-api-1.2.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to