lprimak commented on issue #1484: URL: https://github.com/apache/shiro/issues/1484#issuecomment-2121217471
Ok, scratch my last comment. Looking at your issue further and it's a misconfiguration. You are trying to use Jakarta EE module functionality while specifically disabling it's initialization. Jakarta EE module is intended to be zero-conf. No configuration is required to run it. What's described in https://shiro.apache.org/jakarta-ee.html#configuring_cdi_without_jakarta_ee_module_or_shiro_ini is intended to initialize and use the CDI module, without Jakarta EE module. Just disregard what's in https://shiro.apache.org/jakarta-ee.html#configuring_cdi_without_jakarta_ee_module_or_shiro_ini as it doesn't apply in your case. I can see how that section can be confusing. We will move that down in the docs so its not percieved as the preferred configuration method. There is no configuration required besides `shiro.ini` which is described in the docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
