Property place holder support inside SPEL

This commit is contained in:
aboyko
2024-09-10 22:00:20 -04:00
parent 30abaec4d6
commit fca3fc0566
24 changed files with 2391 additions and 831 deletions

View File

@@ -1068,6 +1068,18 @@
"HINT",
"ERROR"
]
},
"spring-boot.ls.problem.spel.PROPERTY_PLACE_HOLDER_SYNTAX": {
"type": "string",
"default": "ERROR",
"description": "Property place holder raised a ParseException",
"enum": [
"IGNORE",
"INFO",
"WARNING",
"HINT",
"ERROR"
]
}
}
},
@@ -1312,4 +1324,4 @@
"extensionDependencies": [
"redhat.java"
]
}
}