[axis-axis2-java-core] branch master updated: AXIS2-5984 Switch to org.glassfish.jaxb artifacts

2020-09-03 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new ecd17f3  AXIS2-5984 Switch to org.glassfish.jaxb artifacts
ecd17f3 is described below

commit ecd17f36cab19c1e88a915811e6c8724fb702060
Author: robert lazarski 
AuthorDate: Thu Sep 3 13:17:39 2020 -1000

AXIS2-5984 Switch to org.glassfish.jaxb artifacts
---
 legal/jaxb-core-LICENSE.txt|  35 
 legal/jaxb-impl-LICENSE.txt| 384 
 legal/jaxb-jxc-LICENSE.txt |   7 +
 legal/jaxb-runtime-LICENSE.txt |   7 +
 legal/jaxb-xjc-LICENSE.txt | 387 +
 modules/codegen/pom.xml|  12 +-
 modules/distribution/pom.xml   |   4 +-
 modules/java2wsdl/pom.xml  |   2 +-
 modules/jaxbri-codegen/pom.xml |   6 +-
 modules/jaxws/pom.xml  |   2 +-
 modules/webapp/pom.xml |  14 ++
 pom.xml|  23 ++-
 12 files changed, 104 insertions(+), 779 deletions(-)

diff --git a/legal/jaxb-core-LICENSE.txt b/legal/jaxb-core-LICENSE.txt
new file mode 100644
index 000..2946b26
--- /dev/null
+++ b/legal/jaxb-core-LICENSE.txt
@@ -0,0 +1,35 @@
+Copyright (c) 2013-2017 Oracle and/or its affiliates. All rights reserved.
+
+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").  You
+may not use this file except in compliance with the License.  You can
+obtain a copy of the License at
+https://oss.oracle.com/licenses/CDDL+GPL-1.1
+or LICENSE.txt.  See the License for the specific
+language governing permissions and limitations under the License.
+
+When distributing the software, include this License Header Notice in each
+file and include the License file at LICENSE.txt.
+
+GPL Classpath Exception:
+Oracle designates this particular file as subject to the "Classpath"
+exception as provided by Oracle in the GPL Version 2 section of the License
+file that accompanied this code.
+
+Modifications:
+If applicable, add the following below the License Header, with the fields
+enclosed by brackets [] replaced by your own identifying information:
+"Portions Copyright [year] [name of copyright owner]"
+
+Contributor(s):
+If you wish your version of this file to be governed by only the CDDL or
+only the GPL Version 2, indicate your decision by adding "[Contributor]
+elects to include this software in this distribution under the [CDDL or GPL
+Version 2] license."  If you don't indicate a single choice of license, a
+recipient has the option to distribute your version of this file under
+either the CDDL, the GPL Version 2 or to extend the choice of license to
+its licensees as provided above.  However, if you add GPL Version 2 code
+and therefore, elected the GPL Version 2 license, then the option applies
+only if the new code is made subject to such option by the copyright
+holder.
diff --git a/legal/jaxb-impl-LICENSE.txt b/legal/jaxb-impl-LICENSE.txt
deleted file mode 100644
index d7debf8..000
--- a/legal/jaxb-impl-LICENSE.txt
+++ /dev/null
@@ -1,384 +0,0 @@
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-
-
-  1. Definitions.
-
-1.1. "Contributor" means each individual or entity that
-creates or contributes to the creation of Modifications.
-
-1.2. "Contributor Version" means the combination of the
-Original Software, prior Modifications used by a
-Contributor (if any), and the Modifications made by that
-particular Contributor.
-
-1.3. "Covered Software" means (a) the Original Software, or
-(b) Modifications, or (c) the combination of files
-containing Original Software with files containing
-Modifications, in each case including portions thereof.
-
-1.4. "Executable" means the Covered Software in any form
-other than Source Code. 
-
-1.5. "Initial Developer" means the individual or entity
-that first makes Original Software available under this
-License. 
-
-1.6. "Larger Work" means a work which combines Covered
-Software or portions thereof with code not governed by the
-terms of this License.
-
-1.7. "License" means this document.
-
-1.8. "Licensable" means having the right to grant, to the
-maximum extent possible, whether at the time of the initial
-grant or subsequently acquired, any and all of the rights
-conveyed herein.
-
-1.9. "Modificatio

[axis-axis2-java-core] branch master updated: attempt to fix Travis build on JDK 9

2020-09-03 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new 23ab3a6  attempt to fix Travis build on JDK 9
23ab3a6 is described below

commit 23ab3a6cd876ac84b808046a0d872973177b6b50
Author: robert lazarski 
AuthorDate: Thu Sep 3 14:57:59 2020 -1000

attempt to fix Travis build on JDK 9
---
 legal/jaxws-rt-LICENSE.txt | 7 +++
 pom.xml| 5 +
 2 files changed, 12 insertions(+)

diff --git a/legal/jaxws-rt-LICENSE.txt b/legal/jaxws-rt-LICENSE.txt
new file mode 100644
index 000..3d9c8b9
--- /dev/null
+++ b/legal/jaxws-rt-LICENSE.txt
@@ -0,0 +1,7 @@
+ Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
+
+This program and the accompanying materials are made available under the
+terms of the Eclipse Distribution License v. 1.0, which is available at
+http://www.eclipse.org/org/documents/edl-v10.php.
+
+SPDX-License-Identifier: BSD-3-Clause
diff --git a/pom.xml b/pom.xml
index 6a9d3ba..03b7dc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -639,6 +639,11 @@
 
 
 com.sun.xml.ws
+jaxws-rt
+2.3.3
+
+
+com.sun.xml.ws
 jaxws-tools
 ${jaxws.tools.version}
 



[axis-axis2-java-core] branch master updated: attempt to fix Travis build on JDK 9

2020-09-03 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new 23ab3a6  attempt to fix Travis build on JDK 9
23ab3a6 is described below

commit 23ab3a6cd876ac84b808046a0d872973177b6b50
Author: robert lazarski 
AuthorDate: Thu Sep 3 14:57:59 2020 -1000

attempt to fix Travis build on JDK 9
---
 legal/jaxws-rt-LICENSE.txt | 7 +++
 pom.xml| 5 +
 2 files changed, 12 insertions(+)

diff --git a/legal/jaxws-rt-LICENSE.txt b/legal/jaxws-rt-LICENSE.txt
new file mode 100644
index 000..3d9c8b9
--- /dev/null
+++ b/legal/jaxws-rt-LICENSE.txt
@@ -0,0 +1,7 @@
+ Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
+
+This program and the accompanying materials are made available under the
+terms of the Eclipse Distribution License v. 1.0, which is available at
+http://www.eclipse.org/org/documents/edl-v10.php.
+
+SPDX-License-Identifier: BSD-3-Clause
diff --git a/pom.xml b/pom.xml
index 6a9d3ba..03b7dc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -639,6 +639,11 @@
 
 
 com.sun.xml.ws
+jaxws-rt
+2.3.3
+
+
+com.sun.xml.ws
 jaxws-tools
 ${jaxws.tools.version}