[
https://issues.apache.org/jira/browse/ARTEMIS-3080?focusedWorklogId=547117&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-547117
]
ASF GitHub Bot logged work on ARTEMIS-3080:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 03/Feb/21 16:50
Start Date: 03/Feb/21 16:50
Worklog Time Spent: 10m
Work Description: gemmellr commented on a change in pull request #3421:
URL: https://github.com/apache/activemq-artemis/pull/3421#discussion_r569574404
##########
File path: pom.xml
##########
@@ -442,7 +454,48 @@
<version>${geronimo.jms.2.spec.version}</version>
<!-- License: Apache 2.0 -->
</dependency>
-
+ <dependency>
+ <groupId>jakarta.jms</groupId>
+ <artifactId>jakarta.jms-api</artifactId>
+ <version>${jakarta.jms-api.version}</version>
+ <!-- License: EPL 2.0 -->
+ <scope>provided</scope>
Review comment:
Perhaps, though I'd consider it somewhat seperate than the
main-client-API case I was interested in as it pertains to the
artemis-jakarta-client module. The comparible JMS spec entry to that case,
right above it, does not have use a 'provided' scope (though it is expected to
be compile scope...which is somewhat the point here).
I do personally typically omit scopes from dependencyManagement though and
mainly just use it for versioning, I think its clearer to have the specific
modules that want non-compile scopes indicate that themselves.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 547117)
Time Spent: 4h 10m (was: 4h)
> Provide JakartaEE 9 artefacts
> -----------------------------
>
> Key: ARTEMIS-3080
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3080
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: API
> Affects Versions: 2.16.0
> Reporter: Emmanuel Hugonnet
> Priority: Major
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> Currently Apache Artemis will provide JMS 2.0 compatible client, server and
> resource adapter. We should also provide JMS 3.0 aka JakartaEE 9 artefacts to
> be consumed and used.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)