You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/graal/MongoClientSubstitutions.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,3 +173,13 @@ public String resolveAdditionalQueryParametersFromTxtRecords(final String host)
173
173
thrownewUnsupportedOperationException("mongo+srv:// not supported in native mode");
174
174
}
175
175
}
176
+
177
+
@TargetClass(com.sun.jna.Native.class)
178
+
finalclassJnaNativeSubstitutions {
179
+
180
+
// This method can trick GraalVM into thinking that Classloader#findLibrary is getting called
0 commit comments