[
https://issues.apache.org/jira/browse/ARTEMIS-3221?focusedWorklogId=577463&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-577463
]
ASF GitHub Bot logged work on ARTEMIS-3221:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 06/Apr/21 10:42
Start Date: 06/Apr/21 10:42
Worklog Time Spent: 10m
Work Description: gemmellr commented on a change in pull request #3527:
URL: https://github.com/apache/activemq-artemis/pull/3527#discussion_r607738890
##########
File path: artemis-distribution/src/main/resources/licenses/bin/LICENSE
##########
@@ -432,4 +432,11 @@ For Underscore:
==============================================================================
This product bundles Underscore, which is available under a
"MIT" license. For details, see
-https://github.com/jashkenas/underscore/blob/master/LICENSE
\ No newline at end of file
+https://github.com/jashkenas/underscore/blob/master/LICENSE
+
+==============================================================================
+For Jakarta EE 8:
+==============================================================================
+This product bundles Jakarta EE 8, which is available under a
+"EPL 2.0" license. For details, see
+https://github.com/eclipse-ee4j/jakartaee-api/blob/8.0.0/LICENSE.txt
Review comment:
The actual licence needs to be in this file, or linked from it to
another file elsewhere in the distribution. Links to external sites arent
sufficient as they can come and go or change (say if the entire API stack moves
to a different organisation)
(Yes this problem applies to the one right above it, which is also wrong,
and further doesnt even link to a version as you try to)
We dont really use "jakartaee-api"/"Jakarta EE 8" either, only specific
APIs, they should each be specifically called out that this applies to them. If
the individual licence text of multiple items matches they can reuse the same
definition.
--
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: 577463)
Time Spent: 40m (was: 0.5h)
> Migrating to Jakarta EE 8 artifacts
> -----------------------------------
>
> Key: ARTEMIS-3221
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3221
> Project: ActiveMQ Artemis
> Issue Type: Dependency upgrade
> Reporter: Domenico Francesco Bruscino
> Assignee: Domenico Francesco Bruscino
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> ActiveMQ Artemis depends on some Apache Geronimo Specs artifacts [1] and
> Javax artifacts [2] for the Java EE APIs. Most of them could be migrated to
> their respective Jakarta EE artifacts, given that Jakarta EE 8 provides
> backwards compatibility within the javax* namespace.
> The license of Jakarta EE artifacts is Eclipse Public License 2.0 [3] so they
> may be included in binary form within an Apache product, see ASF 3RD PARTY
> LICENSE POLICY [4].
> Following the discussion on the dev list[5], I would migrate to Jakarta EE 8
> artifacts having the artemis-pom pointing to the EE 8 versions, and override
> those in modules needing the EE 9 versions instead.
> [1]
> org/apache/geronimo/specs/geronimo-annotation_1.2_spec/1.0
> org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0.1
> org/apache/geronimo/specs/geronimo-j2ee-connector_1.5_spec/2.0.0
> org/apache/geronimo/specs/geronimo-jaspic_1.0_spec/1.0 [5]
> org/apache/geronimo/specs/geronimo-jaxrs_2.1_spec/1.1
> org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1 [6]
> org/apache/geronimo/specs/geronimo-jms_2.0_spec/1.0-alpha-2 [5]
> org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1 [5]
> org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1 [5]
> org/apache/geronimo/specs/geronimo-servlet_3.0_spec/1.0 [6]
> [2]
> javax/activation/activation/1.1.1 [5]
> javax/annotation/javax.annotation-api/1.3.2
> javax/enterprise/cdi-api/1.2 [6]
> javax/inject/javax.inject/1 [5]
> javax/management/j2ee/javax.management.j2ee-api/1.1.1
> javax/xml/bind/jaxb-api/2.3.1 [5]
> [3] https://www.eclipse.org/legal/epl-2.0/
> [4] https://www.apache.org/legal/resolved.html
> [5] this artifact is included in the release package
> [6] no jakarta artifact with a matching version exits
> [7]
> https://lists.apache.org/thread.html/r795513b833cf76745ee886418adc3ecdd7a13cd4036a598e794f8fb8%40%3Cdev.activemq.apache.org%3E
--
This message was sent by Atlassian Jira
(v8.3.4#803005)