From vyazici at openjdk.org Thu Oct 2 07:17:10 2025 From: vyazici at openjdk.org (Volkan Yazici) Date: Thu, 2 Oct 2025 07:17:10 GMT Subject: RFR: 7903960: JMH: Add Maven Wrapper integration Message-ID: Adds Maven Wrapper integration. See the ticket description for details. ------------- Commit messages: - Update the Maven Wrapper to `3.3.4` - Fix copyright years - Add Maven Wrapper integration Changes: https://git.openjdk.org/jmh/pull/154/files Webrev: https://webrevs.openjdk.org/?repo=jmh&pr=154&range=00 Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903960 Stats: 581 lines in 41 files changed: 497 ins; 0 del; 84 mod Patch: https://git.openjdk.org/jmh/pull/154.diff Fetch: git fetch https://git.openjdk.org/jmh.git pull/154/head:pull/154 PR: https://git.openjdk.org/jmh/pull/154 From vyazici at openjdk.org Thu Oct 2 07:17:11 2025 From: vyazici at openjdk.org (Volkan Yazici) Date: Thu, 2 Oct 2025 07:17:11 GMT Subject: RFR: 7903960: JMH: Add Maven Wrapper integration In-Reply-To: References: Message-ID: On Thu, 6 Mar 2025 08:33:53 GMT, Volkan Yazici wrote: > Adds Maven Wrapper integration. See the ticket description for details. Maven Wrapper must be run as an executable, it does not support being passed as a parameter to `sh`. Filed [MWRAPPER-161](https://issues.apache.org/jira/browse/MWRAPPER-161) to address this. ------------- PR Comment: https://git.openjdk.org/jmh/pull/154#issuecomment-2778523529 From vyazici at openjdk.org Thu Oct 2 07:34:26 2025 From: vyazici at openjdk.org (Volkan Yazici) Date: Thu, 2 Oct 2025 07:34:26 GMT Subject: RFR: 7903960: JMH: Add Maven Wrapper integration [v2] In-Reply-To: References: Message-ID: > Adds Maven Wrapper integration. See the ticket description for details. Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision: Update execution instructions ------------- Changes: - all: https://git.openjdk.org/jmh/pull/154/files - new: https://git.openjdk.org/jmh/pull/154/files/fb575e5a..a2a3b9c3 Webrevs: - full: https://webrevs.openjdk.org/?repo=jmh&pr=154&range=01 - incr: https://webrevs.openjdk.org/?repo=jmh&pr=154&range=00-01 Stats: 48 lines in 38 files changed: 0 ins; 0 del; 48 mod Patch: https://git.openjdk.org/jmh/pull/154.diff Fetch: git fetch https://git.openjdk.org/jmh.git pull/154/head:pull/154 PR: https://git.openjdk.org/jmh/pull/154