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.version from 6.39.0 to 6.40.0 #451

Merged
merged 1 commit into from
Nov 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2021

Bumps pmd.version from 6.39.0 to 6.40.0.
Updates pmd-core from 6.39.0 to 6.40.0

Release notes

Sourced from pmd-core's releases.

PMD 6.40.0 (30-October-2021)

30-October-2021 - 6.40.0

The PMD team is pleased to announce PMD 6.40.0.

This is a minor release.

Table Of Contents

New and noteworthy

Updated Apex Support

  • The Apex language support has been bumped to version 54.0 (Spring '22).

New rules

    <rule ref="category/apex/performance.xml/EagerlyLoadedDescribeSObjectResult" />

Modified rules

  • The Apex rule ApexUnitTestClassShouldHaveAsserts has a new property additionalAssertMethodPattern. When specified the pattern is evaluated against each invoked method name to determine whether it represents a test assertion in addition to the standard names.

  • The Apex rule ApexDoc has a new property reportMissingDescription. If set to false (default is true if unspecified) doesn't report an issue if the @description tag is missing. This is consistent with the ApexDoc dialect supported by derivatives such as SfApexDoc and also with analogous documentation tools for other languages, e.g., JavaDoc, ESDoc/JSDoc, etc.

  • The Apex rule ApexCRUDViolation has a couple of new properties: These allow specification of regular-expression-based patterns for additional methods that should be considered valid for pre-CRUD authorization beyond those offered by the system Apex checks and

... (truncated)

Commits
  • be09a31 [maven-release-plugin] prepare release pmd_releases/6.40.0
  • fd39116 Prepare pmd release 6.40.0
  • d914447 [ci] Improve stats script to consider closed milestones as well
  • 426865e [doc] release notes: add experimental api, fix missing closing tag
  • ac26d3d Merge pull request #3584 from adangel:issue-3563-classnamingconventions
  • 8578949 Merge pull request #3557 from adangel:doc-vf-typeres
  • 9a07b81 Merge pull request #3544 from adangel:issue-3368-hardcoded-crypto-key
  • ec164b4 Simplify getUsages call
  • 15270c8 Merge pull request #3543 from adangel:issue-3542-missing-override-enum
  • f5fd79d Merge pull request #3582 from oowekyala:cleanup-3581
  • Additional commits viewable in compare view

Updates pmd-java from 6.39.0 to 6.40.0

Release notes

Sourced from pmd-java's releases.

PMD 6.40.0 (30-October-2021)

30-October-2021 - 6.40.0

The PMD team is pleased to announce PMD 6.40.0.

This is a minor release.

Table Of Contents

New and noteworthy

Updated Apex Support

  • The Apex language support has been bumped to version 54.0 (Spring '22).

New rules

    <rule ref="category/apex/performance.xml/EagerlyLoadedDescribeSObjectResult" />

Modified rules

  • The Apex rule ApexUnitTestClassShouldHaveAsserts has a new property additionalAssertMethodPattern. When specified the pattern is evaluated against each invoked method name to determine whether it represents a test assertion in addition to the standard names.

  • The Apex rule ApexDoc has a new property reportMissingDescription. If set to false (default is true if unspecified) doesn't report an issue if the @description tag is missing. This is consistent with the ApexDoc dialect supported by derivatives such as SfApexDoc and also with analogous documentation tools for other languages, e.g., JavaDoc, ESDoc/JSDoc, etc.

  • The Apex rule ApexCRUDViolation has a couple of new properties: These allow specification of regular-expression-based patterns for additional methods that should be considered valid for pre-CRUD authorization beyond those offered by the system Apex checks and

... (truncated)

Commits
  • be09a31 [maven-release-plugin] prepare release pmd_releases/6.40.0
  • fd39116 Prepare pmd release 6.40.0
  • d914447 [ci] Improve stats script to consider closed milestones as well
  • 426865e [doc] release notes: add experimental api, fix missing closing tag
  • ac26d3d Merge pull request #3584 from adangel:issue-3563-classnamingconventions
  • 8578949 Merge pull request #3557 from adangel:doc-vf-typeres
  • 9a07b81 Merge pull request #3544 from adangel:issue-3368-hardcoded-crypto-key
  • ec164b4 Simplify getUsages call
  • 15270c8 Merge pull request #3543 from adangel:issue-3542-missing-override-enum
  • f5fd79d Merge pull request #3582 from oowekyala:cleanup-3581
  • 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 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)

@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Nov 1, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #451 (deeb777) into main (b3453d8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #451   +/-   ##
=========================================
  Coverage     88.85%   88.85%           
  Complexity       82       82           
=========================================
  Files             8        8           
  Lines           323      323           
  Branches         48       48           
=========================================
  Hits            287      287           
  Misses           29       29           
  Partials          7        7           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b3453d8...deeb777. Read the comment docs.

@uhafner
Copy link
Owner

uhafner commented Nov 17, 2021

@dependabot rebase

Bumps `pmd.version` from 6.39.0 to 6.40.0.

Updates `pmd-core` from 6.39.0 to 6.40.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/6.39.0...pmd_releases/6.40.0)

Updates `pmd-java` from 6.39.0 to 6.40.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/6.39.0...pmd_releases/6.40.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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/pmd.version-6.40.0 branch from deeb777 to a4176c0 Compare November 17, 2021 13:20
@uhafner uhafner merged commit 22dd1dd into main Nov 17, 2021
@uhafner uhafner deleted the dependabot/maven/pmd.version-6.40.0 branch November 17, 2021 15:14
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.

2 participants