[
https://issues.apache.org/jira/browse/ARTEMIS-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17435791#comment-17435791
]
Domenico Francesco Bruscino commented on ARTEMIS-3544:
------------------------------------------------------
[~graben] I'm not able to find any from the IBM page confirming that
javax.servlet;version="2.6" means 2.6 or any version higher.
While from the Versions in OSGi[1] page I read "=1.2.3 – Creates a range that
only accepts that version: [1.2.3,1.2.3]".
[1] https://bnd.bndtools.org/chapters/170-versioning.html#versions-in-osgi
> HawtIO Plugin OSGi import packages
> ----------------------------------
>
> Key: ARTEMIS-3544
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3544
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: osgi, Web Console
> Affects Versions: 2.19.0
> Reporter: Benjamin Graf
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The build of artemis-plugin (HawtIO plugin) actually generates package import
> of javax.servlet with a narrow version range
> {noformat}javax.servlet;version="[2.6,3)"{noformat}
> even it is build against a 3.0 servlet API dependency. It might be better to
> export it like this
> {noformat}javax.servlet;version="2.6"{noformat} via osgi.import property
--
This message was sent by Atlassian Jira
(v8.3.4#803005)