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

Update client to Java 11 #42

Merged
merged 4 commits into from
Feb 20, 2020
Merged

Update client to Java 11 #42

merged 4 commits into from
Feb 20, 2020

Conversation

pilec
Copy link
Contributor

@pilec pilec commented Feb 17, 2020

Attempt to fix #40

BC BREAK

after a discusion with @todvora, we decided to drop support of JDK7 to allow JDK10,11. Because used libraries cannot be used in both of them.

@pilec pilec changed the title Je update to java 10 Update client to Java 11 Feb 17, 2020
@todvora
Copy link
Owner

todvora commented Feb 17, 2020

Thank you!

There are still tests failing. Any idea why and how to fix these?

@pilec
Copy link
Contributor Author

pilec commented Feb 18, 2020

Yes, yes, I know almost precisely how to deal with that- sorry, still work on progress and I forgot to mark like that.

@pilec pilec changed the title Update client to Java 11 [WIP] Update client to Java 11 Feb 18, 2020
@@ -29,16 +30,16 @@ public void setUp() throws Exception {
keystore = getTruststore("/certificates/rca15_rsa.der", "/certificates/2qca16_rsa.der");
}


@Ignore("Disabled due to expired test certificate as well")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I put a maximum effort to provide a valid certificate, but I failed - stopped on getting No message with ID "certpath" found in resource bundle

@pilec pilec changed the title [WIP] Update client to Java 11 Update client to Java 11 Feb 18, 2020
@todvora todvora merged commit 82e3671 into todvora:master Feb 20, 2020
@pilec pilec deleted the je-update-to-java-10 branch February 20, 2020 09:36
@todvora
Copy link
Owner

todvora commented Feb 20, 2020

Thank you! It is merged now. Fixing the release process currently.

@landsman
Copy link

@todvora probably it possible to do it via github actions: https://github.com/samuelmeuli/action-maven-publish

@pilec pilec mentioned this pull request May 5, 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.

None yet

4 participants