Does the "Bean Validation" (JSR 380) need to be properly configured?

SonarQube for IDE version: 11.6.0


Currently, this rule uses the old version, which seems ineffective for new code.

For example,

import javax.validation.Valid; 

import javax.validation.constraints.NotNull; 

has now been upgraded to

import jakarta.validation.Valid; 

import jakarta.validation.constraints.NotNull;

Looking forward to new rules that are ready for use.

Hey @Yanghua, many thanks for reaching out to us about this. Our team is investigating and will come back to you as soon as possible!

Hello,

Thank you for your post. I created a ticket for the issue.

Lucien