-
Notifications
You must be signed in to change notification settings - Fork 99
JDK and Scala upgrade. JDK 11->17 Scala 2.12.10->2.12.20 2.13.15->2.13.16 #8209
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
Open
raphaelsolarski
wants to merge
18
commits into
staging
Choose a base branch
from
jdk-17-bump
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
created: #8269 |
d27ab6f
to
63dbe59
Compare
63dbe59
to
b0cc335
Compare
acb1c37
to
30ed37d
Compare
piotrp
reviewed
Jun 20, 2025
piotrp
reviewed
Jun 20, 2025
b72b5ae
to
10d6eb0
Compare
c7f4a8d
to
a547dd1
Compare
arkadius
reviewed
Jun 24, 2025
@@ -316,6 +316,7 @@ object ScenarioInterpreterFactory { | |||
passingErrors[InterpretationResult, PartResult]( | |||
results, | |||
successful => { | |||
// order from HashMap is accidental - for now we don't have any sensible "order number" here to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
orderedGroupBy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
arkadius
approved these changes
Jun 24, 2025
* opens/exports added to sbt tests (we don't use fork in tests so we have to add it to the sbt jvm) * java.math open added
…tory when running on jre 17)
…mages with full jdk)
* unignored test * using own prebuild flink docker images with embedded flink-scala
5b6cb1c
to
b065aaf
Compare
piotrp
approved these changes
Jun 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
Checklist before merge