Merge branch 'master' of https://github.com/spring-projects/sts4
This commit is contained in:
@@ -52,7 +52,7 @@ public class ManifestYmlSchema implements YamlSchema {
|
||||
public final AbstractType t_route_string;
|
||||
|
||||
private static final Set<String> TOPLEVEL_EXCLUDED = ImmutableSet.of(
|
||||
"name", "host", "hosts"
|
||||
"name", "host", "hosts", "routes"
|
||||
);
|
||||
|
||||
@Override
|
||||
|
||||
@@ -291,8 +291,8 @@ public class ManifestYamlEditorTest {
|
||||
// ---------------
|
||||
"random-route: <*>",
|
||||
// ---------------
|
||||
"routes:\n"+
|
||||
"- route: <*>",
|
||||
// "routes:\n"+
|
||||
// "- route: <*>",
|
||||
// ---------------
|
||||
"services:\n"+
|
||||
"- <*>",
|
||||
|
||||
@@ -82,7 +82,7 @@ public class ManifestYmlSchemaTest {
|
||||
"no-route",
|
||||
"path",
|
||||
"random-route",
|
||||
"routes",
|
||||
// "routes",
|
||||
"services",
|
||||
"stack",
|
||||
"timeout"
|
||||
|
||||
Reference in New Issue
Block a user