[
https://issues.jboss.org/browse/LOCUS-49?page=com.atlassian.jira.plugin.s...
]
Nick Boldt edited comment on LOCUS-49 at 1/14/16 6:33 PM:
----------------------------------------------------------
We might not be able to include this anyway since it appears to have GPL licensed code in
there. For example, look in
jbosstools-locus/plugins/org.jboss.tools.locus.jaxb-xjc/2.2.7/target/dependency/com/sun/tools/xjc/runtime/JAXBContextFactory.java_
after building the project and you'll see:
{code}
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
and Distribution License("CDDL") (collectively, the "License").
{code}
--
https://glassfish.java.net/public/CDDL+GPL_1_1.html
However,
https://eclipse.org/legal/eplfaq.php suggests that CDDL1.0 is compatible with
EPL, and assuming that CDDL 1.1 is too, then we're probably(?) OK here. But I'll
drag [~fontana] into this conversation to add his comments.
was (Author: nickboldt):
We might not be able to include this anyway since it appears to have GPL licensed code in
there. For example, look in
jbosstools-locus/plugins/org.jboss.tools.locus.jaxb-xjc/2.2.7/target/dependency/com/sun/tools/xjc/runtime/JAXBContextFactory.java_
after building the project and you'll see:
{code}
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
and Distribution License("CDDL") (collectively, the "License").
{code}
--
https://glassfish.java.net/public/CDDL+GPL_1_1.html
Add jaxb-xjc and jaxb-impl to locus
-----------------------------------
Key: LOCUS-49
URL:
https://issues.jboss.org/browse/LOCUS-49
Project: JBoss Tools Locus
Issue Type: Feature Request
Affects Versions: 1.4.0
Reporter: Paul Leacu
Assignee: Paul Leacu
Fix For: 1.5.0
Attachments: locus150.png, locus150updatesite.png
Request addition of jaxb-xjc and jaxb-impl into Mars/ locus.
This completes the initial request from Fuse Data Transformation and allows the removal
of locally captured lib versions of jaxb-xjc and jaxb-impl in favor of JBTIS TP
dependencies.
https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-xjc/2.2.7/jaxb-xjc-2...
https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-xjc/2.2.7/jaxb-xjc-2...
https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl...
https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl...
This is needed for Mars/ 9.0.x JBDSIS target platform inclusion.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)