Replies: 2 comments 1 reply
-
You could use the Quarkus default (configurable) executor and just inject a @Inject ManagedExecutor executor; |
Beta Was this translation helpful? Give feedback.
-
What were the rewrites that you had to do for making this work? I am facing a similar issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm in the process of migrating an existing TomEE (JavaEE) application to Quarkus. In this application we make frequent use of ManagedExecutorServices that get injected using the @resource annotation like this:
The named resource MyManagedExecutorService is defined in WEB-INF/resources.xml like this:
I researched quite a bit bit I didn't find a way to migrate these parts to Quarkus without major rewrites of the application.
Is there a straightforward way to migrate these parts to Quarkus-land?
Cheers,
towbi
Beta Was this translation helpful? Give feedback.
All reactions