[boot-properties] Resource value hint includes 'optional:'
This commit is contained in:
@@ -1655,7 +1655,8 @@ public class ApplicationPropertiesEditorTest extends AbstractPropsEditorTest {
|
||||
"classpath*:",
|
||||
"file:",
|
||||
"http://",
|
||||
"https://"
|
||||
"https://",
|
||||
"optional:"
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1740,7 +1741,8 @@ public class ApplicationPropertiesEditorTest extends AbstractPropsEditorTest {
|
||||
"classpath*:",
|
||||
"file:",
|
||||
"http://",
|
||||
"https://"
|
||||
"https://",
|
||||
"optional:"
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1769,7 +1771,8 @@ public class ApplicationPropertiesEditorTest extends AbstractPropsEditorTest {
|
||||
"classpath*:",
|
||||
"file:",
|
||||
"http://",
|
||||
"https://"
|
||||
"https://",
|
||||
"optional:"
|
||||
);
|
||||
|
||||
assertCompletionsDisplayString(
|
||||
@@ -1839,7 +1842,8 @@ public class ApplicationPropertiesEditorTest extends AbstractPropsEditorTest {
|
||||
"classpath*:",
|
||||
"file:",
|
||||
"http://",
|
||||
"https://"
|
||||
"https://",
|
||||
"optional:"
|
||||
);
|
||||
|
||||
assertCompletionWithLabel(
|
||||
|
||||
@@ -4357,7 +4357,8 @@ public class ApplicationYamlEditorTest extends AbstractPropsEditorTest {
|
||||
"classpath*:",
|
||||
"file:",
|
||||
"http://",
|
||||
"https://"
|
||||
"https://",
|
||||
"optional:"
|
||||
);
|
||||
|
||||
assertCompletionsDisplayString(
|
||||
@@ -4370,7 +4371,8 @@ public class ApplicationYamlEditorTest extends AbstractPropsEditorTest {
|
||||
"classpath*:",
|
||||
"file:",
|
||||
"http://",
|
||||
"https://"
|
||||
"https://",
|
||||
"optional:"
|
||||
);
|
||||
|
||||
}
|
||||
@@ -4760,7 +4762,8 @@ public class ApplicationYamlEditorTest extends AbstractPropsEditorTest {
|
||||
"classpath*:",
|
||||
"file:",
|
||||
"http://",
|
||||
"https://"
|
||||
"https://",
|
||||
"optional:"
|
||||
);
|
||||
}
|
||||
|
||||
@@ -4782,7 +4785,8 @@ public class ApplicationYamlEditorTest extends AbstractPropsEditorTest {
|
||||
"classpath*:",
|
||||
"file:",
|
||||
"http://",
|
||||
"https://"
|
||||
"https://",
|
||||
"optional:"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user