Skip to content

Commit c81272b

Browse files
committed
Depenedency updates and CheckStyle compensating changes
1 parent 3f4b12e commit c81272b

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
@@ -684,7 +684,7 @@ void testCreateNewCluster() {
684684
}
685685

686686
/**
687-
* Modify the domain scope property
687+
* Modify the domain scope property.
688688
* From: "image: container-registry.oracle.com/middleware/weblogic:ImageTagBeingUsed" to
689689
* To: "image: container-registry.oracle.com/middleware/weblogic:DateAndTimeStamp"
690690
* 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
@@ -1212,7 +1212,7 @@ public static boolean buildAppArchive(AppParams params) {
12121212

12131213
/**
12141214
* Create an application archive that can be used by WebLogic Image Tool
1215-
* to create an image with coh-proxy-server.gar for testing Coherence use case
1215+
* to create an image with coh-proxy-server.gar for testing Coherence use case.
12161216
*
12171217
* @param params the parameters for creating a model-in-image image
12181218
* @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
@@ -1569,7 +1569,7 @@ public static ExecResult removeWlsImageContainer(String containerName) {
15691569
}
15701570

15711571
/**
1572-
* Generate the model.sessmigr.yaml for a given test class
1572+
* Generate the model.sessmigr.yaml for a given test class.
15731573
*
15741574
* @param domainUid unique domain identifier
15751575
* @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
@@ -179,7 +179,7 @@ public static void downloadMonitoringExporterApp(String configFile, String appli
179179
}
180180

181181
/**
182-
* Build monitoring exporter web applicaiont wls-exporter.war with provided configuration
182+
* Build monitoring exporter web applicaiont wls-exporter.war with provided configuration.
183183
* @param monitoringExporterSrcDir directory containing github monitoring exporter
184184
* @param configFile configuration file for weblogic domain monitoring
185185
* @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)