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.22.0 to 6.23.0 #64

Merged
merged 1 commit into from
Apr 28, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pmd.version from 6.22.0 to 6.23.0.
Updates pmd-core from 6.22.0 to 6.23.0

Release notes

Sourced from pmd-core's releases.

PMD 6.23.0 (24-April-2020)

24-April-2020 - 6.23.0

The PMD team is pleased to announce PMD 6.23.0.

This is a minor release.

Table Of Contents

New and noteworthy

PMD adopts Contributor Code of Conduct

To facilitate healthy and constructive community behavior PMD adopts Contributor Convenant as its code of conduct.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

You can find the code of conduct in the file code_of_conduct.md in our repository.

Performance improvements for XPath 2.0 rules

XPath rules written with XPath 2.0 now support conversion to a rulechain rule, which improves their performance. The rulechain is a mechanism that allows several rules to be executed in a single tree traversal. Conversion to the rulechain is possible if your XPath expression looks like //someNode/... | //someOtherNode/... | ..., that is, a union of one or more path expressions that start with //. Instead of traversing the whole tree once per path expression (and per rule), a single traversal executes all rules in your ruleset as needed.

This conversion is performed automatically and cannot be disabled. *The conversion should

... (truncated)
Commits
  • 921c65f [maven-release-plugin] prepare release pmd_releases/6.23.0
  • 96d542c Prepare pmd release 6.23.0
  • 7f154e1 [doc] Exclude and remove unnecessary files
  • baef99d [doc] Update gems
  • 0e40a06 Merge branch 'pr-2432'
  • eb68732 [doc] Update release notes, closes #2432
  • a82e8e4 Close data sources even if a runtime exception or error is thrown in processF...
  • cf8aa3b Merge branch 'pr-2434'
  • 292ad4a [core] More explicit deprecations on AbstractNode
  • e2e5715 Add a verify step in do-release.sh
  • Additional commits viewable in compare view

Updates pmd-java from 6.22.0 to 6.23.0

Release notes

Sourced from pmd-java's releases.

PMD 6.23.0 (24-April-2020)

24-April-2020 - 6.23.0

The PMD team is pleased to announce PMD 6.23.0.

This is a minor release.

Table Of Contents

New and noteworthy

PMD adopts Contributor Code of Conduct

To facilitate healthy and constructive community behavior PMD adopts Contributor Convenant as its code of conduct.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

You can find the code of conduct in the file code_of_conduct.md in our repository.

Performance improvements for XPath 2.0 rules

XPath rules written with XPath 2.0 now support conversion to a rulechain rule, which improves their performance. The rulechain is a mechanism that allows several rules to be executed in a single tree traversal. Conversion to the rulechain is possible if your XPath expression looks like //someNode/... | //someOtherNode/... | ..., that is, a union of one or more path expressions that start with //. Instead of traversing the whole tree once per path expression (and per rule), a single traversal executes all rules in your ruleset as needed.

This conversion is performed automatically and cannot be disabled. *The conversion should

... (truncated)
Commits
  • 921c65f [maven-release-plugin] prepare release pmd_releases/6.23.0
  • 96d542c Prepare pmd release 6.23.0
  • 7f154e1 [doc] Exclude and remove unnecessary files
  • baef99d [doc] Update gems
  • 0e40a06 Merge branch 'pr-2432'
  • eb68732 [doc] Update release notes, closes #2432
  • a82e8e4 Close data sources even if a runtime exception or error is thrown in processF...
  • cf8aa3b Merge branch 'pr-2434'
  • 292ad4a [core] More explicit deprecations on AbstractNode
  • e2e5715 Add a verify step in do-release.sh
  • 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `pmd.version` from 6.22.0 to 6.23.0.

Updates `pmd-core` from 6.22.0 to 6.23.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.22.0...pmd_releases/6.23.0)

Updates `pmd-java` from 6.22.0 to 6.23.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.22.0...pmd_releases/6.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Update of dependencies label Apr 27, 2020
@uhafner uhafner merged commit 47b08bc into master Apr 28, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/pmd.version-6.23.0 branch April 28, 2020 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant