[
https://issues.apache.org/jira/browse/ARTEMIS-4567?focusedWorklogId=900528&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-900528
]
ASF GitHub Bot logged work on ARTEMIS-4567:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jan/24 22:30
Start Date: 18/Jan/24 22:30
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #4741:
URL: https://github.com/apache/activemq-artemis/pull/4741#discussion_r1458043737
##########
artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml:
##########
@@ -0,0 +1,162 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <artifactId>artemis-protocols</artifactId>
+ <groupId>org.apache.activemq</groupId>
+ <version>2.32.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>artemis-jakarta-openwire-protocol</artifactId>
+ <packaging>bundle</packaging>
+ <name>ActiveMQ Artemis Jakarta OpenWire Protocol</name>
+ <description>To support OpenWire clients from an embedded broker deployed
in a Jakarta environment (e.g. Spring Boot 3)</description>
+
+ <properties>
+ <activemq.basedir>${project.basedir}/../..</activemq.basedir>
+
<jakarta.jms-api.version>${jakarta.jms-api.version.alt}</jakarta.jms-api.version>
+
<jakarta.transaction-api.version>${jakarta.transaction-api.version.alt}</jakarta.transaction-api.version>
+
<jakarta.resource-api.version>${jakarta.resource-api.version.alt}</jakarta.resource-api.version>
+ </properties>
+
+ <dependencies>
+ <!
Issue Time Tracking
-------------------
Worklog Id: (was: 900528)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)