Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Qualify all yield() calls #2799

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Qualify all yield() calls #2799

merged 1 commit into from
Aug 17, 2024

Conversation

pivovarit
Copy link
Member

Unqualified calls to yield() method are not supported since Java 14.

yield is now an integral part of the switch expression: https://openjdk.org/jeps/361

@pivovarit pivovarit force-pushed the qualify-yield branch 4 times, most recently from 928274c to 4bc5265 Compare August 17, 2024 16:18
@pivovarit pivovarit merged commit 8b933a5 into version/0.10.5 Aug 17, 2024
3 checks passed
@pivovarit pivovarit deleted the qualify-yield branch August 17, 2024 16:28
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant