Sonarqube quality check does not recognize Jakarta import libraries

Using sonarqube 9.9 version.
I’m currently upgrading javax to Jakarta libraries. Seems sonarqube quality gate does not recognize Resource annotation from Jakarta. it was working with javax javax.annotaion.Reaource import, but quality gate is failing with jakarta.annotation.Resourse import. Please need help.

Welcome :slight_smile:

see

Gilbert

Thank you so much Gilbert for providing that link. Im a bit confused. Where should I add SpringComponentWithNonAutowiredMembersCheck.SPRING_INJECTION_ANNOTATION?