Skip to content
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

Merged
merged 8 commits into from
Jul 16, 2020

Conversation

gastaldi
Copy link
Contributor

@gastaldi gastaldi commented Jul 15, 2020

JarEntry.getRealName() was introduced in JDK 10 only.

Necessary for quarkusio/quarkus#10756

@gastaldi gastaldi force-pushed the jar_entries branch 2 times, most recently from a47b46d to 40dab94 Compare July 16, 2020 01:53
@gastaldi gastaldi changed the title Introduce JarEntries Introduce JarEntries, tests and io.smallrye.common.io.jar package Jul 16, 2020
@gastaldi
Copy link
Contributor Author

There you go, now it should work with JDK 9+

io/pom.xml Show resolved Hide resolved
Copy link
Collaborator

@dmlloyd dmlloyd left a 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.

@dmlloyd
Copy link
Collaborator

dmlloyd commented Jul 16, 2020

Also might need to update the CI config... let me look into that.

@gastaldi gastaldi force-pushed the jar_entries branch 2 times, most recently from f2659cf to 8ef8d4c Compare July 16, 2020 14:37
dmlloyd added a commit that referenced this pull request Jul 16, 2020
Due to the `smallrye-common-io` proposed changes (#36/#37)
@dmlloyd
Copy link
Collaborator

dmlloyd commented Jul 16, 2020

See #38.

@gastaldi gastaldi requested a review from dmlloyd July 16, 2020 15:04
@dmlloyd
Copy link
Collaborator

dmlloyd commented Jul 16, 2020

A rebase is needed now (sorry about that!)

@dmlloyd
Copy link
Collaborator

dmlloyd commented Jul 16, 2020

It looks like the tests only ran with java8 and default (java 11). Looking into it...

@dmlloyd
Copy link
Collaborator

dmlloyd commented Jul 16, 2020

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).

@kenfinnigan
Copy link
Contributor

No need to pend on me, I was just sticking my nose in yesterday

@dmlloyd
Copy link
Collaborator

dmlloyd commented Jul 16, 2020

OK 👍

@dmlloyd dmlloyd merged commit f6e2a6c into smallrye:master Jul 16, 2020
@gastaldi gastaldi deleted the jar_entries branch July 16, 2020 15:19
@gastaldi
Copy link
Contributor Author

Yay! Thank you! Can I haz a release soon?

@radcortez
Copy link
Member

Yes. We can push one now.

@radcortez
Copy link
Member

Well we need to fix the tests first :)

@radcortez radcortez added this to the 1.1.0 milestone Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants