[ 
https://issues.apache.org/jira/browse/ARTEMIS-3080?focusedWorklogId=545490&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-545490
 ]

ASF GitHub Bot logged work on ARTEMIS-3080:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Feb/21 18:16
            Start Date: 01/Feb/21 18:16
    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_r568037573



##########
File path: artemis-jakarta-client/pom.xml
##########
@@ -0,0 +1,64 @@
+<!--
+  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/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.activemq</groupId>
+        <artifactId>artemis-pom</artifactId>
+        <version>2.17.0-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>artemis-jakarta-client</artifactId>
+    <packaging>jar</packaging>
+    <name>ActiveMQ Artemis JakartaEE Messaging Client</name>
+
+    <properties>
+        <activemq.basedir>${project.basedir}/..</activemq.basedir>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>artemis-jms-client</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>

Review comment:
       I got that the dep is needed for reactor ordering, but I dont see it 
makes sense that the produced artemis-jakarta-client would seemingly have no 
dependencies specified. If so how is someone meant to actually use it, i.e how 
do they know what the rest of the classpath required for the client is actually 
meant to be in order to successfully use it? Depend on both client modules and 
overlook the extra dep(s) (I guess at least the API could be manually excluded)?




----------------------------------------------------------------
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: 545490)
    Time Spent: 2.5h  (was: 2h 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: 2.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)

Reply via email to