Skip to content
New issue

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

Java 9 and migrator discovery failure #105

Open
mattford63 opened this issue Feb 13, 2018 · 0 comments
Open

Java 9 and migrator discovery failure #105

mattford63 opened this issue Feb 13, 2018 · 0 comments

Comments

@mattford63
Copy link

mattford63 commented Feb 13, 2018

folder-on-classpath (->> (classpath-directories)

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

(#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"])```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant