Skip to content

Commit 5a4999a

Browse files
nrmancusoromani
authored andcommitted
Issue #361: upgrade to checkstyle 8.41.1
1 parent 6fcf990 commit 5a4999a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Compatibility matrix from checkstyle team:
2121

2222
Checkstyle Plugin|Sonar min|Sonar max|Checkstyle|Jdk
2323
-----------------|---------|---------|----------|---
24+
8.41.1|7.9 |7.9+|8.41.1|1.8
2425
8.40|7.9 |7.9+|8.40|1.8
2526
8.39|7.9 |7.9+|8.39|1.8
2627
8.38|7.9 |7.9+|8.38|1.8

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.checkstyle</groupId>
66
<artifactId>checkstyle-sonar-plugin</artifactId>
7-
<version>8.41-SNAPSHOT</version>
7+
<version>8.41.1-SNAPSHOT</version>
88
<packaging>sonar-plugin</packaging>
99

1010
<name>Checkstyle SonarQube Plugin</name>
@@ -93,7 +93,7 @@
9393
</ciManagement>
9494

9595
<properties>
96-
<checkstyle.version>8.40</checkstyle.version>
96+
<checkstyle.version>8.41.1</checkstyle.version>
9797
<sonar.version>7.9</sonar.version>
9898
<sonar-java.version>6.0.0.20538</sonar-java.version>
9999
<maven.checkstyle.plugin.version>3.1.1</maven.checkstyle.plugin.version>
@@ -372,6 +372,10 @@
372372
<configuration>
373373
<systemPropertyVariables>
374374
<jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
375+
<javax.xml.parsers.DocumentBuilderFactory>
376+
<!-- We specify internal class here, as it is required by Checkstyle -->
377+
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
378+
</javax.xml.parsers.DocumentBuilderFactory>
375379
</systemPropertyVariables>
376380
<includes>
377381
<include>org/sonar/**/*.java</include>

0 commit comments

Comments
 (0)