I’m trying setup a very basic tomcat 10
+Resteasy 6.2.8.Final
+CDI (weld 5.1.2.Final)
(the latest as I’m writing)
The documentation:
https://docs.jboss.org/resteasy/docs/6.2.8.Final/userguide/html_single/#standalone_resteasy
But when running:
java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: com.cdi.GreetingResource
my code: https://github.com/brunorozendo/jakarta-ee-10/tree/main/cdi