[boot-3] BeanPostProcessor ignored in AOT setup problem and quick fix

This commit is contained in:
aboyko
2022-09-29 20:31:48 -04:00
parent 3b08ec05ae
commit 311c276217
6 changed files with 270 additions and 3 deletions

View File

@@ -335,6 +335,18 @@
"HINT",
"ERROR"
]
},
"spring-boot.ls.problem.boot3.JAVA_BEAN_NOT_REGISTERED_IN_AOT": {
"type": "string",
"default": "WARNING",
"description": "'BeanPostProcessor' behaviour is ignored in Spring 6 AOT",
"enum": [
"IGNORE",
"INFO",
"WARNING",
"HINT",
"ERROR"
]
}
}
},
@@ -704,4 +716,4 @@
"extensionDependencies": [
"redhat.java"
]
}
}