-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[MNG-4840] document requiredMavenVersion in plugin descriptor #1444
Conversation
@hboutemy I am confused by this PR. MNG-4840 iss not about plugin descriptors but about POMs. The required Maven version in plugin descriptors has been added in https://issues.apache.org/jira/browse/MNG-7570 just recently and is only evaluated in Maven4+. |
I see you added the field to .mdo in https://github.com/apache/maven/pull/832/files#diff-62346c3118817c527a41027bab54349b463add4c91df98f95984012304378c87 the fact is that mdo was not used to generate code, but only to document XML against existing hand-written PluginDescriptor class https://github.com/apache/maven/blob/maven-3.9.x/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java then the missing field in 3.9 .mdo was "just" a documentation bug that I fixed in this PR: now I understand that it became a missing field in code in Maven 4, and you already added it in #832 :) |
As you can see in maven/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java Lines 42 to 106 in eae3947
maven/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java Line 191 in eae3947
Therefore I would keep documenting that this is only supported with Plugin Descriptor v1.1 and Maven 4 only. Prior it was just a shortcut for accessing the plugin's POM prerequisites element. |
history is complex: when the fiels has been introduced in 3.0.2, it has been filled 40fb188#diff-8a738ae425b439d6a5288b118ce793df13ee73db9cfcb183f7b41633e72abad9L141 not the place where I'd expect it, but used |
still there in Maven 3.9.x https://github.com/apache/maven/blob/maven-3.9.x/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java#L189 oh, now I see https://issues.apache.org/jira/browse/MNG-7570 then now I understand that documenting the field in descriptor XML is a mistake |
and re-reading Jira issue description https://issues.apache.org/jira/browse/MNG-7570 "there is currently no element for this on the plugin descriptor", it was true for 4 but not completely for 3.x (field exists in java but not XML) pfew, what a situation! |
I'll propose a PR to fix my mistakes |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@bufbuild/protoc-gen-es](https://togithub.com/bufbuild/protobuf-es) ([source](https://togithub.com/bufbuild/protobuf-es/tree/HEAD/packages/protoc-gen-es)) | [`1.9.0` -> `1.10.0`](https://renovatebot.com/diffs/npm/@bufbuild%2fprotoc-gen-es/1.9.0/1.10.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@bufbuild%2fprotoc-gen-es/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@bufbuild%2fprotoc-gen-es/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@bufbuild%2fprotoc-gen-es/1.9.0/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@bufbuild%2fprotoc-gen-es/1.9.0/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) | [`1.5.7` -> `1.5.24`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.5.7/1.5.24) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.5.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.5.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.5.7/1.5.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.5.7/1.5.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.12.12` -> `20.14.0`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.12/20.14.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.12.12/20.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.12.12/20.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [@vscode/test-electron](https://togithub.com/Microsoft/vscode-test) | [`2.3.10` -> `2.4.0`](https://renovatebot.com/diffs/npm/@vscode%2ftest-electron/2.3.10/2.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vscode%2ftest-electron/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vscode%2ftest-electron/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vscode%2ftest-electron/2.3.10/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vscode%2ftest-electron/2.3.10/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [act](https://togithub.com/nektos/act) | `0.2.62` -> `0.2.63` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/act/0.2.63?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/act/0.2.63?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/act/0.2.62/0.2.63?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/act/0.2.62/0.2.63?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | patch | | [buf](https://togithub.com/bufbuild/buf) | `1.32.1` -> `1.32.2` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/buf/1.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/buf/1.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/buf/1.32.1/1.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/buf/1.32.1/1.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | patch | | [codemirror-json-schema](https://codemirror-json-schema.netlify.app/) ([source](https://togithub.com/acao/codemirror-json-schema)) | [`0.7.2` -> `0.7.7`](https://renovatebot.com/diffs/npm/codemirror-json-schema/0.7.2/0.7.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/codemirror-json-schema/0.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/codemirror-json-schema/0.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/codemirror-json-schema/0.7.2/0.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/codemirror-json-schema/0.7.2/0.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [eslint-plugin-react](https://togithub.com/jsx-eslint/eslint-plugin-react) | [`7.34.1` -> `7.34.2`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.34.1/7.34.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-react/7.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-react/7.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-react/7.34.1/7.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-react/7.34.1/7.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [github.com/aws/aws-sdk-go-v2/config](https://togithub.com/aws/aws-sdk-go-v2) | `v1.27.4` -> `v1.27.16` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.27.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.27.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.27.4/v1.27.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.27.4/v1.27.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [github.com/aws/aws-sdk-go-v2/credentials](https://togithub.com/aws/aws-sdk-go-v2) | `v1.17.4` -> `v1.17.16` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.4/v1.17.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.4/v1.17.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [gotestsum](https://togithub.com/gotestyourself/gotestsum) | `1.11.0` -> `1.12.0` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/gotestsum/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/gotestsum/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/gotestsum/1.11.0/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/gotestsum/1.11.0/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | minor | | [lefthook](https://togithub.com/evilmartians/lefthook) | `1.6.12` -> `1.6.14` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/lefthook/1.6.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/lefthook/1.6.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/lefthook/1.6.12/1.6.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/lefthook/1.6.12/1.6.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | patch | | [maven](https://togithub.com/apache/maven) | `3.9.6` -> `3.9.7` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/maven/3.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/maven/3.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/maven/3.9.6/3.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/maven/3.9.6/3.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | patch | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `v1.29.10` -> `v1.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/modernc.org%2fsqlite/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/modernc.org%2fsqlite/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/modernc.org%2fsqlite/v1.29.10/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/modernc.org%2fsqlite/v1.29.10/v1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor | | [org.sonatype.plugins:nexus-staging-maven-plugin](http://www.sonatype.com/) ([source](https://togithub.com/sonatype/nexus-maven-plugins)) | `1.6.14` -> `1.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.sonatype.plugins:nexus-staging-maven-plugin/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.sonatype.plugins:nexus-staging-maven-plugin/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.sonatype.plugins:nexus-staging-maven-plugin/1.6.14/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.sonatype.plugins:nexus-staging-maven-plugin/1.6.14/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | build | minor | | [org.apache.maven.plugins:maven-shade-plugin](https://maven.apache.org/plugins/) | `3.5.3` -> `3.6.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.plugins:maven-shade-plugin/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.maven.plugins:maven-shade-plugin/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.maven.plugins:maven-shade-plugin/3.5.3/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.maven.plugins:maven-shade-plugin/3.5.3/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | build | minor | --- ### Release Notes <details> <summary>bufbuild/protobuf-es (@​bufbuild/protoc-gen-es)</summary> ### [`v1.10.0`](https://togithub.com/bufbuild/protobuf-es/releases/tag/v1.10.0) [Compare Source](https://togithub.com/bufbuild/protobuf-es/compare/v1.9.0...v1.10.0) #### What's Changed - Skip null values in message initializer object by [@​timostamm](https://togithub.com/timostamm) in [https://github.com/bufbuild/protobuf-es/pull/862](https://togithub.com/bufbuild/protobuf-es/pull/862) - Fix Node10 subpath fallbacks by [@​timostamm](https://togithub.com/timostamm) in [https://github.com/bufbuild/protobuf-es/pull/803](https://togithub.com/bufbuild/protobuf-es/pull/803) - Check for matching field numbers in StartGroup / EndGroup tags by [@​smaye81](https://togithub.com/smaye81) in [https://github.com/bufbuild/protobuf-es/pull/816](https://togithub.com/bufbuild/protobuf-es/pull/816) - Update to google protobuf v27.0 by [@​timostamm](https://togithub.com/timostamm) in [https://github.com/bufbuild/protobuf-es/pull/854](https://togithub.com/bufbuild/protobuf-es/pull/854) **Full Changelog**: bufbuild/protobuf-es@v1.9.0...v1.10.0 </details> <details> <summary>swc-project/swc (@​swc/core)</summary> ### [`v1.5.24`](https://togithub.com/swc-project/swc/compare/v1.5.23...a1084695ae075079c8a0b967f45b6f4cc4c07bcd) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.23...v1.5.24) ### [`v1.5.23`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1523---2024-05-30) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.22...v1.5.23) ##### Bug Fixes - **(bindings/node)** Fix regression of JS APIs ([#​8998](https://togithub.com/swc-project/swc/issues/8998)) ([125ddd2](https://togithub.com/swc-project/swc/commit/125ddd2dd98e882f9e10b7d94f766eae85143d71)) - **(es/jest)** Handle `@jest/globals` ([#​8994](https://togithub.com/swc-project/swc/issues/8994)) ([a81a01f](https://togithub.com/swc-project/swc/commit/a81a01f629613a624798693e60f9796904a8dce1)) ### [`v1.5.22`](https://togithub.com/swc-project/swc/compare/v1.5.20...v1.5.22) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.20...v1.5.22) ### [`v1.5.20`](https://togithub.com/swc-project/swc/compare/v1.5.19...v1.5.20) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.19...v1.5.20) ### [`v1.5.19`](https://togithub.com/swc-project/swc/compare/v1.5.11...v1.5.19) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.11...v1.5.19) ### [`v1.5.11`](https://togithub.com/swc-project/swc/compare/v1.5.7...v1.5.11) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.7...v1.5.11) </details> <details> <summary>Microsoft/vscode-test (@​vscode/test-electron)</summary> ### [`v2.4.0`](https://togithub.com/Microsoft/vscode-test/blob/HEAD/CHANGELOG.md#240--2024-05-24) [Compare Source](https://togithub.com/Microsoft/vscode-test/compare/v2.3.10...v2.4.0) - Allow installing unreleased builds using an `-unreleased` suffix, such as `insiders-unreleased`. - Allow passing different data directories in `runVSCodeCommand`, using it for extension development. - Improve the appearance progress reporting. </details> <details> <summary>nektos/act (act)</summary> ### [`v0.2.63`](https://togithub.com/nektos/act/releases/tag/v0.2.63) #### Changelog ##### Other - [`c959fdd`](https://togithub.com/nektos/act/commit/c959fdd) chore: bump VERSION to 0.2.63 - [`4977ba9`](https://togithub.com/nektos/act/commit/4977ba9) Meta-copy-symlinks-new-actions-cache ([#​2337](https://togithub.com/nektos/act/issues/2337)) - [`ecd7875`](https://togithub.com/nektos/act/commit/ecd7875) build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.1 ([#​2340](https://togithub.com/nektos/act/issues/2340)) - [`77acf9d`](https://togithub.com/nektos/act/commit/77acf9d) build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1 ([#​2341](https://togithub.com/nektos/act/issues/2341)) - [`e1e5671`](https://togithub.com/nektos/act/commit/e1e5671) Actions Artifacts v4 backend ([#​2224](https://togithub.com/nektos/act/issues/2224)) - [`8acde99`](https://togithub.com/nektos/act/commit/8acde99) build(deps): bump github.com/docker/docker ([#​2333](https://togithub.com/nektos/act/issues/2333)) - [`6db9613`](https://togithub.com/nektos/act/commit/6db9613) build(deps): bump github.com/docker/cli ([#​2332](https://togithub.com/nektos/act/issues/2332)) - [`070c257`](https://togithub.com/nektos/act/commit/070c257) Add documentation for `dryrun` parameter ([#​2311](https://togithub.com/nektos/act/issues/2311)) - [`657a3d7`](https://togithub.com/nektos/act/commit/657a3d7) Fix for issue 2232: Many lines of "Could not find any stages to run" on run ([#​2272](https://togithub.com/nektos/act/issues/2272)) - [`69ef192`](https://togithub.com/nektos/act/commit/69ef192) build(deps): bump github.com/docker/cli ([#​2325](https://togithub.com/nektos/act/issues/2325)) - [`2c9c489`](https://togithub.com/nektos/act/commit/2c9c489) build(deps): bump github.com/rhysd/actionlint from 1.6.27 to 1.7.0 ([#​2326](https://togithub.com/nektos/act/issues/2326)) - [`218edca`](https://togithub.com/nektos/act/commit/218edca) build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 ([#​2327](https://togithub.com/nektos/act/issues/2327)) - [`3429f1a`](https://togithub.com/nektos/act/commit/3429f1a) build(deps): bump github.com/docker/docker ([#​2324](https://togithub.com/nektos/act/issues/2324)) - [`1acda5f`](https://togithub.com/nektos/act/commit/1acda5f) build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 ([#​2323](https://togithub.com/nektos/act/issues/2323)) - [`6bbef14`](https://togithub.com/nektos/act/commit/6bbef14) build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 ([#​2319](https://togithub.com/nektos/act/issues/2319)) - [`e6f8d89`](https://togithub.com/nektos/act/commit/e6f8d89) build(deps): bump github.com/docker/cli ([#​2318](https://togithub.com/nektos/act/issues/2318)) - [`31e11d2`](https://togithub.com/nektos/act/commit/31e11d2) build(deps): bump golang.org/x/term from 0.19.0 to 0.20.0 ([#​2316](https://togithub.com/nektos/act/issues/2316)) - [`42405f4`](https://togithub.com/nektos/act/commit/42405f4) build(deps): bump github.com/docker/docker ([#​2317](https://togithub.com/nektos/act/issues/2317)) </details> <details> <summary>bufbuild/buf (buf)</summary> ### [`v1.32.2`](https://togithub.com/bufbuild/buf/blob/HEAD/CHANGELOG.md#v1322---2024-05-28) - Update `buf generate` to warn instead of error when proto3 optional is required but not supported by a plugin. </details> <details> <summary>acao/codemirror-json-schema (codemirror-json-schema)</summary> ### [`v0.7.7`](https://togithub.com/acao/codemirror-json-schema/blob/HEAD/CHANGELOG.md#077) [Compare Source](https://togithub.com/acao/codemirror-json-schema/compare/v0.7.6...v0.7.7) ##### Patch Changes - [#​117](https://togithub.com/jsonnext/codemirror-json-schema/pull/117) [`edafa8f`](https://togithub.com/jsonnext/codemirror-json-schema/commit/edafa8f6993a4004c9ffe6aa7cde58c9da704d6b) Thanks [@​acao](https://togithub.com/acao)! - validate all strings with length > 1 ### [`v0.7.6`](https://togithub.com/acao/codemirror-json-schema/blob/HEAD/CHANGELOG.md#076) [Compare Source](https://togithub.com/acao/codemirror-json-schema/compare/v0.7.5...v0.7.6) ##### Patch Changes - [#​115](https://togithub.com/jsonnext/codemirror-json-schema/pull/115) [`c8d2594`](https://togithub.com/jsonnext/codemirror-json-schema/commit/c8d259443ffdc5eb792dd373dac64e1d4895c876) Thanks [@​acao](https://togithub.com/acao)! - set [@​codemirror/autocomplete](https://togithub.com/codemirror/autocomplete) as an optional peer, at a fix version for a bug with curly braces ### [`v0.7.5`](https://togithub.com/acao/codemirror-json-schema/blob/HEAD/CHANGELOG.md#075) [Compare Source](https://togithub.com/acao/codemirror-json-schema/compare/v0.7.4...v0.7.5) ##### Patch Changes - [#​112](https://togithub.com/jsonnext/codemirror-json-schema/pull/112) [`ccffa61`](https://togithub.com/jsonnext/codemirror-json-schema/commit/ccffa6195e45d0eb52ed2253831eb396e930a1cc) Thanks [@​acao](https://togithub.com/acao)! - fixes bundling - remove .js imports and remains as moduleResolution: 'Node' to match cm6 ### [`v0.7.4`](https://togithub.com/acao/codemirror-json-schema/blob/HEAD/CHANGELOG.md#074) [Compare Source](https://togithub.com/acao/codemirror-json-schema/compare/v0.7.3...v0.7.4) ##### Patch Changes - [#​102](https://togithub.com/acao/codemirror-json-schema/pull/102) [`296617f`](https://togithub.com/acao/codemirror-json-schema/commit/296617f4800d875ddd579cbb544240e8a6985bc1) Thanks [@​imolorhe](https://togithub.com/imolorhe)! - Improvements to completion logic (mainly for top level) ### [`v0.7.3`](https://togithub.com/acao/codemirror-json-schema/blob/HEAD/CHANGELOG.md#073) [Compare Source](https://togithub.com/acao/codemirror-json-schema/compare/v0.7.2...v0.7.3) ##### Patch Changes - [#​103](https://togithub.com/acao/codemirror-json-schema/pull/103) [`da7f368`](https://togithub.com/acao/codemirror-json-schema/commit/da7f36888c5efa31b5b32becdf9f839e476eed85) Thanks [@​imolorhe](https://togithub.com/imolorhe)! - Handle generic validation error </details> <details> <summary>jsx-eslint/eslint-plugin-react (eslint-plugin-react)</summary> ### [`v7.34.2`](https://togithub.com/jsx-eslint/eslint-plugin-react/releases/tag/v7.34.2) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2) ##### Fixed - [`boolean-prop-naming`][boolean-prop-naming]: avoid a crash with a non-TSTypeReference type ([#​3718][] [@​developer-bandi](https://togithub.com/developer-bandi)) - [`jsx-no-leaked-render`][jsx-no-leaked-render]: invalid report if left side is boolean ([#​3746][] [@​akulsr0](https://togithub.com/akulsr0)) - [`jsx-closing-bracket-location`][jsx-closing-bracket-location]: message shows `{{details}}` when there are no details ([#​3759][] [@​mdjermanovic](https://togithub.com/mdjermanovic)) - [`no-invalid-html-attribute`][no-invalid-html-attribute]: ensure error messages are correct ([#​3759][] [@​mdjermanovic](https://togithub.com/mdjermanovic), [@​ljharb](https://togithub.com/ljharb)) ##### Changed - \[Refactor] create various eslint utils to fix eslint deprecations ([#​3759][] [@​mdjermanovic](https://togithub.com/mdjermanovic), [@​ljharb](https://togithub.com/ljharb)) [7.34.2]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2 [#​3759]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3759 [#​3746]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3746 [#​3718]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3718 [`boolean-prop-naming`]: docs/rules/boolean-prop-naming.md [`jsx-no-leaked-render`]: docs/rules/jsx-no-leaked-render.md [`jsx-closing-bracket-location`]: docs/rules/jsx-closing-bracket-location.md [`no-invalid-html-attribute`]: docs/rules/no-invalid-html-attribute.md </details> <details> <summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/credentials)</summary> ### [`v1.17.8`](https://togithub.com/aws/aws-sdk-go-v2/compare/config/v1.17.8...v1.17.8) ### [`v1.17.6`](https://togithub.com/aws/aws-sdk-go-v2/compare/config/v1.17.6...v1.17.6) ### [`v1.17.5`](https://togithub.com/aws/aws-sdk-go-v2/compare/config/v1.17.5...v1.17.5) </details> <details> <summary>gotestyourself/gotestsum (gotestsum)</summary> ### [`v1.12.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.12.0) #### What's Changed - filewatcher: silence warning from os.Stat failures by [@​smoynes](https://togithub.com/smoynes) in [https://github.com/gotestyourself/gotestsum/pull/371](https://togithub.com/gotestyourself/gotestsum/pull/371) - Add format-icons flag for nerdfonts instead of unicode by [@​afbjorklund](https://togithub.com/afbjorklund) in [https://github.com/gotestyourself/gotestsum/pull/366](https://togithub.com/gotestyourself/gotestsum/pull/366) - Add support for gotestsum on illumos/amd64 by [@​szaydel](https://togithub.com/szaydel) in [https://github.com/gotestyourself/gotestsum/pull/373](https://togithub.com/gotestyourself/gotestsum/pull/373) - Improve warning message when stdin is not a terminal by [@​smoynes](https://togithub.com/smoynes) in [https://github.com/gotestyourself/gotestsum/pull/374](https://togithub.com/gotestyourself/gotestsum/pull/374) - Used named constants instead of magic numbers in illumos-specific code by [@​szaydel](https://togithub.com/szaydel) in [https://github.com/gotestyourself/gotestsum/pull/375](https://togithub.com/gotestyourself/gotestsum/pull/375) - Add Mattermost to README.md links by [@​lieut-data](https://togithub.com/lieut-data) in [https://github.com/gotestyourself/gotestsum/pull/378](https://togithub.com/gotestyourself/gotestsum/pull/378) - Update gotestsum retries to properly filter out parents when there is a a missing gap in the parent tree by [@​ddworken](https://togithub.com/ddworken) in [https://github.com/gotestyourself/gotestsum/pull/377](https://togithub.com/gotestyourself/gotestsum/pull/377) - Add Woodpecker CI to no-color default autodetection by [@​xoxys](https://togithub.com/xoxys) in [https://github.com/gotestyourself/gotestsum/pull/379](https://togithub.com/gotestyourself/gotestsum/pull/379) - Fix append bug in --rerun-fails with -run flag by [@​dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/382](https://togithub.com/gotestyourself/gotestsum/pull/382) - Add gofiber/fiber to list of projects by [@​gaby](https://togithub.com/gaby) in [https://github.com/gotestyourself/gotestsum/pull/389](https://togithub.com/gotestyourself/gotestsum/pull/389) - Updates to dependencies and GitHub workflows by [@​gaby](https://togithub.com/gaby) in [https://github.com/gotestyourself/gotestsum/pull/390](https://togithub.com/gotestyourself/gotestsum/pull/390) #### New Contributors - [@​smoynes](https://togithub.com/smoynes) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/371](https://togithub.com/gotestyourself/gotestsum/pull/371) - [@​szaydel](https://togithub.com/szaydel) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/373](https://togithub.com/gotestyourself/gotestsum/pull/373) - [@​lieut-data](https://togithub.com/lieut-data) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/378](https://togithub.com/gotestyourself/gotestsum/pull/378) - [@​ddworken](https://togithub.com/ddworken) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/377](https://togithub.com/gotestyourself/gotestsum/pull/377) - [@​xoxys](https://togithub.com/xoxys) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/379](https://togithub.com/gotestyourself/gotestsum/pull/379) - [@​gaby](https://togithub.com/gaby) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/389](https://togithub.com/gotestyourself/gotestsum/pull/389) **Full Changelog**: gotestyourself/gotestsum@v1.11.0...v1.12.0 </details> <details> <summary>evilmartians/lefthook (lefthook)</summary> ### [`v1.6.14`](https://togithub.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#1614-2024-05-30) [Compare Source](https://togithub.com/evilmartians/lefthook/compare/v1.6.13...v1.6.14) - fix: share STDIN across different commands on pre-push hook ([#​732](https://togithub.com/evilmartians/lefthook/pull/732)) by [@​tdesveaux](https://togithub.com/tdesveaux) and [@​mrexox](https://togithub.com/mrexox) ### [`v1.6.13`](https://togithub.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#1613-2024-05-27) [Compare Source](https://togithub.com/evilmartians/lefthook/compare/v1.6.12...v1.6.13) - feat: expand Swift integration with Mint support ([#​724](https://togithub.com/evilmartians/lefthook/pull/724)) by [@​levibostian](https://togithub.com/levibostian) - deps: May 22 dependencies update ([#​706](https://togithub.com/evilmartians/lefthook/pull/706)) by [@​mrexox](https://togithub.com/mrexox) - chore: remove go patch version in go.mod ([#​726](https://togithub.com/evilmartians/lefthook/pull/726)) by [@​mrexox](https://togithub.com/mrexox) </details> <details> <summary>apache/maven (maven)</summary> ### [`v3.9.7`](https://togithub.com/apache/maven/releases/tag/maven-3.9.7): 3.9.7 [Compare Source](https://togithub.com/apache/maven/compare/maven-3.9.6...maven-3.9.7) ##### [Release Notes - Maven - Version 3.9.7](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922\&version=12353964) <h2> Bug </h2> <ul> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8106'>MNG-8106</a>] - Maven Metadata corruption if repository directory role overlaps </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8121'>MNG-8121</a>] - NullPointerException at org.apache.maven.artifact.repository.metadata.Metadata.merge (Metadata.java:293) </li> </ul> <h2> New Feature </h2> <ul> <li>[<a href='https://issues.apache.org/jira/browse/MNG-5726'>MNG-5726</a>] - Update OS Activation To Allow Wildcards In OS Version </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8030'>MNG-8030</a>] - Backport: Add ability to ignore dependency repositories: mvn -itr </li> </ul> <h2> Improvement </h2> <ul> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8019'>MNG-8019</a>] - Streamline update policy of pluginRepository/repository of Maven Central in Super POM </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8029'>MNG-8029</a>] - improve documentation of mirror in settings </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8031'>MNG-8031</a>] - Backport: Make Maven transfer listener used with Resolver more concurrent friendly </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8081'>MNG-8081</a>] - default profile activation should consider available system and user properties </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8085'>MNG-8085</a>] - swtich from png+imagemap to svg </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8117'>MNG-8117</a>] - Improve prerequisite evaluation and plugin version selection logging </li> </ul> <h2> Task </h2> <ul> <li>[<a href='https://issues.apache.org/jira/browse/MNG-7309'>MNG-7309</a>] - Remove redundant MojoDescriptor parameterMap </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8011'>MNG-8011</a>] - Minimize and make generic the README.txt </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8055'>MNG-8055</a>] - Investigate possible solutions for build number diffs on deploy </li> </ul> <h2> Dependency upgrade </h2> <ul> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8094'>MNG-8094</a>] - Resolver 1.9.19 </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8100'>MNG-8100</a>] - Upgrade default plugin bindings </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8101'>MNG-8101</a>] - Upgrade Parent to 42 </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8109'>MNG-8109</a>] - Resolver 1.9.20 </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8115'>MNG-8115</a>] - Upgrade minimal set of dependencies </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8125'>MNG-8125</a>] - (build) Bump buildhelper-maven-plugin to 3.6.0 (was 3.4.0) </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8126'>MNG-8126</a>] - Bump logback classic to 1.2.13 (was 1.2.12) </li> <li>[<a href='https://issues.apache.org/jira/browse/MNG-8127'>MNG-8127</a>] - Bump guava to 33.2.0-jre </li> </ul> *** ##### What's Changed - \[MNG-6776] Inconsistent list of parameters for MojoDescriptor ([#​584](https://togithub.com/apache/maven/issues/584)) by [@​michael-o](https://togithub.com/michael-o) in [https://github.com/apache/maven/pull/1361](https://togithub.com/apache/maven/pull/1361) - \[MNG-8055] Ability to force build number by [@​cstamas](https://togithub.com/cstamas) in [https://github.com/apache/maven/pull/1415](https://togithub.com/apache/maven/pull/1415) - \[MNG-8029] improve documentation about mirror settings by [@​hboutemy](https://togithub.com/hboutemy) in [https://github.com/apache/maven/pull/1395](https://togithub.com/apache/maven/pull/1395) - MNG-8019 streamline central update policy by [@​kwin](https://togithub.com/kwin) in [https://github.com/apache/maven/pull/1381](https://togithub.com/apache/maven/pull/1381) - MNG-5726 (backport for Maven 3.9) by [@​kwin](https://togithub.com/kwin) in [https://github.com/apache/maven/pull/1431](https://togithub.com/apache/maven/pull/1431) - \[MNG-4840] document requiredMavenVersion in plugin descriptor by [@​hboutemy](https://togithub.com/hboutemy) in [https://github.com/apache/maven/pull/1444](https://togithub.com/apache/maven/pull/1444) - \[MNG-8085] switch png+imagemap to svg by [@​hboutemy](https://togithub.com/hboutemy) in [https://github.com/apache/maven/pull/1452](https://togithub.com/apache/maven/pull/1452) - \[MNG-4840] fix requiredMavenVersion description [#​1444](https://togithub.com/apache/maven/issues/1444) by [@​hboutemy](https://togithub.com/hboutemy) in [https://github.com/apache/maven/pull/1456](https://togithub.com/apache/maven/pull/1456) - \[MNG-6399] Lift JDK minimum to JDK 8 by [@​turbanoff](https://togithub.com/turbanoff) in [https://github.com/apache/maven/pull/1382](https://togithub.com/apache/maven/pull/1382) - Update GitHub actions to v4 by [@​slawekjaranowski](https://togithub.com/slawekjaranowski) in [https://github.com/apache/maven/pull/1472](https://togithub.com/apache/maven/pull/1472) - \[MNG-8101] Upgrade Parent to 42 by [@​slawekjaranowski](https://togithub.com/slawekjaranowski) in [https://github.com/apache/maven/pull/1473](https://togithub.com/apache/maven/pull/1473) - \[MNG-8100] Upgrade default plugin bindings by [@​slawekjaranowski](https://togithub.com/slawekjaranowski) in [https://github.com/apache/maven/pull/1474](https://togithub.com/apache/maven/pull/1474) - \[MNG-8031] Backport concurrent friendly transport listener by [@​cstamas](https://togithub.com/cstamas) in [https://github.com/apache/maven/pull/1471](https://togithub.com/apache/maven/pull/1471) - \[MNG-8030] Backport itr: ignore transitive repositories by [@​cstamas](https://togithub.com/cstamas) in [https://github.com/apache/maven/pull/1469](https://togithub.com/apache/maven/pull/1469) - \[MNG-8011] Neuter the README by [@​cstamas](https://togithub.com/cstamas) in [https://github.com/apache/maven/pull/1470](https://togithub.com/apache/maven/pull/1470) - \[MNG-8094] Resolver 1.9.19 by [@​cstamas](https://togithub.com/cstamas) in [https://github.com/apache/maven/pull/1468](https://togithub.com/apache/maven/pull/1468) - \[3.9.x]\[MNG-8106] Fix metadata merge by [@​cstamas](https://togithub.com/cstamas) in [https://github.com/apache/maven/pull/1480](https://togithub.com/apache/maven/pull/1480) - \[3.9.x]\[MNG-8109] Resolver 1.9.20 by [@​cstamas](https://togithub.com/cstamas) in [https://github.com/apache/maven/pull/1490](https://togithub.com/apache/maven/pull/1490) - \[MNG-8081] Interpolate available properties during default profile selection (Maven 3.9.x) by [@​mbenson](https://togithub.com/mbenson) in [https://github.com/apache/maven/pull/1447](https://togithub.com/apache/maven/pull/1447) - \[3.9.x]\[MNG-8117] Backport to Maven 3.9.x by [@​cstamas](https://togithub.com/cstamas) in [https://github.com/apache/maven/pull/1505](https://togithub.com/apache/maven/pull/1505) - \[MNG-8115] Upgrade dependencies by [@​slachiewicz](https://togithub.com/slachiewicz) in [https://github.com/apache/maven/pull/1496](https://togithub.com/apache/maven/pull/1496) - \[MNG-8121] Fix NPE in metadata merge by [@​cstamas](https://togithub.com/cstamas) in [https://github.com/apache/maven/pull/1508](https://togithub.com/apache/maven/pull/1508) - \[MNG-8126] Mild updates by [@​cstamas](https://togithub.com/cstamas) in [https://github.com/apache/maven/pull/1533](https://togithub.com/apache/maven/pull/1533) ##### New Contributors - [@​turbanoff](https://togithub.com/turbanoff) made their first contribution in [https://github.com/apache/maven/pull/1382](https://togithub.com/apache/maven/pull/1382) **Full Changelog**: apache/maven@maven-3.9.6...maven-3.9.7 </details> <details> <summary>cznic/sqlite (modernc.org/sqlite)</summary> ### [`v1.30.0`](https://gitlab.com/cznic/sqlite/compare/v1.29.10...v1.30.0) [Compare Source](https://gitlab.com/cznic/sqlite/compare/v1.29.10...v1.30.0) </details> <details> <summary>sonatype/nexus-maven-plugins (org.sonatype.plugins:nexus-staging-maven-plugin)</summary> ### [`v1.7.0`](https://togithub.com/sonatype/nexus-maven-plugins/compare/release-1.6.14...release-1.7.0) [Compare Source](https://togithub.com/sonatype/nexus-maven-plugins/compare/release-1.6.14...release-1.7.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/TBD54566975/ftl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Toohey <mtoohey@block.xyz>
https://issues.apache.org/jira/browse/MNG-4840
but not integrated in documentation until now https://maven.apache.org/ref/3.9.6/maven-plugin-api/plugin.html