Skip to content

Commit

Permalink
Modify rule S3749: Update rule description to add new javax and jaka…
Browse files Browse the repository at this point in the history
…rta annotations (SONARJAVA-5036) (#4578)

Update rule description to add javax persistence annotations and jakarta inject and resource annotation
  • Loading branch information
erwan-serandour authored Dec 16, 2024
1 parent f9cf7be commit 8558f5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rules/S3749/java/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8558f5e

Please sign in to comment.