Updated all dependencies for M1 RELEASE
Updated to Spring Cloud Build 2.2.0.M1
This commit is contained in:
@@ -27,9 +27,9 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
*/
|
||||
public class JobInstanceEventTests {
|
||||
|
||||
public static final long INSTANCE_ID = 1;
|
||||
private static final long INSTANCE_ID = 1;
|
||||
|
||||
public static final String JOB_NAME = "FOOBAR";
|
||||
private static final String JOB_NAME = "FOOBAR";
|
||||
|
||||
@Test
|
||||
public void testConstructor() {
|
||||
|
||||
@@ -31,9 +31,9 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
*/
|
||||
public class TaskLaunchRequestTests {
|
||||
|
||||
public static final String URI = "https://myURI";
|
||||
private static final String URI = "https://myURI";
|
||||
|
||||
public static final String APP_NAME = "MY_APP_NAME";
|
||||
private static final String APP_NAME = "MY_APP_NAME";
|
||||
|
||||
@Test
|
||||
public void testEquals() {
|
||||
|
||||
@@ -40,7 +40,7 @@ public class TaskConfiguration {
|
||||
|
||||
public static class TestTaskLauncher implements TaskLauncher {
|
||||
|
||||
public static final String LAUNCH_ID = "TEST_LAUNCH_ID";
|
||||
private static final String LAUNCH_ID = "TEST_LAUNCH_ID";
|
||||
|
||||
private LaunchState state = LaunchState.unknown;
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ import org.springframework.cloud.task.launcher.annotation.EnableTaskLauncher;
|
||||
/**
|
||||
* @author Glenn Renfro
|
||||
*/
|
||||
// @checkstyle:on
|
||||
@SpringBootApplication
|
||||
@EnableTaskLauncher
|
||||
public class TaskLauncherSinkApplication {
|
||||
@@ -32,3 +33,4 @@ public class TaskLauncherSinkApplication {
|
||||
}
|
||||
|
||||
}
|
||||
// @checkstyle:off
|
||||
|
||||
Reference in New Issue
Block a user