[
https://issues.apache.org/jira/browse/ARTEMIS-4567?focusedWorklogId=900655&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-900655
]
ASF GitHub Bot logged work on ARTEMIS-4567:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jan/24 09:44
Start Date: 19/Jan/24 09:44
Worklog Time Spent: 10m
Work Description: gemmellr commented on code in PR #4741:
URL: https://github.com/apache/activemq-artemis/pull/4741#discussion_r1458656430
##########
tests/compatibility-tests/pom.xml:
##########
@@ -337,6 +337,8 @@
<arg>org.apache.activemq:artemis-server:${project.version}</arg>
<arg>org.apache.activemq:artemis-journal:${project.version}</arg>
<arg>org.apache.activemq:artemis-hornetq-protocol:${project.version}</arg>
+
<arg>org.apache.activemq:artemis-jakarta-openwire-protocol:${project.version}</arg>
+
<arg>org.apache.logging.log4j:log4j-slf4j2-impl:2.21.1</arg>
Review Comment:
This should use the version property to pick up the appropriate version the
codebase is using.
##########
tests/compatibility-tests/pom.xml:
##########
@@ -686,6 +688,7 @@
<optional>true</optional>
<libListWithDeps>
<arg>org.apache.activemq:activemq-client:5.11.0</arg>
+
<arg>org.apache.logging.log4j:log4j-slf4j2-impl:2.21.1</arg>
Review Comment:
Ditto (for the log4j bit)
Issue Time Tracking
-------------------
Worklog Id: (was: 900655)
Time Spent: 50m (was: 40m)
> Support OpenWire clients for broker embedded in Jakarta environment
> -------------------------------------------------------------------
>
> Key: ARTEMIS-4567
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4567
> Project: ActiveMQ Artemis
> Issue Type: Task
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> If the broker is embedded into a Jakarta environment (e.g. Spring Boot 3.x)
> then the existing {{artemis-openwire-protocol}} module won't work because it
> uses {{javax}} classes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)