Bumps pmd.version from 7.12.0 to 7.13.0.
Updates net.sourceforge.pmd:pmd-core from 7.12.0 to 7.13.0
Sourced from net.sourceforge.pmd:pmd-core's releases.
PMD 7.13.0 (25-April-2025)
25-April-2025 - 7.13.0
The PMD team is pleased to announce PMD 7.13.0.
This is a minor release.
Table Of Contents
- ๐ New and noteworthy
- ๐ Fixed Issues
- ๐จ API Changes
- โจ Merged pull requests
- ๐ฆ Dependency updates
- ๐ Stats
๐ New and noteworthy
Docker images
PMD is now providing official docker images at https://hub.docker.com/r/pmdcode/pmd and https://github.com/pmd/docker/pkgs/container/pmd.
You can now analyze your code with PMD by using docker like so:
docker run --rm --tty -v $PWD:/src pmdcode/pmd:latest check -d . -R rulesets/java/quickstart.xml`More information is available at https://github.com/pmd/docker.
Experimental support for language dialects
A dialect is a particular form of another supported language. For example, an XSLT is a particular form of an XML. Even though the dialect has its own semantics and uses, the contents are still readable by any tool capable of understanding the base language.
In PMD, a dialect allows to set up completely custom rules, XPath functions, properties and metrics for these files; while retaining the full support of the underlying base language including already existing rules and XPath functions.
See [[core] Support language dialects #5438](pmd/pmd#5438) and
... (truncated)
Commitsd83c182[release] prepare release pmd_releases/7.13.0fe82db3Prepare pmd release 7.13.0df92a0e[core] Support language dialects (#5438)63bc45a[doc] Update release notes (#5438)0d3e98eMerge branch 'main' into pr-54389201cc9Fix typos and nitpicks95c3c12[doc] Support doc links in release notes8aa7b5f[doc] Support doc links in release notes9df4fdf[ci] Do not run step pmd-actions-helper-app-token on forks229c084Bump nokogiri from 1.18.5 to 1.18.8 (#5704)- Additional commits viewable in compare view
Updates net.sourceforge.pmd:pmd-java from 7.12.0 to 7.13.0
Sourced from net.sourceforge.pmd:pmd-java's releases.
PMD 7.13.0 (25-April-2025)
25-April-2025 - 7.13.0
The PMD team is pleased to announce PMD 7.13.0.
This is a minor release.
Table Of Contents
- ๐ New and noteworthy
- ๐ Fixed Issues
- ๐จ API Changes
- โจ Merged pull requests
- ๐ฆ Dependency updates
- ๐ Stats
๐ New and noteworthy
Docker images
PMD is now providing official docker images at https://hub.docker.com/r/pmdcode/pmd and https://github.com/pmd/docker/pkgs/container/pmd.
You can now analyze your code with PMD by using docker like so:
docker run --rm --tty -v $PWD:/src pmdcode/pmd:latest check -d . -R rulesets/java/quickstart.xml`More information is available at https://github.com/pmd/docker.
Experimental support for language dialects
A dialect is a particular form of another supported language. For example, an XSLT is a particular form of an XML. Even though the dialect has its own semantics and uses, the contents are still readable by any tool capable of understanding the base language.
In PMD, a dialect allows to set up completely custom rules, XPath functions, properties and metrics for these files; while retaining the full support of the underlying base language including already existing rules and XPath functions.
See [[core] Support language dialects #5438](pmd/pmd#5438) and
... (truncated)
Commitsd83c182[release] prepare release pmd_releases/7.13.0fe82db3Prepare pmd release 7.13.0df92a0e[core] Support language dialects (#5438)63bc45a[doc] Update release notes (#5438)0d3e98eMerge branch 'main' into pr-54389201cc9Fix typos and nitpicks95c3c12[doc] Support doc links in release notes8aa7b5f[doc] Support doc links in release notes9df4fdf[ci] Do not run step pmd-actions-helper-app-token on forks229c084Bump nokogiri from 1.18.5 to 1.18.8 (#5704)- Additional commits viewable in compare view
Updates net.sourceforge.pmd:pmd-javascript from 7.12.0 to 7.13.0
Sourced from net.sourceforge.pmd:pmd-javascript's releases.
PMD 7.13.0 (25-April-2025)
25-April-2025 - 7.13.0
The PMD team is pleased to announce PMD 7.13.0.
This is a minor release.
Table Of Contents
- ๐ New and noteworthy
- ๐ Fixed Issues
- ๐จ API Changes
- โจ Merged pull requests
- ๐ฆ Dependency updates
- ๐ Stats
๐ New and noteworthy
Docker images
PMD is now providing official docker images at https://hub.docker.com/r/pmdcode/pmd and https://github.com/pmd/docker/pkgs/container/pmd.
You can now analyze your code with PMD by using docker like so:
docker run --rm --tty -v $PWD:/src pmdcode/pmd:latest check -d . -R rulesets/java/quickstart.xml`More information is available at https://github.com/pmd/docker.
Experimental support for language dialects
A dialect is a particular form of another supported language. For example, an XSLT is a particular form of an XML. Even though the dialect has its own semantics and uses, the contents are still readable by any tool capable of understanding the base language.
In PMD, a dialect allows to set up completely custom rules, XPath functions, properties and metrics for these files; while retaining the full support of the underlying base language including already existing rules and XPath functions.
See [[core] Support language dialects #5438](pmd/pmd#5438) and
... (truncated)
Commitsd83c182[release] prepare release pmd_releases/7.13.0fe82db3Prepare pmd release 7.13.0df92a0e[core] Support language dialects (#5438)63bc45a[doc] Update release notes (#5438)0d3e98eMerge branch 'main' into pr-54389201cc9Fix typos and nitpicks95c3c12[doc] Support doc links in release notes8aa7b5f[doc] Support doc links in release notes9df4fdf[ci] Do not run step pmd-actions-helper-app-token on forks229c084Bump nokogiri from 1.18.5 to 1.18.8 (#5704)- Additional commits viewable in compare view
Updates net.sourceforge.pmd:pmd-jsp from 7.12.0 to 7.13.0
Sourced from net.sourceforge.pmd:pmd-jsp's releases.
PMD 7.13.0 (25-April-2025)
25-April-2025 - 7.13.0
The PMD team is pleased to announce PMD 7.13.0.
This is a minor release.
Table Of Contents
- ๐ New and noteworthy
- ๐ Fixed Issues
- ๐จ API Changes
- โจ Merged pull requests
- ๐ฆ Dependency updates
- ๐ Stats
๐ New and noteworthy
Docker images
PMD is now providing official docker images at https://hub.docker.com/r/pmdcode/pmd and https://github.com/pmd/docker/pkgs/container/pmd.
You can now analyze your code with PMD by using docker like so:
docker run --rm --tty -v $PWD:/src pmdcode/pmd:latest check -d . -R rulesets/java/quickstart.xml`More information is available at https://github.com/pmd/docker.
Experimental support for language dialects
A dialect is a particular form of another supported language. For example, an XSLT is a particular form of an XML. Even though the dialect has its own semantics and uses, the contents are still readable by any tool capable of understanding the base language.
In PMD, a dialect allows to set up completely custom rules, XPath functions, properties and metrics for these files; while retaining the full support of the underlying base language including already existing rules and XPath functions.
See [[core] Support language dialects #5438](pmd/pmd#5438) and
... (truncated)
Commitsd83c182[release] prepare release pmd_releases/7.13.0fe82db3Prepare pmd release 7.13.0df92a0e[core] Support language dialects (#5438)63bc45a[doc] Update release notes (#5438)0d3e98eMerge branch 'main' into pr-54389201cc9Fix typos and nitpicks95c3c12[doc] Support doc links in release notes8aa7b5f[doc] Support doc links in release notes9df4fdf[ci] Do not run step pmd-actions-helper-app-token on forks229c084Bump nokogiri from 1.18.5 to 1.18.8 (#5704)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)