Branch: refs/heads/master Home: https://github.com/pmd/pmd Commit: 6d09555af6d76993d22f5330e49f6c6deb4c3c02 https://github.com/pmd/pmd/commit/6d09555af6d76993d22f5330e49f6c6deb4c3c02 Author: Marcin DÄ…browski <marcin.dabrow...@tink.com> Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths: M pmd-java/src/main/resources/category/java/errorprone.xml Log Message: ----------- fix: remove delimiter attribute from pmd-java/src/main/resources/category/java/errorprone.xml When using `category/java/errorprone.xml` ruleset with PMD 7.0.0-rc4 I'm getting these warnings: ``` Warning at category/java/errorprone.xml:1039:78 1037| <properties> 1038| <property name="version" value="2.0"/> 1039| <property name="typesThatCompareByReference" type="List[String]" delimiter="," description="List of canonical type names for which reference comparison is allowed."> ^^^^^^^^^ Delimiter attribute is not supported anymore, values are always comma-separated. 1040| <value>java.lang.Enum,java.lang.Class</value> 1041| </property> Warning at category/java/errorprone.xml:2353:62 2351| <priority>3</priority> 2352| <properties> 2353| <property name="annotations" type="List[String]" delimiter="," value="org.springframework.beans.factory.annotation.Autowired,javax.inject.Inject,com.google.inject.Inject" description="If a constructor is annotated with one of these annotations, then the class is ignored."/> ^^^^^^^^^ Delimiter attribute is not supported anymore, values are always comma-separated. 2354| <property name="xpath"> 2355| <value> ``` Commit: 272b23d7b2e50db0b7930e6b82877e4fd7f7c204 https://github.com/pmd/pmd/commit/272b23d7b2e50db0b7930e6b82877e4fd7f7c204 Author: Andreas Dangel <andreas.dan...@pmd-code.org> Date: 2023-12-07 (Thu, 07 Dec 2023) Changed paths: M docs/pages/release_notes.md Log Message: ----------- [doc] Update release notes (#4759) Commit: 9f9a8f70687da9eb7987b9c6a9b25a4a57f8bdf7 https://github.com/pmd/pmd/commit/9f9a8f70687da9eb7987b9c6a9b25a4a57f8bdf7 Author: Andreas Dangel <andreas.dan...@pmd-code.org> Date: 2023-12-07 (Thu, 07 Dec 2023) Changed paths: M .all-contributorsrc M docs/pages/pmd/projectdocs/credits.md Log Message: ----------- Add @marcindabrowski as a contributor Commit: aa93a75009c2022d4406c29b200c2c99a6bd5a9a https://github.com/pmd/pmd/commit/aa93a75009c2022d4406c29b200c2c99a6bd5a9a Author: Andreas Dangel <andreas.dan...@pmd-code.org> Date: 2023-12-07 (Thu, 07 Dec 2023) Changed paths: M pmd-core/src/main/java/net/sourceforge/pmd/util/log/internal/MessageReporterBase.java M pmd-test/src/main/java/net/sourceforge/pmd/AbstractRuleSetFactoryTest.java Log Message: ----------- [test] Test built-in rulesets for warnings while loading Commit: 49e6777fff0671c092306d610d3f52ee6cd2a120 https://github.com/pmd/pmd/commit/49e6777fff0671c092306d610d3f52ee6cd2a120 Author: Andreas Dangel <andreas.dan...@pmd-code.org> Date: 2023-12-07 (Thu, 07 Dec 2023) Changed paths: M docs/pages/release_notes_pmd7.md M pmd-apex/src/main/resources/category/apex/security.xml M pmd-apex/src/main/resources/rulesets/apex/security.xml Log Message: ----------- [apex] Remove deprecated rule ref to ApexCSRF This rule has been moved from security to errorprone since PMD 6.21.0 already Commit: 0a63e74d2d01a44c885a553fb08c18d052dc010b https://github.com/pmd/pmd/commit/0a63e74d2d01a44c885a553fb08c18d052dc010b Author: Andreas Dangel <andreas.dan...@pmd-code.org> Date: 2023-12-07 (Thu, 07 Dec 2023) Changed paths: M .all-contributorsrc M docs/pages/pmd/projectdocs/credits.md M docs/pages/release_notes.md M docs/pages/release_notes_pmd7.md M pmd-apex/src/main/resources/category/apex/security.xml M pmd-apex/src/main/resources/rulesets/apex/security.xml M pmd-core/src/main/java/net/sourceforge/pmd/util/log/internal/MessageReporterBase.java M pmd-java/src/main/resources/category/java/errorprone.xml M pmd-test/src/main/java/net/sourceforge/pmd/AbstractRuleSetFactoryTest.java Log Message: ----------- Merge pull request #4759 from marcindabrowski:fix-java-errorprone-warnings [java] fix: remove delimiter attribute from ruleset category/java/errorprone.xml #4759 Compare: https://github.com/pmd/pmd/compare/b2aca33e807c...0a63e74d2d01 _______________________________________________ Pmd-commits mailing list Pmd-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmd-commits