Branch: refs/heads/6.2
Home:
https://github.com/resteasy/resteasy
Commit: 9725b4c9343d7b7d281931245dfc74a82f3e963a
https://github.com/resteasy/resteasy/commit/9725b4c9343d7b7d281931245dfc7...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/ContextualExecutorService.java
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/ContextualExecutors.java
A
resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/ContextualThreadFactory.java
A
resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/GlobalContextualExecutorService.java
A
resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/GlobalContextualScheduledExecutorService.java
A resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/SecurityActions.java
Log Message:
-----------
[RESTEASY-3314] Use a global executor service to avoid creating too many executors.
https://issues.redhat.com/browse/RESTEASY-3314
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 784c62d1178710387165e55b24695a241fa49fb1
https://github.com/resteasy/resteasy/commit/784c62d1178710387165e55b24695...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/ContextualExecutorService.java
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/ContextualExecutors.java
A
resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/ContextualThreadFactory.java
A
resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/GlobalContextualExecutorService.java
A
resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/GlobalContextualScheduledExecutorService.java
A resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/SecurityActions.java
Log Message:
-----------
Merge pull request #3627 from jamezp/RESTEASY-3314-6.2
[RESTEASY-3314] Use a global executor service to avoid creating too m…
Compare:
https://github.com/resteasy/resteasy/compare/ba7b307e8ec3...784c62d11787