Skip to content

Commit e86c11d

Browse files
committed
Dependency updates
1 parent d340700 commit e86c11d

26 files changed

+58
-58
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/actions/TestActions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020, 2022, Oracle and/or its affiliates.
1+
// Copyright (c) 2020, 2024, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.weblogic.kubernetes.actions;
@@ -1067,7 +1067,7 @@ public static boolean buildAppArchive(AppParams params) {
10671067

10681068
/**
10691069
* Create an application archive that can be used by WebLogic Image Tool
1070-
* to create an image with coh-proxy-server.gar for testing Coherence use case
1070+
* to create an image with coh-proxy-server.gar for testing Coherence use case.
10711071
*
10721072
* @param params the parameters for creating a model-in-image Docker image
10731073
* @return true if the operation succeeds

integration-tests/src/test/java/oracle/weblogic/kubernetes/utils/CommonTestUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020, 2023, Oracle and/or its affiliates.
1+
// Copyright (c) 2020, 2024, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.weblogic.kubernetes.utils;
@@ -1085,7 +1085,7 @@ public static void verifyCommandResultContainsMsg(String command, String expecte
10851085
}
10861086

10871087
/**
1088-
* Generate the model.sessmigr.yaml for a given test class
1088+
* Generate the model.sessmigr.yaml for a given test class.
10891089
*
10901090
* @param domainUid unique domain identifier
10911091
* @param className test class name

integration-tests/src/test/java/oracle/weblogic/kubernetes/utils/MonitoringUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021, 2023, Oracle and/or its affiliates.
1+
// Copyright (c) 2021, 2024, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.weblogic.kubernetes.utils;
@@ -162,7 +162,7 @@ public static void downloadMonitoringExporterApp(String configFile, String appli
162162
}
163163

164164
/**
165-
* Build monitoring exporter web applicaiont wls-exporter.war with provided configuration
165+
* Build monitoring exporter web applicaiont wls-exporter.war with provided configuration.
166166
* @param monitoringExporterSrcDir directory containing github monitoring exporter
167167
* @param configFile configuration file for weblogic domain monitoring
168168
* @param appDir directory where war file will be created

kubernetes/src/test/java/oracle/kubernetes/operator/create/CreateOperatorGeneratedFilesOptionalFeaturesDisabledTestBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2021, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2024, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.kubernetes.operator.create;
@@ -10,7 +10,7 @@
1010
/**
1111
* Tests that the artifacts in the yaml files that create-weblogic-operator.sh creates are correct
1212
* when all optional features are disabled: external rest disabled remote debug port disabled elk
13-
* disabled no image pull secret
13+
* disabled no image pull secret.
1414
*/
1515
public abstract class CreateOperatorGeneratedFilesOptionalFeaturesDisabledTestBase
1616
extends CreateOperatorGeneratedFilesTestBase {

kubernetes/src/test/java/oracle/kubernetes/operator/create/CreateOperatorGeneratedFilesOptionalFeaturesEnabledTestBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2021, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2024, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.kubernetes.operator.create;
@@ -18,7 +18,7 @@
1818
/**
1919
* Tests that the artifacts in the yaml files that create-weblogic-operator.sh creates are correct
2020
* when all optional features are enabled: external rest self signed cert remote debug port enabled
21-
* elk enabled have image pull secret
21+
* elk enabled have image pull secret.
2222
*/
2323
public abstract class CreateOperatorGeneratedFilesOptionalFeaturesEnabledTestBase
2424
extends CreateOperatorGeneratedFilesTestBase {

kubernetes/src/test/java/oracle/kubernetes/operator/create/CreateOperatorGeneratedFilesTestBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2023, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2024, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.kubernetes.operator.create;
@@ -70,7 +70,7 @@
7070

7171
/**
7272
* Base class for testing that the all artifacts in the yaml files that create-weblogic-operator.sh
73-
* generates
73+
* generates.
7474
*/
7575
abstract class CreateOperatorGeneratedFilesTestBase {
7676

kubernetes/src/test/java/oracle/kubernetes/operator/utils/ParsedApacheSecurityYaml.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2021, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2024, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.kubernetes.operator.utils;
@@ -9,7 +9,7 @@
99
import io.kubernetes.client.openapi.models.V1ClusterRoleBinding;
1010

1111
/**
12-
* Parses a generated weblogic-domain-apache-security.yaml file into a set of typed k8s java objects
12+
* Parses a generated weblogic-domain-apache-security.yaml file into a set of typed k8s java objects.
1313
*/
1414
public class ParsedApacheSecurityYaml extends ParsedKubernetesYaml {
1515

kubernetes/src/test/java/oracle/kubernetes/operator/utils/ParsedApacheYaml.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2021, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2024, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.kubernetes.operator.utils;
@@ -9,7 +9,7 @@
99
import io.kubernetes.client.openapi.models.V1Service;
1010
import io.kubernetes.client.openapi.models.V1ServiceAccount;
1111

12-
/** Parses a generated weblogic-domain-apache.yaml file into a set of typed k8s java objects */
12+
/** Parses a generated weblogic-domain-apache.yaml file into a set of typed k8s java objects. */
1313
public class ParsedApacheYaml extends ParsedKubernetesYaml {
1414

1515
private DomainValues inputs;

kubernetes/src/test/java/oracle/kubernetes/operator/utils/ParsedCreateWeblogicDomainJobYaml.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2021, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2024, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.kubernetes.operator.utils;
@@ -8,7 +8,7 @@
88
import io.kubernetes.client.openapi.models.V1ConfigMap;
99
import io.kubernetes.client.openapi.models.V1Job;
1010

11-
/** Parses a generated create-weblogic-domain-job.yaml file into a set of typed k8s java objects */
11+
/** Parses a generated create-weblogic-domain-job.yaml file into a set of typed k8s java objects. */
1212
public class ParsedCreateWeblogicDomainJobYaml extends ParsedKubernetesYaml {
1313

1414
private DomainValues inputs;

kubernetes/src/test/java/oracle/kubernetes/operator/utils/ParsedDeleteWeblogicDomainJobYaml.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2021, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2024, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.kubernetes.operator.utils;
@@ -8,7 +8,7 @@
88
import io.kubernetes.client.openapi.models.V1ConfigMap;
99
import io.kubernetes.client.openapi.models.V1Job;
1010

11-
/** Parses a generated delete-weblogic-domain-job.yaml file into a set of typed k8s java objects */
11+
/** Parses a generated delete-weblogic-domain-job.yaml file into a set of typed k8s java objects. */
1212
public class ParsedDeleteWeblogicDomainJobYaml extends ParsedKubernetesYaml {
1313

1414
private DomainValues inputs;

0 commit comments

Comments
 (0)