Hi everebody! We are upgrading CAS to 7.0.3 with Java21, Spring 6.1.2 and Hibernate 6.4.4.Final. We have made required changes in dependencies (e. g. javax to jakarta) and we have build and deploy the application in tomcat. The problem is in execution time, when we make a query with JPA, the entities are not recognized. When we inspect entityManager.getMetamodel().getEntities() the value is '[]', however the value in 6.6.6 version is the list of entities (defined with @Entity annotation) what could be the problem?
thanks in advance!! -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscr...@apereo.org. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/46deca3a-ccbc-4088-91d4-662fa33e81abn%40apereo.org.