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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,3 +173,14 @@ public String resolveAdditionalQueryParametersFromTxtRecords(final String host)
173
173
thrownewUnsupportedOperationException("mongo+srv:// not supported in native mode");
174
174
}
175
175
}
176
+
177
+
//TODO: move to a dedicated jna extension that will simply collect JNA substitutions
178
+
@TargetClass(com.sun.jna.Native.class)
179
+
finalclassJnaNativeSubstitutions {
180
+
181
+
// This method can trick GraalVM into thinking that Classloader#findLibrary is getting called
0 commit comments