We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c565df9 commit 9536dd1Copy full SHA for 9536dd1
spring-core/src/main/java/org/springframework/aot/nativex/feature/PreComputeFieldFeature.java
@@ -38,7 +38,7 @@ class PreComputeFieldFeature implements Feature {
38
39
private static final boolean verbose = "verbose".equals(System.getProperty("spring.aot.precompute"));
40
41
- private static Pattern[] patterns = {
+ private static final Pattern[] patterns = {
42
Pattern.compile(Pattern.quote("org.springframework.core.NativeDetector#inNativeImage")),
43
Pattern.compile(Pattern.quote("org.springframework.cglib.core.AbstractClassGenerator#inNativeImage")),
44
Pattern.compile(Pattern.quote("org.springframework.aot.AotDetector#inNativeImage")),
0 commit comments