[
https://issues.apache.org/jira/browse/ARTEMIS-3080?focusedWorklogId=543871&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-543871
]
ASF GitHub Bot logged work on ARTEMIS-3080:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jan/21 20:38
Start Date: 28/Jan/21 20:38
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on a change in pull request
#3421:
URL: https://github.com/apache/activemq-artemis/pull/3421#discussion_r566391372
##########
File path:
tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/JmsReplyToQueueTest.java
##########
@@ -44,6 +46,7 @@ public static Collection getParameters() {
combinations.add(new Object[]{SNAPSHOT, ONE_FIVE, SNAPSHOT});
combinations.add(new Object[]{SNAPSHOT, SNAPSHOT, ONE_FIVE});
combinations.add(new Object[]{SNAPSHOT, SNAPSHOT, SNAPSHOT});
+ combinations.add(new Object[]{JAKARTAEE, JAKARTAEE, JAKARTAEE});
Review comment:
There are 4 tests doing the same deal.. all of them should mix Jakarta
and JMS on these versions IMO. it would be a good thing to do.
----------------------------------------------------------------
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: 543871)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)