[
https://issues.apache.org/jira/browse/ARTEMIS-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450599#comment-17450599
]
ASF subversion and git services commented on ARTEMIS-3544:
----------------------------------------------------------
Commit 5f5f683a8569f6bae51d0f055e055a1e6ebabd10 in activemq-artemis's branch
refs/heads/main from Benjamin Graf
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=5f5f683 ]
ARTEMIS-3544 Set min version of javax.servlet
> 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: 40m
> 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.20.1#820001)