Skip to content

Commit

Permalink
CP year
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Jul 25, 2023
1 parent c179b6a commit 0d5e37d
Show file tree
Hide file tree
Showing 28 changed files with 22 additions and 43 deletions.
1 change: 1 addition & 0 deletions connectors/jdk-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<reuseForks>false</reuseForks>
<!-- Excluding TLS1* tests -->
<excludes>
<exclude>**/SslFilterTLS1Test.java</exclude>
<exclude>**/SslFilterTLS11Test.java</exclude>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ public void tearDown() {
server = null;
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
5 changes: 1 addition & 4 deletions core-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<!-- <inherited>false</inherited>-->
<executions>
<execution>
<id>default-compile</id>
Expand All @@ -57,8 +56,6 @@
<!-- Do not warn about using sun.misc.Unsafe -->
<XDignore.symbol.file/>
</compilerArguments>
<!-- <showWarnings>false</showWarnings>-->
<!-- <fork>false</fork>-->
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -190,4 +187,4 @@
</profile>
</profiles>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public final void shouldBuildConfigurationContainingCustomProperties() {
// when
final SeBootstrap.Configuration configuration = configurationBuilder.property("property", "value").build();

// then
assertThat(configuration, is(notNullValue()));
assertTrue(configuration.hasProperty("property"));
assertThat(configuration.property("property"), is("value"));
Expand Down
1 change: 0 additions & 1 deletion examples/extended-wadl-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-osgi</artifactId>
<!-- <scope>test</scope>-->
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ext/bean-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</dependency>


<!-- java-el related dependencies are in scope "provided" in hibernate-validator -->
<!-- jakarta-el related dependencies are in scope "provided" in hibernate-validator -->
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
Expand Down
1 change: 1 addition & 0 deletions ext/cdi/jersey-cdi1x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<artifactId>build-helper-maven-plugin</artifactId>
<inherited>true</inherited>
</plugin>
<!-- Felix plugin -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions ext/metainf-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
<XDignore.symbol.file />
</compilerArguments>
<compilerArgs>
<!-- <arg>&#45;&#45;module-source-path=${build.sourceDirectory}</arg>-->
<!-- <arg>&#45;&#45;patch-module=org.glassfish.jersey.ext.metainf.services=${build.sourceDirectory}</arg>-->
<arg>-Xdiags:verbose</arg>
</compilerArgs>
<showWarnings>false</showWarnings>
Expand Down
2 changes: 1 addition & 1 deletion ext/microprofile/mp-config/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
1 change: 1 addition & 0 deletions ext/microprofile/mp-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<artifactId>istack-commons-maven-plugin</artifactId>
<inherited>true</inherited>
</plugin>
<!-- Felix plugin -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down
1 change: 1 addition & 0 deletions incubator/cdi-inject-weld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<artifactId>build-helper-maven-plugin</artifactId>
<inherited>true</inherited>
</plugin>
<!-- Felix plugin -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down
8 changes: 0 additions & 8 deletions incubator/declarative-linking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@
<artifactId>jsonassert</artifactId>
<version>1.5.0</version>
<scope>test</scope>
<!--
<exclusions>
<exclusion>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>
</exclusion>
</exclusions>
-->
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion incubator/kryo/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
1 change: 1 addition & 0 deletions incubator/open-tracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<artifactId>build-helper-maven-plugin</artifactId>
<inherited>true</inherited>
</plugin>
<!-- Felix plugin -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down
1 change: 1 addition & 0 deletions inject/hk2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<artifactId>build-helper-maven-plugin</artifactId>
<inherited>true</inherited>
</plugin>
<!-- Felix plugin -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down
1 change: 1 addition & 0 deletions media/json-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
</dependencies>

<properties>
<!-- JPMS relatest test config -->
<surefire.coverage.argline>--add-modules=ALL-MODULE-PATH</surefire.coverage.argline>
</properties>
</project>
8 changes: 0 additions & 8 deletions media/json-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@
<version>${project.version}</version>
</dependency>

<!--<dependency>-->
<!--<groupId>com.fasterxml.jackson.jaxrs</groupId>-->
<!--<artifactId>jackson-jaxrs-base</artifactId>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>com.fasterxml.jackson.jaxrs</groupId>-->
<!--<artifactId>jackson-jaxrs-json-provider</artifactId>-->
<!--</dependency>-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions media/json-jettison/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@

<Export-Package>org.glassfish.jersey.jettison.*</Export-Package>

<!--<Import-Package>
com.sun.xml.bind.annotation;resolution:=optional,com.sun.xml.bind.v2.*;resolution:=optional, *
</Import-Package>-->
</instructions>
<unpackBundle>true</unpackBundle>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion media/json-processing/src/test/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
2 changes: 1 addition & 1 deletion media/moxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<artifactId>build-helper-maven-plugin</artifactId>
<inherited>true</inherited>
</plugin>

<!-- Felix plugin -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down
4 changes: 1 addition & 3 deletions media/sse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@
</plugins>
</build>
<properties>
<surefire.coverage.argline>
--add-modules=ALL-MODULE-PATH
</surefire.coverage.argline>
<surefire.coverage.argline>--add-modules=ALL-MODULE-PATH</surefire.coverage.argline>
</properties>
</project>
2 changes: 1 addition & 1 deletion test-framework/core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down

0 comments on commit 0d5e37d

Please sign in to comment.