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.16.0 to 6.17.0 #14

Merged
merged 1 commit into from
Jul 28, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pmd.version from 6.16.0 to 6.17.0.

Updates pmd-core from 6.16.0 to 6.17.0

Release notes

Sourced from pmd-core's releases.

PMD 6.17.0 (28-July-2019)

28-July-2019 - 6.17.0

The PMD team is pleased to announce PMD 6.17.0.

This is a minor release.

Table Of Contents

New and noteworthy

Updated PMD Designer

This PMD release ships a new version of the pmd-designer.
For the changes, see PMD Designer Changelog.
It contains a new feature to edit test cases directly within the designer. Any feedback is highly appreciated.

Lua support

Thanks to the contribution from Maikel Steneker, and built on top of the ongoing efforts to fully support Antlr-based languages,
PMD now has CPD support for Lua.

Being based on a proper Antlr grammar, CPD can:

Modified Rules

  • The Java rule CloseResource (java-errorprone) ignores now by default
    java.io.ByteArrayInputStream and java.io.CharArrayWriter. Such streams/writers do not need to be closed.

  • The Java rule MissingStaticMethodInNonInstantiatableClass (java-errorprone) has now
    the new property annotations.
    When one of the private constructors is annotated with one of the annotations, then the class is not considered
    non-instantiatable anymore and no violation will be reported. By default, Spring's @Autowired and
    Java EE's @Inject annotations are recognized.

Fixed Issues

  • core
    • #1913: [core] "-help" CLI option ends with status code != 0
  • doc
... (truncated)
Commits
  • 365e1c9 [maven-release-plugin] prepare release pmd_releases/6.17.0
  • a8d277a Prepare pmd release 6.17.0
  • 01c8a27 [doc] Update generated rule documentation
  • aa55a01 [java] CloseResource: ignore java.io.CharArrayWriter by default
  • 49d2a58 Update pmd-designer to 6.17.0
  • b416df4 Update documentation
  • f1fb425 Improve UseLocaleWithCaseConversions doc based on #1929
  • f269b3d Update documentation
  • ca71d2f Merge branch 'pr-1925'
  • be67ad9 Merge branch 'pr-1916'
  • Additional commits viewable in compare view

Updates pmd-java from 6.16.0 to 6.17.0

Release notes

Sourced from pmd-java's releases.

PMD 6.17.0 (28-July-2019)

28-July-2019 - 6.17.0

The PMD team is pleased to announce PMD 6.17.0.

This is a minor release.

Table Of Contents

New and noteworthy

Updated PMD Designer

This PMD release ships a new version of the pmd-designer.
For the changes, see PMD Designer Changelog.
It contains a new feature to edit test cases directly within the designer. Any feedback is highly appreciated.

Lua support

Thanks to the contribution from Maikel Steneker, and built on top of the ongoing efforts to fully support Antlr-based languages,
PMD now has CPD support for Lua.

Being based on a proper Antlr grammar, CPD can:

Modified Rules

  • The Java rule CloseResource (java-errorprone) ignores now by default
    java.io.ByteArrayInputStream and java.io.CharArrayWriter. Such streams/writers do not need to be closed.

  • The Java rule MissingStaticMethodInNonInstantiatableClass (java-errorprone) has now
    the new property annotations.
    When one of the private constructors is annotated with one of the annotations, then the class is not considered
    non-instantiatable anymore and no violation will be reported. By default, Spring's @Autowired and
    Java EE's @Inject annotations are recognized.

Fixed Issues

  • core
    • #1913: [core] "-help" CLI option ends with status code != 0
  • doc
... (truncated)
Commits
  • 365e1c9 [maven-release-plugin] prepare release pmd_releases/6.17.0
  • a8d277a Prepare pmd release 6.17.0
  • 01c8a27 [doc] Update generated rule documentation
  • aa55a01 [java] CloseResource: ignore java.io.CharArrayWriter by default
  • 49d2a58 Update pmd-designer to 6.17.0
  • b416df4 Update documentation
  • f1fb425 Improve UseLocaleWithCaseConversions doc based on #1929
  • f269b3d Update documentation
  • ca71d2f Merge branch 'pr-1925'
  • be67ad9 Merge branch 'pr-1916'
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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 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 (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps `pmd.version` from 6.16.0 to 6.17.0.

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

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Update of dependencies label Jul 28, 2019
@codecov-io
Copy link

codecov-io commented Jul 28, 2019

Codecov Report

Merging #14 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #14   +/-   ##
=========================================
  Coverage     83.65%   83.65%           
  Complexity       55       55           
=========================================
  Files             7        7           
  Lines           263      263           
  Branches         43       43           
=========================================
  Hits            220      220           
  Misses           32       32           
  Partials         11       11

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 d0363a5...1b20e00. Read the comment docs.

@uhafner uhafner merged commit ae49531 into master Jul 28, 2019
@uhafner uhafner deleted the dependabot/maven/pmd.version-6.17.0 branch July 28, 2019 22:04
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.

2 participants