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

WELD-2755 Remove usage of ThreadGroup from Weld executors #2881

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

manovotn
Copy link
Contributor

@manovotn manovotn commented Sep 18, 2023

Alternative approach to #2880 and a solution for WELD-2755 JIRA.
This should go hand in hand with WFLY changes, i.e. wildfly/wildfly#17193

We don't seem to leverage the ThreadGroup in any way so having explicit groups serves no purpose.
From the API, it is possible to just not define a group and roll with the default; note that we should do the same on WFLY side (WeldExecutorServices) unless there is some other restriction in play that I am not aware of yet.

@manovotn manovotn merged commit 6b129ea into weld:master Sep 20, 2023
12 checks passed
@manovotn manovotn deleted the weld2755 branch September 20, 2023 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants