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 #210

Merged
merged 1 commit into from
Nov 10, 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)

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] <support@github.com>
@dependabot dependabot bot added the type:dependencies Pull requests that update a dependency label Nov 1, 2021
@baev baev merged commit 856ab98 into master Nov 10, 2021
@baev baev deleted the dependabot/maven/pmd.version-6.40.0 branch November 10, 2021 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies Pull requests that update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant