Skip to content

Commit

Permalink
Merge pull request #310 from rsvoboda/whitelist.36053
Browse files Browse the repository at this point in the history
Whitelist Unknown module: org.graalvm.nativeimage issue
  • Loading branch information
rsvoboda authored Sep 21, 2023
2 parents d0015d3 + cfe6b78 commit 6165677
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ public final Pattern[] platformErrs() {
XML_APIS_RELOCATED,
COMMON_SLF4J_API_DEPENDENCY_TREE,
COMMON_SLF4J_JBOSS_LOGMANAGER_DEPENDENCY_TREE,
// TODO https://github.com/quarkusio/quarkus/issues/36053
Pattern.compile(".*Unknown module: org.graalvm.nativeimage.*"),
};
}
return new Pattern[] {};
Expand Down

0 comments on commit 6165677

Please sign in to comment.