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

Do not attempt to bind ThreadPerTaskExecutor #702

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

jeremyg484
Copy link
Contributor

@jeremyg484 jeremyg484 commented Mar 4, 2024

ExecutorServiceMetricsBinder is updated to not attempt to bind ExecutorServiceMetrics to a ThreadPerTaskExecutor which is used in the case of virtual threads and is not supported by ExecutorServiceMetrics.

Resolves #679

ExecutorServiceMetricsBinder is updated to not attempt to bind
ExecutorServiceMetrics to a ThreadPerTaskExecutor which is used in the
case of virtual threads and is not supported by ExecutorServiceMetrics.

Resolves #679
@jeremyg484 jeremyg484 self-assigned this Mar 4, 2024
Copy link

sonarcloud bot commented Mar 4, 2024

@jeremyg484 jeremyg484 merged commit 7182851 into master Mar 5, 2024
11 checks passed
@jeremyg484 jeremyg484 deleted the ignore-virtual-threads-executor branch March 5, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Failed to bind after upgrading to java 21
2 participants