[
https://issues.apache.org/jira/browse/ARTEMIS-3080?focusedWorklogId=543791&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-543791
]
ASF GitHub Bot logged work on ARTEMIS-3080:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jan/21 18:30
Start Date: 28/Jan/21 18:30
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_r566317273
##########
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:
since you added it here, can you add the other combinations?
it should be possible to mix producer and consumers from JAKARTA ONE_FIVE
AND SNAPSHOT?
----------------------------------------------------------------
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: 543791)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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)