-
Notifications
You must be signed in to change notification settings - Fork 100
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
Could not locate clojure/data/xml__init.class, clojure/data/xml.clj or clojure/data/xml.cljc on classpath #86
Comments
Does tools.deps integrate with lein? It appears that |
I can't explain why adding an explicit dep doesn't resolve it, but the issue is that I failed to update the pom (nothing to do w/ tools.deps or lein). Fix coming soon. |
@dchelimsky ah okay, appreciate the quick response. |
Fixed in 6835cb6 |
Released in 0.8.345 |
This issue seems to have mutated in
I'm not sure if it will have any impact, but this is in Java 8. Let me know if I can provide any additional information, or if you'd like me to open a new issue. Otherwise |
@Nolan330 I can use "0.8.345" with java 8 without seeing this.
I wonder what's different about our environments. |
Really appreciate the response @dchelimsky. I'm not sure what's happening either. For additional context, the failing code is running in a java8 lambda in a Let me know if you have any ideas on debugging this beyond inspecting |
Dependencies
Description with failing test case
Started running into this error while attempting to deploy via Datomic Ions after upgrading to
0.8.342
(although I believe the offending release is0.8.335
, in which a switch was made fromclojure.xml
toclojure.data.xml
). Including an explicit dependency onclojure.data.xml
does not fix the issue.Stack traces
Here is an abbreviated stack trace from CloudWatch logs:
The text was updated successfully, but these errors were encountered: