Integrate validation for data repo domain id type

This commit is contained in:
aboyko
2023-05-18 11:47:11 -04:00
parent c01dfca1a9
commit 73b6c6b5b0
29 changed files with 226 additions and 97 deletions

View File

@@ -442,6 +442,18 @@
"HINT",
"ERROR"
]
},
"spring-boot.ls.problem.boot2.DOMAIN_ID_FOR_REPOSITORY": {
"type": "string",
"default": "ERROR",
"description": "Invalid Domain ID type for Spring Data Repository",
"enum": [
"IGNORE",
"INFO",
"WARNING",
"HINT",
"ERROR"
]
}
}
},
@@ -1010,4 +1022,4 @@
"extensionDependencies": [
"redhat.java"
]
}
}