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

Updated checkAlgorithms.java to be compatible with JDK8 #33

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

patrikcerbak
Copy link
Contributor

As the title says. I replaced List.of() method with Arrays.asList(), which should be JDK8 compatible.

@judovana judovana merged commit cfda53f into rh-openjdk:main Nov 14, 2024
16 checks passed
@judovana
Copy link
Collaborator

ty!

@judovana
Copy link
Collaborator

Interesting that original GH actions did not catch that. They run jdk8. Is th etes enabled to run as test inthis suite? It should

@patrikcerbak
Copy link
Contributor Author

From the looks of it, it is not, it was not run in the GH actions. Isn't that because it basically is just a file? There is no jtreg header in it.

@judovana
Copy link
Collaborator

On longer run, it would be nice to have that header, at least for sake of GH in this project.

@patrikcerbak
Copy link
Contributor Author

Ok, I definitely agree.

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.

2 participants