Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump pmd.api.version from 7.8.0 to 7.9.0 #1122

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pmd.api.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.api.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 Update of dependencies java Pull requests that update Maven Java dependencies labels Dec 27, 2024
Copy link

☀️   Quality Monitor

   🚦   Tests: 100% successful (✔️ 1298 passed, 🙈 2 skipped)
   〰️   Line Coverage: 94% (420 missed lines)
   ➰   Branch Coverage: 87% (265 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: 13 bugs (normal: 13)
   OWASP Dependency Check   OWASP Dependency Check: 1 vulnerability (normal: 1)
   🌀   Cyclomatic Complexity: 2328 (total)
   💭   Cognitive Complexity: 1145 (total)
   📏   Lines of Code: 21861 (total)
   📝   Non Commenting Source Statements: 8761 (total)
   🔭   Access to foreign data: 1383 (total)
   🔗   Class cohesion: 100.00% (maximum)
   📤   Fan out: 3049 (total)
   📲   Number of accessors: 169 (total)
   ⚖️   Weight of a class: 100.00% (maximum)
   📐   Weighted method count: 2668 (total)
   ➿   N-Path Complexity: 3770 (total)


Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant