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

Make Random behavior consistent across Java versions #7214

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 2 comments
Closed

Make Random behavior consistent across Java versions #7214

exalate-issue-sync bot opened this issue May 11, 2023 · 2 comments

Comments

@exalate-issue-sync
Copy link

Java 17 brings changes in java Random implementation: https://nipafx.dev/java-random-generator/ - the Stream API changed in a way that produces different results on Java 8 and Java 17.

The goal of H2O's random is to be independent on the Java version - we provide out own implementation, however, we are not immune to changes in Stream API.

We will disable Stream API in this task and rewrite affected pieces of code to use non-Stream alternatives.

@h2o-ops-ro
Copy link
Collaborator

JIRA Issue Details

Jira Issue: PUBDEV-8447
Assignee: Michal Kurka
Reporter: Michal Kurka
State: Resolved
Fix Version: 3.36.0.1
Attachments: N/A
Development PRs: Available

@h2o-ops-ro
Copy link
Collaborator

Linked PRs from JIRA

#5924

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant