-
Notifications
You must be signed in to change notification settings - Fork 225
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
sbt-assembly v1.2.0: Facing java.lang.ArrayIndexOutOfBoundsException: Index 65536 out of bounds for length 132 #475
Comments
@basant-gurung Any luck solving the issue? I have run into it as well. |
nope. waiting for them to reply. |
I'm facing the same issue with a different dependency set. I tried reproducing your issue but it looks like it's fixed:
|
Update: I was just missing a shading rule to trigger the bug: |
I'm filling an issue with asm: https://gitlab.ow2.org/asm/asm/-/issues/318008 |
@MasseGuillaume any luck on this? Facing same issue |
@matthewthekramer most likely there is an invalid classfile in your claspath. Try to identify what is it and report it to the developer that released that lib. |
Hey, I've faced the same issue. According to discussion in the asm issue this seems to be an issue with jars: compiled bytecode stores annotations incorrectly. Based on this, issue should not happen if dependency would be compiled locally with a compiler that has fix applied (any version after 2019). Do you know if sbt has support for building dependencies from source rather than using precompiled jar? |
Facing error when I include "org.apache.cassandra" % "cassandra-all" % "4.0.0" -
The text was updated successfully, but these errors were encountered: