I am using Tenant resolver for implementing multi tenant functionality. I am getting this warning in whenever tenant resolver is called in the code flow.
A bean of type io.quarkus.hibernate.orm.runtime.tenant.TenantResolver is being retrieved even though it doesn’t have a @PersistenceUnitExtension qualifier. This is deprecated usage and will not work in future versions of Quarkus. Annotate this bean with @PersistenceUnitExtension to make it future-proof.
Any suggestions?
Need to fix this warning in logs