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

feature: Support JDK21 release version #3223

Merged
merged 1 commit into from
Sep 23, 2023
Merged

feature: Support JDK21 release version #3223

merged 1 commit into from
Sep 23, 2023

Conversation

xerial
Copy link
Member

@xerial xerial commented Sep 23, 2023

No description provided.

val interrupted = new AtomicBoolean(false)
val requestQueue = new LinkedBlockingQueue[Worker[T, R]](parallelism)
val resultQueue = new LinkedBlockingQueue[Option[R]]()
val interruptedFlag = new AtomicBoolean(false)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In JDK21, it becomes ambiguous with Thread.interrupted

@codecov
Copy link

codecov bot commented Sep 23, 2023

Codecov Report

Merging #3223 (e048989) into main (b905253) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3223   +/-   ##
=======================================
  Coverage   82.74%   82.74%           
=======================================
  Files         356      356           
  Lines       14839    14839           
  Branches     2419     2419           
=======================================
  Hits        12279    12279           
  Misses       2560     2560           
Files Changed Coverage Δ
...c/main/scala/wvlet/airframe/control/Parallel.scala 92.45% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b905253...e048989. Read the comment docs.

@xerial xerial enabled auto-merge (squash) September 23, 2023 00:11
@xerial xerial merged commit cb29204 into main Sep 23, 2023
@xerial xerial deleted the jdk21-fix branch September 23, 2023 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant