Open
Description
I remember there is an old issue about this topic, now Jakarta EE 10/CDI 4 is switched to use annotated
discovery mode by default to scan beans.
But Spring Data Repository
still requires using all
discovery mode (the default mode in the legacy CDI 1.x/2.x) to treat Spring Data Repository
as CDI beans in a Jakarta container, such as WildFly, Payara, Glassfish etc.