Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump pmd.version from 7.8.0 to 7.9.0 #180

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2024

Bumps pmd.version from 7.8.0 to 7.9.0.
Updates net.sourceforge.pmd:pmd-core from 7.8.0 to 7.9.0

Release notes

Sourced from net.sourceforge.pmd:pmd-core's releases.

PMD 7.9.0 (27-December-2024)

27-December-2024 - 7.9.0

The PMD team is pleased to announce PMD 7.9.0.

This is a minor release.

Table Of Contents

🚀 New and noteworthy

New: CPD support for Rust

CPD now supports Rust, a blazingly fast and memory-efficient programming language. It is shipped in the new module pmd-rust.

🐛 Fixed Issues

  • cli
    • #5399: [cli] Windows: PMD fails to start with special characters in path names
    • #5401: [cli] Windows: Console output doesn't use unicode
  • java
    • #5096: [java] StackOverflowError with recursively bound type variable
  • java-bestpractices
    • #4861: [java] UnusedPrivateMethod - false positive with static methods in core JDK classes
  • java-documentation
    • #2996: [java] CommentSize rule violation is not suppressed at method level

🚨 API Changes

Experimental API

  • pmd-core: RuleContext#addViolationWithPosition

✨ Merged pull requests

... (truncated)

Commits
  • 10b4731 [release] prepare release pmd_releases/7.9.0
  • 83b543d [doc] Rust support since 7.9.0
  • f742092 Prepare pmd release 7.9.0
  • 51767f3 Add Rust CPD (#5414)
  • c4c833a [doc] Update release notes (#5414)
  • 4c58683 [doc] Add Rust as additional CPD language
  • 7085e0d [rust] Fix japicmp config to ignore missing old version
  • 6c4825f Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 (#5...
  • 9a5e58a Bump the all-gems group across 2 directories with 2 updates (#5422)
  • 8b6aa0f Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.9.1 (#5417)
  • Additional commits viewable in compare view

Updates net.sourceforge.pmd:pmd-java from 7.8.0 to 7.9.0

Release notes

Sourced from net.sourceforge.pmd:pmd-java's releases.

PMD 7.9.0 (27-December-2024)

27-December-2024 - 7.9.0

The PMD team is pleased to announce PMD 7.9.0.

This is a minor release.

Table Of Contents

🚀 New and noteworthy

New: CPD support for Rust

CPD now supports Rust, a blazingly fast and memory-efficient programming language. It is shipped in the new module pmd-rust.

🐛 Fixed Issues

  • cli
    • #5399: [cli] Windows: PMD fails to start with special characters in path names
    • #5401: [cli] Windows: Console output doesn't use unicode
  • java
    • #5096: [java] StackOverflowError with recursively bound type variable
  • java-bestpractices
    • #4861: [java] UnusedPrivateMethod - false positive with static methods in core JDK classes
  • java-documentation
    • #2996: [java] CommentSize rule violation is not suppressed at method level

🚨 API Changes

Experimental API

  • pmd-core: RuleContext#addViolationWithPosition

✨ Merged pull requests

... (truncated)

Commits
  • 10b4731 [release] prepare release pmd_releases/7.9.0
  • 83b543d [doc] Rust support since 7.9.0
  • f742092 Prepare pmd release 7.9.0
  • 51767f3 Add Rust CPD (#5414)
  • c4c833a [doc] Update release notes (#5414)
  • 4c58683 [doc] Add Rust as additional CPD language
  • 7085e0d [rust] Fix japicmp config to ignore missing old version
  • 6c4825f Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 (#5...
  • 9a5e58a Bump the all-gems group across 2 directories with 2 updates (#5422)
  • 8b6aa0f Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.9.1 (#5417)
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `pmd.version` from 7.8.0 to 7.9.0.

Updates `net.sourceforge.pmd:pmd-core` from 7.8.0 to 7.9.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/7.8.0...pmd_releases/7.9.0)

Updates `net.sourceforge.pmd:pmd-java` from 7.8.0 to 7.9.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/7.8.0...pmd_releases/7.9.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 27, 2024
@github-actions github-actions bot merged commit 7442234 into main Dec 27, 2024
2 checks passed
@github-actions github-actions bot deleted the dependabot/maven/pmd.version-7.9.0 branch December 27, 2024 22:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants