See gh-35185
This commit is contained in:
Johnny Lim
2023-04-28 01:02:02 +09:00
committed by Moritz Halbritter
parent 394fb6424c
commit ff9fd1abeb
12 changed files with 21 additions and 21 deletions

View File

@@ -59,7 +59,7 @@ import org.springframework.util.StringUtils;
/**
* {@link ApplicationRunner} to {@link JobLauncher launch} Spring Batch jobs. If a single
* job is found in the context, it will be executed by default. If multiple jobs are
* found, launch a specific job by providing a jobName
* found, launch a specific job by providing a jobName.
*
* @author Dave Syer
* @author Jean-Pierre Bergamin

View File

@@ -97,7 +97,6 @@ class JmxAutoConfigurationTests {
"namingStrategy");
assertThat(naming).hasFieldOrPropertyWithValue("defaultDomain", "my-test-domain");
assertThat(naming).hasFieldOrPropertyWithValue("ensureUniqueRuntimeObjectNames", true);
});
}