Mark types not supported as of Boot 3

This commit is contained in:
aboyko
2022-10-07 13:38:44 -04:00
parent d3ef3c92e4
commit 0130203c8f
7 changed files with 167 additions and 4 deletions

View File

@@ -359,6 +359,18 @@
"HINT",
"ERROR"
]
},
"spring-boot.ls.problem.boot3.JAVA_TYPE_NOT_SUPPORTED": {
"type": "string",
"default": "ERROR",
"description": "Type no supported as of Spring Boot 3",
"enum": [
"IGNORE",
"INFO",
"WARNING",
"HINT",
"ERROR"
]
}
}
},