Modulith support

This commit is contained in:
aboyko
2023-06-29 18:02:38 -04:00
parent cd8e75561b
commit 31a8600fee
17 changed files with 480 additions and 46 deletions

View File

@@ -494,6 +494,18 @@
"HINT",
"ERROR"
]
},
"spring-boot.ls.problem.boot3.MODULITH_TYPE_REF_VIOLATION": {
"type": "string",
"default": "ERROR",
"description": "Restricted dependency",
"enum": [
"IGNORE",
"INFO",
"WARNING",
"HINT",
"ERROR"
]
}
}
},
@@ -1021,4 +1033,4 @@
"extensionDependencies": [
"redhat.java"
]
}
}