lprimak commented on PR #2017: URL: https://github.com/apache/shiro/pull/2017#issuecomment-2730413010
Hi, Gus, You may be conflating the `jakarta` namespace with Jakarta EE features. Jakarta EE Integration Module `shiro-jakarta-ee` requires OmniFaces and a compliant Jakarta EE container to work. Shiro is already split up into `shiro-jaxrs` and shiro-cdi` modules if you don't have a compliant EE container. OmniFaces "fail-fast" which is the correct behavior, instead of having you debug issues later on. See the following section in [documentation](https://shiro.apache.org/jakarta-ee.html) "Configuring for Tomcat / Jetty (or without Jakarta Faces)" Also look for other configuration options in the same page if you need anything else configured specific to your use-case Let me know if I am at all of base here :) -- 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]
