Prepare AOT resource hints for GraalVM changes #31340
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
According to oracle/graal#7354 (comment) and other comments, we need to prepare for future changes in the
resource-config.json
format and apply them to ourResourceHints
API.First, the "exclude pattern" variant is going away as it breaks composeability of configs.
Also, the patterns themselves are going to be greatly simplified and won't support regexp patterns anymore. Currently our support outputs entries like
In the future, only "glob patterns" will be allowed, like
"banner.txt"
,"images/*.jpg"
or"images/**"
.The text was updated successfully, but these errors were encountered: