Commit 9f2a30e
committed
Fix AOT resource hints in CoreRuntimeHints
Starting with Spring Framework 7, the resource hints syntax has changed
from a java.util.regex.Pattern format to a "glob pattern" format [1].
This commit partially reverts 369652c
until we find a way to include schema-{h2,derby,...}.sql and exclude
schema-drop-*.sql with a glob pattern.
Resolves #4937
[1]: https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-7.0-Release-Notes#graalvm-native-applications1 parent 4e1f10b commit 9f2a30e
File tree
1 file changed
+12
-3
lines changed- spring-batch-core/src/main/java/org/springframework/batch/core/aot
1 file changed
+12
-3
lines changedLines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
101 | 110 | | |
102 | 111 | | |
103 | 112 | | |
| |||
0 commit comments