-
Notifications
You must be signed in to change notification settings - Fork 240
java.lang.ClassNotFoundException: aleph.http.core.HeaderMap with 0.4.5-alpha6 #387
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
Comments
@rborer I assume we're talking about running the code in REPL, right? |
It probably was broken in this commit 😞 🙈 a782c36#diff-0699d0c8d41a57446aff9b64094ddf35L15 Type hint requires class to be available on classpath, but I believe it's generated dynamically on namespace load. |
@kachayev I have this issue when I run |
@kachayev Eratta: If I run |
@rborer Right, because it generates class first, then uses it. |
@rborer Will try to find a solution for this. Thanks for reporting! |
@kachayev Thanks. I tried to look at it and I'm also struggling to build
Again, a second pass with |
@rborer That's the same problem with initialization flow that requires the class to be compiled prior to using it for any type hints. |
kachayev@b0cc7ac this one should fix the problem with |
Okay, let's do the following The problem with |
Thanks. Looks like byte-streams problem has already been reported under clj-commons/byte-streams#34 . |
Hi,
I'm currently integrating aleph 0.4.5-alpha6 in one of my projects. As soon as I add a
require
onaleph.http.client-middleware
namespace I receive the following ClassNotFoundException when compiling my project:I'm using Clojure 1.9.0 with java version "1.8.0_161".
The text was updated successfully, but these errors were encountered: