import org.eclipse.microprofile.context.ManagedExecutor;
public class EventSource {
@Inject
ManagedExecutor executor;
}
Both injected instances are inheriting from ExecutorService.
Migration from javax.enterprise.concurrent.ManagedExecutorService to org.eclipse.microprofile.context.ManagedExecutor
should be matter of replacing @Resource with @Inject, renaming the injected classes and fixing the imports.
The questions and topics for the very first airhacks.tv in 2023:
Time travel: 100 episodes ago: Play Framework vs. Java EE, reading a network file, ID generation, stateful calculations,
JSF and Bootstrap, structuring huge applications, mixing storage and transfer concerns (...)
real time communication with Java, Grizzly and Atmosphere projects, Sun Microsystems, AI, Environmental, social, and corporate governance (ESG), and the Go programming language