-
Notifications
You must be signed in to change notification settings - Fork 299
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
support Java 11 #117
Comments
As @codecholeric is off for vacation, he might not be able to respond as quickly as usual... ;) It seems to me that ASM is the most relevant implementation detail of ArchUnit, so it might be difficult to have its version managed externally. On the jdk-11 branch of my fork, I've tried to update the ASM version to |
Okay, 'looking at the issues in detail' boiled down to reading the error message
and changing I've just pushed this small change, with which ArchUnit now builds with JDK 11, too. @mathisdt, unless you want to build that ArchUnit-fork on your own, I'll try to make those artifacts available as version |
@hankem That would be great! But perhaps the version number could be a bit more stable, e.g. 0.9.1-JAVA11 ? |
If the changes work out, I'd like to have them reintegrated via a pull request. After that, there will certainly be a stable release at some point. |
I'm sorry for my silence! While I was trying to get access to an "official" repository, I only realized today that I could just as well push the artifacts to github... 😀 But better late than never; you can now get
|
(You can actually get all of ArchUnit's |
…t prefix is owned by the JUnit team. Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
I don't know whether @mathisdt had the opportunity to test the snapshot artifacts, but as I'm confident from ArchUnit's tests, I'll open the pull request anyways. ;) |
@hankem, I didn't have the opportunity to test yet, but I'm also confident in ArchUnit's test coverage. |
Issue: #117 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
Issue: #117 Signed-off-by: Manfred Hanke <Manfred.Hanke@tngtech.com>
Issue: #117 Signed-off-by: Manfred Hanke <Manfred.Hanke@tngtech.com>
Issue: #117 Signed-off-by: Manfred Hanke <Manfred.Hanke@tngtech.com>
Issue: #117 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
When running ArchUnit 0.9.1 with Java 11, I get the following output:
When running under Java 8, all works fine. It seems that the repackaged version of ASM doesn't support Java 11 - could you please update it or convert it to a real dependency (so I can manage the version)?
The text was updated successfully, but these errors were encountered: