We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
joplin/joplin.core/src/joplin/core.clj
Line 94 in 9a16a8b
Swithing to Java 9 stopped Migrators from working :-(
Our migrators are on classpath but in J9
(clojure.java.classpath/classpath-directories) returns ()
(clojure.java.classpath/classpath-directories)
()
whereas in J8 it returns something like
(#object[java.io.File 0x24581963 "/home/matt/src/github/mastodonc/kixi.search/test"] #object[java.io.File 0x59969d1f "/home/matt/src/github/mastodonc/kixi.search/dev"] #object[java.io.File 0x7e3ac75f "/home/matt/src/github/mastodonc/kixi.search/src"] #object[java.io.File 0x3fe13f9f "/home/matt/src/github/mastodonc/kixi.search/resources"] #object[java.io.File 0x5b16aa01 "/home/matt/src/github/mastodonc/kixi.search/target/classes"])```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
joplin/joplin.core/src/joplin/core.clj
Line 94 in 9a16a8b
Swithing to Java 9 stopped Migrators from working :-(
Our migrators are on classpath but in J9
(clojure.java.classpath/classpath-directories)
returns()
whereas in J8 it returns something like
The text was updated successfully, but these errors were encountered: