International-Data-Spaces-Association / DataspaceConnector

This is an IDS Connector reference implementation.
Apache License 2.0
31 stars 26 forks source link

chore(deps): Bump pmd.version from 6.52.0 to 6.55.0 #670

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps pmd.version from 6.52.0 to 6.55.0. Updates pmd-core from 6.52.0 to 6.55.0

Release notes

Sourced from pmd-core's releases.

PMD 6.55.0 (25-February-2023)

25-February-2023 - 6.55.0

The PMD team is pleased to announce PMD 6.55.0.

This is a minor release.

Table Of Contents

New and noteworthy

PMD 7 Development

This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.

Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.

We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).

Java 20 Support

This release of PMD brings support for Java 20. There are no new standard language features.

PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second Preview) as preview language features.

In order to analyze a project with PMD that uses these language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 20-preview:

export PMD_JAVA_OPTS=--enable-preview
./run.sh pmd --use-version java-20-preview ...

T-SQL support

Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).

... (truncated)

Commits
  • ef34553 [maven-release-plugin] prepare release pmd_releases/6.55.0
  • b491afc Prepare pmd release 6.55.0
  • 1abf8e0 Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0
  • 8bdfc95 Merge pull request #4377 from adangel:pmd6-java-20
  • 2db7255 Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH
  • 794263c [doc] Update release notes - last pmd6 release, pmd7 development
  • 67c8daa Merge pull request #4398 from adangel/pmd6-cpd-usage-text
  • 17364a9 [doc] CPD - use non deprecated --dir cli option
  • a74bf96 [doc] Update gitter urls, update codacy badge
  • af6d502 Merge pull request #4390 from pguyot:w06/add_support_for_tsql
  • Additional commits viewable in compare view


Updates pmd-java from 6.52.0 to 6.55.0

Release notes

Sourced from pmd-java's releases.

PMD 6.55.0 (25-February-2023)

25-February-2023 - 6.55.0

The PMD team is pleased to announce PMD 6.55.0.

This is a minor release.

Table Of Contents

New and noteworthy

PMD 7 Development

This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.

Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.

We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).

Java 20 Support

This release of PMD brings support for Java 20. There are no new standard language features.

PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second Preview) as preview language features.

In order to analyze a project with PMD that uses these language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 20-preview:

export PMD_JAVA_OPTS=--enable-preview
./run.sh pmd --use-version java-20-preview ...

T-SQL support

Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).

... (truncated)

Commits
  • ef34553 [maven-release-plugin] prepare release pmd_releases/6.55.0
  • b491afc Prepare pmd release 6.55.0
  • 1abf8e0 Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0
  • 8bdfc95 Merge pull request #4377 from adangel:pmd6-java-20
  • 2db7255 Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH
  • 794263c [doc] Update release notes - last pmd6 release, pmd7 development
  • 67c8daa Merge pull request #4398 from adangel/pmd6-cpd-usage-text
  • 17364a9 [doc] CPD - use non deprecated --dir cli option
  • a74bf96 [doc] Update gitter urls, update codacy badge
  • af6d502 Merge pull request #4390 from pguyot:w06/add_support_for_tsql
  • Additional commits viewable in compare view


Updates pmd-javascript from 6.52.0 to 6.55.0

Release notes

Sourced from pmd-javascript's releases.

PMD 6.55.0 (25-February-2023)

25-February-2023 - 6.55.0

The PMD team is pleased to announce PMD 6.55.0.

This is a minor release.

Table Of Contents

New and noteworthy

PMD 7 Development

This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.

Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.

We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).

Java 20 Support

This release of PMD brings support for Java 20. There are no new standard language features.

PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second Preview) as preview language features.

In order to analyze a project with PMD that uses these language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 20-preview:

export PMD_JAVA_OPTS=--enable-preview
./run.sh pmd --use-version java-20-preview ...

T-SQL support

Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).

... (truncated)

Commits
  • ef34553 [maven-release-plugin] prepare release pmd_releases/6.55.0
  • b491afc Prepare pmd release 6.55.0
  • 1abf8e0 Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0
  • 8bdfc95 Merge pull request #4377 from adangel:pmd6-java-20
  • 2db7255 Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH
  • 794263c [doc] Update release notes - last pmd6 release, pmd7 development
  • 67c8daa Merge pull request #4398 from adangel/pmd6-cpd-usage-text
  • 17364a9 [doc] CPD - use non deprecated --dir cli option
  • a74bf96 [doc] Update gitter urls, update codacy badge
  • af6d502 Merge pull request #4390 from pguyot:w06/add_support_for_tsql
  • Additional commits viewable in compare view


Updates pmd-jsp from 6.52.0 to 6.55.0

Release notes

Sourced from pmd-jsp's releases.

PMD 6.55.0 (25-February-2023)

25-February-2023 - 6.55.0

The PMD team is pleased to announce PMD 6.55.0.

This is a minor release.

Table Of Contents

New and noteworthy

PMD 7 Development

This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.

Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.

We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).

Java 20 Support

This release of PMD brings support for Java 20. There are no new standard language features.

PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second Preview) as preview language features.

In order to analyze a project with PMD that uses these language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 20-preview:

export PMD_JAVA_OPTS=--enable-preview
./run.sh pmd --use-version java-20-preview ...

T-SQL support

Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).

... (truncated)

Commits
  • ef34553 [maven-release-plugin] prepare release pmd_releases/6.55.0
  • b491afc Prepare pmd release 6.55.0
  • 1abf8e0 Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0
  • 8bdfc95 Merge pull request #4377 from adangel:pmd6-java-20
  • 2db7255 Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH
  • 794263c [doc] Update release notes - last pmd6 release, pmd7 development
  • 67c8daa Merge pull request #4398 from adangel/pmd6-cpd-usage-text
  • 17364a9 [doc] CPD - use non deprecated --dir cli option
  • a74bf96 [doc] Update gitter urls, update codacy badge
  • af6d502 Merge pull request #4390 from pguyot:w06/add_support_for_tsql
  • 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)