You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Maxime Leur (Jira)" <ji...@apache.org> on 2023/11/17 15:53:00 UTC

[jira] [Updated] (SM-5649) Spring 6.x OGSI bundles contains "javax.servlet" import instead of "jarkarta.servlet"

     [ https://issues.apache.org/jira/browse/SM-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxime Leur updated SM-5649:
----------------------------
    Issue Type: Bug  (was: Dependency upgrade)

> Spring 6.x OGSI bundles contains "javax.servlet" import instead of "jarkarta.servlet"
> -------------------------------------------------------------------------------------
>
>                 Key: SM-5649
>                 URL: https://issues.apache.org/jira/browse/SM-5649
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: bundles
>            Reporter: Maxime Leur
>            Priority: Major
>
> Hi,
> Spring 6.x OGSI bundles (e.g. "web", "webmvc"...) contains "javax.servlet" import instead of "jarkarta.servlet"
> Here is the "MANIFEST.MF" on "org.apache.servicemix.bundles.spring-web_6.0.11.1.jar"
> {noformat}
> Import-Package:
> ...
>  javax.servlet
>  javax.servlet.annotation;resolution:=optional
>  javax.servlet.http
> {noformat}
> Spring 6.x modules uses "jarkata.*" packages see https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#javajakarta-ee-versions
> Regards,
> Maxime



--
This message was sent by Atlassian Jira
(v8.20.10#820010)