Skip to content

Commit a3d8992

Browse files
committed
Depenedency updates and CheckStyle compensating changes
1 parent 4c86f1e commit a3d8992

27 files changed

+49
-49
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItIntrospectVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ void testCreateNewCluster() {
741741
}
742742

743743
/**
744-
* Modify the domain scope property
744+
* Modify the domain scope property.
745745
* From: "image: container-registry.oracle.com/middleware/weblogic:ImageTagBeingUsed" to
746746
* To: "image: container-registry.oracle.com/middleware/weblogic:DateAndTimeStamp"
747747
* e.g, From ""image: container-registry.oracle.com/middleware/weblogic:12.2.1.4"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ public static boolean buildAppArchive(AppParams params) {
12351235

12361236
/**
12371237
* Create an application archive that can be used by WebLogic Image Tool
1238-
* to create an image with coh-proxy-server.gar for testing Coherence use case
1238+
* to create an image with coh-proxy-server.gar for testing Coherence use case.
12391239
*
12401240
* @param params the parameters for creating a model-in-image image
12411241
* @return true if the operation succeeds

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,7 @@ public static ExecResult removeWlsImageContainer(String containerName) {
18851885
}
18861886

18871887
/**
1888-
* Generate the model.sessmigr.yaml for a given test class
1888+
* Generate the model.sessmigr.yaml for a given test class.
18891889
*
18901890
* @param domainUid unique domain identifier
18911891
* @param className test class name

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public static void downloadMonitoringExporterApp(String configFile, String appli
189189
}
190190

191191
/**
192-
* Build monitoring exporter web applicaiont wls-exporter.war with provided configuration
192+
* Build monitoring exporter web applicaiont wls-exporter.war with provided configuration.
193193
* @param monitoringExporterSrcDir directory containing github monitoring exporter
194194
* @param configFile configuration file for weblogic domain monitoring
195195
* @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, 2022, 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;
@@ -21,7 +21,7 @@
2121
/**
2222
* Tests that the artifacts in the yaml files that create-weblogic-operator.sh creates are correct
2323
* when all optional features are enabled: external rest self signed cert remote debug port enabled
24-
* elk enabled have image pull secret
24+
* elk enabled have image pull secret.
2525
*/
2626
public abstract class CreateOperatorGeneratedFilesOptionalFeaturesEnabledTestBase
2727
extends CreateOperatorGeneratedFilesTestBase {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
/**
8282
* Base class for testing that the all artifacts in the yaml files that create-weblogic-operator.sh
83-
* generates
83+
* generates.
8484
*/
8585
abstract class CreateOperatorGeneratedFilesTestBase {
8686

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;

0 commit comments

Comments
 (0)