From 2b693262c4b4713768e8c41b47f233aadece2513 Mon Sep 17 00:00:00 2001 From: jansupol Date: Thu, 26 Oct 2023 16:20:27 +0200 Subject: [PATCH] Updated legal information Signed-off-by: jansupol --- NOTICE.md | 48 ++----------------- .../resources/archetype-resources/pom.xml | 18 +++++-- bundles/websocket-ri-bundle/pom.xml | 6 +-- containers/glassfish/cdi/pom.xml | 6 +-- pom.xml | 22 +++++---- samples/cdi/pom.xml | 6 +-- samples/shared-collection/pom.xml | 4 +- 7 files changed, 45 insertions(+), 65 deletions(-) diff --git a/NOTICE.md b/NOTICE.md index 9f250f52..11b5aec2 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -36,37 +36,18 @@ The project maintains the following source code repositories: This project leverages the following third party content. -asm (5.0.3) - -* License: New BSD license - -atinject (Package javax.inject) (1.0) +atinject (Package jakarta.inject) (1.0) * License: Apache License, 2.0 -cdi-api (1.2) - -* License: Apache-2.0 - -ejb-api (3.2) +cdi-api (2.0.2) -* License: (CDDL-1.1 OR GPL-2.0+ OR GPL-2.0+ WITH Classpath-exception-2.0) -* Project: https://javaee.github.io/glassfish/ -* Source: - http://search.maven.org/remotecontent?filepath=javax/ejb/javax.ejb-api/3.2/javax.ejb-api-3.2-sources.jar +* License: Apache License, 2.0 Google Guava (18.0) * License: Apache License, 2.0 -grizzly-framework (2.3.22) - -* License: (CDDL-1.1 OR GPL-2.0-only Or GPL-2.0 only With - Classpath-exception-2.0) AND LicenseRef-Public-Domain AND BSD-3-Clause AND - Apache-2.0 -* Project: https://javaee.github.io/grizzly/ -* Source: https://github.com/eclipse-ee4j/grizzly/ - hamcrest-core (1.1) * License: BSD-3-Clause @@ -81,37 +62,18 @@ javassist (3.18) * Source: https://github.com/jboss-javassist/javassist/releases/tag/rel_3_18_1_ga -javax.json-api (1.0) - -* License: CDDL-1.1 OR GPL-2.0 - -javax.servlet-api (3.1.0) - -* License: Apache-2.0 AND (CDDL-1.1 or GPL-2.0) - + javax.validation:validation-api:jar:1.1.0.Final (1.1.0) * License: Apache-2.0 -javax.websocket-api (1.1) - -* License: (CDDL-1.1 OR GPL-2.0-only OR GPL-2.0-only WITH - Classpath-exception-2.0) AND BSD-3-Clause AND Public Domain -* Project: https://projects.eclipse.org/projects/ee4j.websocket -* Source: https://github.com/eclipse-ee4j/websocket-api - -javax.ws.rs-api:2.0.1 (2.0.1) - -* License: (CDDL-1.1 OR GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) AND - Apache-2.0 - jline (2.14.5) * License: BSD-3-Clause * Project: https://github.com/jline/jline2 * Source: https://github.com/jline/jline2 -junit (4.10) +junit (4.13.2) * License: Common Public License 1.0 diff --git a/archetypes/echo/src/main/resources/archetype-resources/pom.xml b/archetypes/echo/src/main/resources/archetype-resources/pom.xml index e69c259b..682032ae 100644 --- a/archetypes/echo/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/echo/src/main/resources/archetype-resources/pom.xml @@ -15,11 +15,22 @@ org.apache.maven.plugins maven-war-plugin - 3.3.1 + 3.4.0 false + + org.apache.maven.plugins + maven-compiler-plugin + true + + ${java.version} + ${java.version} + false + false + + @@ -28,7 +39,7 @@ org.glassfish.tyrus tyrus-bom - \${tyrus.version} + ${tyrus.version} pom import @@ -39,7 +50,7 @@ jakarta.websocket jakarta.websocket-api - 1.0 + 1.1.2 @@ -50,6 +61,7 @@ + 1.8 ${project.version} UTF-8 diff --git a/bundles/websocket-ri-bundle/pom.xml b/bundles/websocket-ri-bundle/pom.xml index 41400cd0..01ceac5a 100755 --- a/bundles/websocket-ri-bundle/pom.xml +++ b/bundles/websocket-ri-bundle/pom.xml @@ -1,7 +1,7 @@ 4.0.4 2.4.4 3.2.6 - 1.2 + 2.0.2 1.1.6 1.1.6 2.6.7 @@ -123,7 +129,7 @@ org.glassfish.* - 1.1 + 1.1.2 ${spec_version}.99.b${build_number} ${new_impl_version}-b${build_number} ${spec_version}.99.b${build_number} @@ -491,8 +497,8 @@ ${javax.ejb-api.version} - javax.enterprise - cdi-api + jakarta.enterprise + jakarta.enterprise.cdi-api ${cdi-api.version} diff --git a/samples/cdi/pom.xml b/samples/cdi/pom.xml index 3152a7ba..3e81f7e7 100755 --- a/samples/cdi/pom.xml +++ b/samples/cdi/pom.xml @@ -1,6 +1,6 @@