-
Notifications
You must be signed in to change notification settings - Fork 36
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
Release with customClasspath change #67
Comments
@schauder, it looks like we could benefit from this in the JUnit 5 builds. 😉 |
Great excuse to get the project out of hibernation mode. I'll take a look. |
@schauder, cool. Thanks! |
I need your help. Can you try and build the current version (#8feb933ce928b20) I get the following exception in the jdk8 test, but only on my local machine, not on travis (and I'm prette sure I also didn't get that on my old machine). So I'm looking for ideas, what might be triggering this exception. I already found out that it is from the analysis of java.lang.ArrayIndexOutOfBoundsException: 65535
|
I see the same exception, but have no idea right now what might be causing it. |
Well, if you upgrade ASM to
So... it looks like an issue with ASM, but I also don't have any further input. |
OK, I found some information:
So, it sounds like ASM might be blowing up if you use Java 8 type annotations. |
So it's not really related to degraph I guess. Maybe it broke in a minor Am 28.08.2016 19:38 schrieb "Sam Brannen" [email protected]:
|
my sentiments exactly |
I just got a successful build with ASM 5.0.3 and the following.
Note the downgrade to JDK 1.8.0_25! I tried it on JDK 1.8 update 50 and above, and it always failed. |
So perhaps your Travis build is using a very old version of JDK 1.8. |
FYI: ASM 5.1 also works with JDK 1.8.0_25. |
Minor aside: You're missing out on some major performance upgrades since Am 28.08.2016 20:07 schrieb "Sam Brannen" [email protected]:
|
I'd also advise an upgrade to Gradle 2.14.1 or 3.0. 😉 Disclaimer: I didn't upgrade Gradle locally in order to pin down the combination that started failing. |
My proposal would be to ignore that test case, let the ASM folks know and carry on with the release |
Pinned down! JDK versions that work:
|
So just stick with JDK 1.8 update 31 for building... or |
Wow, thanks for the great work. I'll document everything in an easy to digest form and release a new version. Note: I didn't try it again, but I think upgrading to 6.x actually breaks tests BEFORE the one that is causing the trouble with 5.x |
Created a separate issue for tracking the problem: #68 |
thanks |
@schauder Any news on the release? 😇 |
@marcphilipp I'm working on it, put since my last release I'm now behind a proxy, and that is a major PITA. |
I just released version 0.1.4 It should appear on maven central and in BinTree as soon as their caches refresh. Want to do some tests and some documentation updates before I shout it out into the world. |
Works for us (see junit-team/junit5@5b9fee4), thanks a lot! |
👍 |
There has been no release since the
customClasspath
method was introduced. This makes it pretty much impossible to use degraph in a Gradle build for instance. Could you please push a release with the latest changes? :)The text was updated successfully, but these errors were encountered: