-
Notifications
You must be signed in to change notification settings - Fork 25
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
Introduce JarEntries, tests and io.smallrye.common.io.jar package #37
Conversation
a47b46d
to
40dab94
Compare
There you go, now it should work with JDK 9+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to add the build-release-8
and build-test-java8
, build-test-java9
, and build-test-java10
files.
Also might need to update the CI config... let me look into that. |
f2659cf
to
8ef8d4c
Compare
See #38. |
A rebase is needed now (sorry about that!) |
It looks like the tests only ran with java8 and default (java 11). Looking into it... |
The tests run when I locally check out this PR, so there must have been a problem with #38. I'll look into that separately. AFAICT this PR can be merged (just pending @kenfinnigan). |
No need to pend on me, I was just sticking my nose in yesterday |
OK 👍 |
Yay! Thank you! Can I haz a release soon? |
Yes. We can push one now. |
Well we need to fix the tests first :) |
JarEntry.getRealName() was introduced in JDK 10 only.
Necessary for quarkusio/quarkus#10756