ManagedExecutorConfig does not seem to be working when using constructor injection #38825
Labels
area/arc
Issue related to ARC (dependency injection)
area/context-propagation
kind/bug
Something isn't working
Milestone
Describe the bug
when using something like this it works as expected;
but when changing to this
The config is not respected
Expected behavior
Annotation could be disallowed on parameters or it should be otherwise working
Actual behavior
Annotation is not respected. in the first snippet the thread numbers stays low in the logs in the second variant it goes up to about 75.
How to Reproduce?
Reproducer: https://github.com/manofthepeace/executorconfig-ctorinject
1- mvn quarkus:dev
2- look at the thread number;
[App] (executor-thread-76)
Output of
uname -a
orver
Darwin Kernel Version 21.6.0
Output of
java -version
Temurin-21.0.2+13
Quarkus version or git rev
3.7.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)maven 3.9.5
Additional information
No response
The text was updated successfully, but these errors were encountered: