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.28.0 to 6.29.0 #163

Merged
merged 1 commit into from
Nov 15, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2020

Bumps pmd.version from 6.28.0 to 6.29.0.
Updates pmd-core from 6.28.0 to 6.29.0

Release notes

Sourced from pmd-core's releases.

PMD 6.29.0 (24-October-2020)

24-October-2020 - 6.29.0

The PMD team is pleased to announce PMD 6.29.0.

This is a minor release.

Table Of Contents

New and noteworthy

Updated Apex Support

New Rules

  • The new Apex rule OperationWithLimitsInLoop (apex-performance) finds operations in loops that may hit governor limits such as DML operations, SOQL queries and more. The rule replaces the three rules "AvoidDmlStatementsInLoops", "AvoidSoqlInLoops", and "AvoidSoslInLoops".

Renamed Rules

  • The Java rule DoNotCallSystemExit has been renamed to DoNotTerminateVM, since it checks for all the following calls: System.exit(int), Runtime.exit(int), Runtime.halt(int). All these calls terminate the Java VM, which is bad, if the VM runs an application server which many independent applications.

Deprecated Rules

Fixed Issues

... (truncated)

Commits
  • 81f12d3 [maven-release-plugin] prepare release pmd_releases/6.29.0
  • 561e7a8 Prepare pmd release 6.29.0
  • df957ad Merge branch 'pr-2863' into master
  • cfb21d2 Merge branch 'pr-2866' into master
  • 0aafd30 Merge branch 'pr-2865' into master
  • ccb7fd2 Programming correction in docs
  • 151400d Update ExcessiveImports example code for clarity
  • b0f3f37 [doc] Update release notes, refs #2839
  • e7738e2 [apex] Add support and test for parsing SafeNavigationOperator
  • 9eeea47 [apex] Update apex-jorje to 2020-09-10-5a5192 (Winter 21, Version 50)
  • Additional commits viewable in compare view

Updates pmd-java from 6.28.0 to 6.29.0

Release notes

Sourced from pmd-java's releases.

PMD 6.29.0 (24-October-2020)

24-October-2020 - 6.29.0

The PMD team is pleased to announce PMD 6.29.0.

This is a minor release.

Table Of Contents

New and noteworthy

Updated Apex Support

New Rules

  • The new Apex rule OperationWithLimitsInLoop (apex-performance) finds operations in loops that may hit governor limits such as DML operations, SOQL queries and more. The rule replaces the three rules "AvoidDmlStatementsInLoops", "AvoidSoqlInLoops", and "AvoidSoslInLoops".

Renamed Rules

  • The Java rule DoNotCallSystemExit has been renamed to DoNotTerminateVM, since it checks for all the following calls: System.exit(int), Runtime.exit(int), Runtime.halt(int). All these calls terminate the Java VM, which is bad, if the VM runs an application server which many independent applications.

Deprecated Rules

Fixed Issues

... (truncated)

Commits
  • 81f12d3 [maven-release-plugin] prepare release pmd_releases/6.29.0
  • 561e7a8 Prepare pmd release 6.29.0
  • df957ad Merge branch 'pr-2863' into master
  • cfb21d2 Merge branch 'pr-2866' into master
  • 0aafd30 Merge branch 'pr-2865' into master
  • ccb7fd2 Programming correction in docs
  • 151400d Update ExcessiveImports example code for clarity
  • b0f3f37 [doc] Update release notes, refs #2839
  • e7738e2 [apex] Add support and test for parsing SafeNavigationOperator
  • 9eeea47 [apex] Update apex-jorje to 2020-09-10-5a5192 (Winter 21, Version 50)
  • 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 dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Oct 26, 2020
@uhafner
Copy link
Member

uhafner commented Nov 13, 2020

@dependabot rebase

Bumps `pmd.version` from 6.28.0 to 6.29.0.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/pmd.version-6.29.0 branch from 041d371 to d5c4b0f Compare November 13, 2020 14:51
@uhafner uhafner merged commit 0a3587e into master Nov 15, 2020
@dependabot dependabot bot deleted the dependabot/maven/pmd.version-6.29.0 branch November 15, 2020 15:55
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