Hi Team,
I built a micro-service using the Hapi Fhir dependencies, and it was working perfectly with the latest version 6.10.0. I tried to upgrade to the latest snapshot 6.11.7-SNAPSHOT which contains hibernate 6 changes, though I faced the following exception
rg.hibernate.service.UnknownServiceException: Unknown service requested [ca.uhn.fhir.jpa.util.ISequenceValueMassager]
at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:211)
Does anyone face it? any help?