Bumping versions
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -69,10 +69,10 @@
|
||||
<surefire-reports-directory>surefire-reports</surefire-reports-directory>
|
||||
<failsafe-reports-directory>failsafe-reports</failsafe-reports-directory>
|
||||
<!-- Dependency Versions -->
|
||||
<spring-cloud-commons.version>4.1.5</spring-cloud-commons.version>
|
||||
<spring-cloud-commons.version>4.1.6-SNAPSHOT</spring-cloud-commons.version>
|
||||
<spring-cloud-config.version>4.1.6-SNAPSHOT</spring-cloud-config.version>
|
||||
<spring-cloud-bus.version>4.1.3</spring-cloud-bus.version>
|
||||
<spring-cloud-contract.version>4.1.5</spring-cloud-contract.version>
|
||||
<spring-cloud-bus.version>4.1.4-SNAPSHOT</spring-cloud-bus.version>
|
||||
<spring-cloud-contract.version>4.1.6-SNAPSHOT</spring-cloud-contract.version>
|
||||
|
||||
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
|
||||
<maven-checkstyle-plugin.failsOnViolation>true
|
||||
|
||||
@@ -113,7 +113,8 @@ class BootstrapEnabledPollingReloadConfigMapMountIT {
|
||||
client.configMaps().inNamespace("default").resource(configMap).createOrReplace();
|
||||
|
||||
System.out.println("Waiting for reload change to be observed");
|
||||
Commons.waitForLogStatement("Detected change in config maps/secrets, reload will be triggered", K3S, IMAGE_NAME);
|
||||
Commons.waitForLogStatement("Detected change in config maps/secrets, reload will be triggered", K3S,
|
||||
IMAGE_NAME);
|
||||
System.out.println("reload change observed");
|
||||
|
||||
await().atMost(Duration.ofSeconds(120))
|
||||
|
||||
@@ -113,7 +113,8 @@ class ConfigMapMountPollingReloadDelegateIT {
|
||||
configMap.setData(Map.of(Constants.APPLICATION_PROPERTIES, "from.properties.key=as-mount-changed"));
|
||||
client.configMaps().inNamespace("default").resource(configMap).createOrReplace();
|
||||
|
||||
Commons.waitForLogStatement("Detected change in config maps/secrets, reload will be triggered", K3S, IMAGE_NAME);
|
||||
Commons.waitForLogStatement("Detected change in config maps/secrets, reload will be triggered", K3S,
|
||||
IMAGE_NAME);
|
||||
|
||||
await().atMost(Duration.ofSeconds(120))
|
||||
.pollInterval(Duration.ofSeconds(1))
|
||||
|
||||
Reference in New Issue
Block a user