Skip to content

Signature of com.oracle.svm.core.configure.ResourcesRegistry.ignoreResources changed in GraalVM/Mandrel 21.3-dev #20226

@zakkak

Description

@zakkak

oracle/graal#3774 changed the signature of ignoreResources as follows:

-                public void ignoreResources(String pattern) {
+                public void ignoreResources(ConfigurationCondition condition, String pattern) {

This results in Quarkus throwing a NoSuchMethodError exception at the code generated by:

private static final MethodDescriptor RESOURCES_REGISTRY_IGNORE_RESOURCES = ofMethod(
"com.oracle.svm.core.configure.ResourcesRegistry",
"ignoreResources", void.class, String.class);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions