Problemunvalidated
I cannot inject a primitive (an int) due to `The injection point has non-proxyable dependencies` exception. — following this tutorial on how to use Jakarta CDI. Tension: Is that even possible to inject a primitive using WELD? Outcome: remove `@RequestScoped` annotation from producer method.
f02dd0e0-bc65-4383-9fc3-bcbccac2d60f
I cannot inject a primitive (an int) due to The injection point has non-proxyable dependencies exception. — following this tutorial on how to use Jakarta CDI. Tension: Is that even possible to inject a primitive using WELD? Outcome: remove @RequestScoped annotation from producer method.