Merge branch '3.1.x'

Closes gh-36530
This commit is contained in:
Stephane Nicoll
2023-07-24 16:10:20 +02:00
2 changed files with 11 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
<property name="id" value="mainCodeIllegalImportCheck"/>
<property name="regexp" value="true" />
<property name="illegalClasses"
value="^javax.annotation.PostConstruct"/>
value="javax.annotation.PostConstruct, jakarta.annotation.PostConstruct"/>
</module>
<module
name="com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck">