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

Add jaxb-api as a dependency since it's not available by default in Java 9+. #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jumarko
Copy link

@jumarko jumarko commented Jul 27, 2018

Without it, lein gorilla fails with following exception:

ojure.lang.Compiler$CompilerException: java.lang.ClassNotFoundException:
javax.xml.bind.DatatypeConverter, compiling:(org/httpkit/server.clj:1:1)
 at clojure.lang.Compiler.load (Compiler.java:7391)

…ava 9+.

Without it, `lein gorilla` fails with following exception:
```
ojure.lang.Compiler$CompilerException: java.lang.ClassNotFoundException:
javax.xml.bind.DatatypeConverter, compiling:(org/httpkit/server.clj:1:1)
 at clojure.lang.Compiler.load (Compiler.java:7391)
```
@peter-lyons-kehl
Copy link

Dear Juraj @jumarko,

Thank you for this. Also for your answer at https://stackoverflow.com/questions/51466464/clojure-gorilla-repl-and-jvm-10-exception.

@jumarko
Copy link
Author

jumarko commented Sep 4, 2018

@JonyEpsilon could you please check this one and let me know if there's anything that needs to be resolved?

@jumarko
Copy link
Author

jumarko commented Sep 6, 2020

Could you merge this one?

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

Successfully merging this pull request may close these issues.

2 participants