Modify rule S3749: Update rule description to add new javax and jakarta annotations (SONARJAVA-5036) (#4578)

Update rule description to add javax persistence annotations and jakarta inject and resource annotation
This commit is contained in:
erwan-serandour 2024-12-16 18:03:21 +01:00 committed by GitHub
parent f9cf7be4f3
commit 8558f5ea6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,10 @@ This rule raises an issue when a singleton ``++@Component++``, ``++@Controller++
* ``++org.springframework.beans.factory.annotation.Value++``
* ``++javax.annotation.Inject++``
* ``++javax.annotation.Resource++``
* ``++javax.persistence.PersistenceContext++``
* ``++jakarta.annotation.Resource++``
* ``++jakarta.inject.Inject++``
* ``++jakarta.persistence.PersistenceContext++``
== How to fix it