Starting to move to java 11[Do Not Merge]
All version changes are present. Fixed all Java-Doc Errors and warnings * Due to the stricter nature of the javadoc compiler we can't wrap <ul> / <ui> in <p> * We will also need to Push up a test app for taklauncher to work with. The old one fails to start now. Or use one of the task starters possibly. * Built on the work from TASK-439C. Wait for that merge before merging this one. * Replaced applicationFailedEvent class attribute with applicaitonFailedException * Also polished the app used by the taskLauncherSink integration test
This commit is contained in:
@@ -60,13 +60,13 @@ import static org.junit.Assert.assertTrue;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(classes = {TaskLauncherSinkApplication.class, TaskLauncherSinkTests.TaskLauncherConfiguration.class},
|
||||
properties = {"maven.remote-repositories.repo1.url=https://repo.spring.io/libs-milestone-local"})
|
||||
properties = {"maven.remote-repositories.repo1.url=https://repo.spring.io/libs-milestone"})
|
||||
public class TaskLauncherSinkTests {
|
||||
|
||||
private final static int WAIT_INTERVAL = 500;
|
||||
private final static int MAX_WAIT_TIME = 10000;
|
||||
private final static String URL = "maven://io.spring.cloud:"
|
||||
+ "timestamp-task:jar:1.0.0.RC1";
|
||||
private final static String URL = "maven://org.springframework.cloud.task.app:"
|
||||
+ "timestamp-task:2.0.0.RELEASE";
|
||||
private final static String DATASOURCE_URL;
|
||||
private final static String DATASOURCE_USER_NAME = "SA";
|
||||
private final static String DATASOURCE_USER_PASSWORD = "''";
|
||||
|
||||
Reference in New Issue
Block a user