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

Run CI on more recent Java versions and different runtimes #2676

Open
jord1e opened this issue Jan 14, 2022 · 4 comments · May be fixed by #2789
Open

Run CI on more recent Java versions and different runtimes #2676

jord1e opened this issue Jan 14, 2022 · 4 comments · May be fixed by #2789
Labels
keep-open Tells Stale Bot to keep PRs and issues open

Comments

@jord1e
Copy link
Contributor

jord1e commented Jan 14, 2022

There should probably be tests for on more recent builds of OpenJDK v8, LTS 11, and LTS 17. Potentially even on JDK (pre-release) 18
and the OpenJ9 (and GraalVM runtimes).

If there is support, I have time at the end of next week to contribute this. Let me know 😃 .

@bbakerman
Copy link
Member

By all means if your willing to make a PR to get this running that would be great.

The JVM platform has proven remarkably stable for us. We started on JDK 6 and then 8 and have not had ANY reports of compatibility problems or runtime issues that I can recall.

@jord1e
Copy link
Contributor Author

jord1e commented Jan 31, 2022

The JVM platform has proven remarkably stable for us. We started on JDK 6 and then 8 and have not had ANY reports of compatibility problems or runtime issues that I can recall.

Five MultiSourceReader tests are actually failing when running on JDK 16+, even when compiling with JDK 8. You could say that the effort is paying off 🥲

I think it is coming from https://bugs.openjdk.java.net/browse/JDK-8241020 but I am not sure. This will probably require a good amount of time for me.

afbeelding

Copy link

Hello, this issue has been inactive for 60 days, so we're marking it as stale. If you would like to continue this discussion, please comment within the next 30 days or we'll close the issue.

@github-actions github-actions bot added the Stale label Nov 28, 2023
@jord1e
Copy link
Contributor Author

jord1e commented Nov 28, 2023

see #2789

@github-actions github-actions bot removed the Stale label Nov 29, 2023
@dondonz dondonz added the keep-open Tells Stale Bot to keep PRs and issues open label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep-open Tells Stale Bot to keep PRs and issues open
Projects
None yet
5 participants
@bbakerman @dondonz @jord1e and others