[jenkinsci/gradle-jpi-plugin] 020ea6: Gradle 5.4.1
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 020ea64d1b6628ceb0ea65eb650b918dd7e03b50 https://github.com/jenkinsci/gradle-jpi-plugin/commit/020ea64d1b6628ceb0ea65eb650b918dd7e03b50 Author: Steve Hill Date: 2019-05-08 (Wed, 08 May 2019) Changed paths: M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 5.4.1 Release notes: https://docs.gradle.org/5.4.1/release-notes.html Commit: ed0a6615c84e9560fabadc51c16a8f5dd13bf80b https://github.com/jenkinsci/gradle-jpi-plugin/commit/ed0a6615c84e9560fabadc51c16a8f5dd13bf80b Author: Steve Hill Date: 2019-05-08 (Wed, 08 May 2019) Changed paths: M CHANGELOG.md M README.md M gradle.properties Log Message: --- Prepare for v0.32.0 Commit: 58665f7df42a4b8c2842c74210335a430f4acbd7 https://github.com/jenkinsci/gradle-jpi-plugin/commit/58665f7df42a4b8c2842c74210335a430f4acbd7 Author: Steve Hill Date: 2019-05-08 (Wed, 08 May 2019) Changed paths: M gradle.properties Log Message: --- Prepare for next release Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/7ecfe562bcb9...58665f7df42a -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/7ecfe5-58665f%40github.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] 1fdfe2: Gradle 5.5-rc-1
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 1fdfe2bb643e98ad32b6fc9a3f8fcd01bc38c324 https://github.com/jenkinsci/gradle-jpi-plugin/commit/1fdfe2bb643e98ad32b6fc9a3f8fcd01bc38c324 Author: Steve Hill Date: 2019-05-29 (Wed, 29 May 2019) Changed paths: M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 5.5-rc-1 Release notes: https://docs.gradle.org/5.5-rc-1/release-notes.html -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/58665f-1fdfe2%40github.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] 6599ff: Gradle 5.5-rc-2
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 6599ffac77936ec7b0f3dccfd953cdb5122ca3c0 https://github.com/jenkinsci/gradle-jpi-plugin/commit/6599ffac77936ec7b0f3dccfd953cdb5122ca3c0 Author: Steve Hill Date: 2019-06-10 (Mon, 10 Jun 2019) Changed paths: M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 5.5-rc-2 Release notes: https://docs.gradle.org/5.5-rc-2/release-notes.html -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/1fdfe2-6599ff%40github.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] 834c37: Put work directory inside project directory
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 834c37c6ea88001dbad292ec313c1c15ac82ea0c https://github.com/jenkinsci/gradle-jpi-plugin/commit/834c37c6ea88001dbad292ec313c1c15ac82ea0c Author: Benedikt Ritter Date: 2019-06-20 (Thu, 20 Jun 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtensionSpec.groovy Log Message: --- Put work directory inside project directory Previously the rootDir was used as parent for the work directory. This led to the situation where a subproject containing a jenkins plugin put the work directory at the top of the project hierarchy. This becomes especially problematic when several jenkins plugins are managed from one root projects. This change uses `project.projectDir` instead which will be the same as `project.rootDir` for projects without sub projcts but will be the actual project directory for nested projects. Commit: 875b027574686d0d6c49c2765a65cb842ce239bb https://github.com/jenkinsci/gradle-jpi-plugin/commit/875b027574686d0d6c49c2765a65cb842ce239bb Author: Steve Hill Date: 2019-06-22 (Sat, 22 Jun 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtensionSpec.groovy Log Message: --- Merge pull request #113 from britter/workDir-in-projectDir Put work directory inside project directory Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/6599ffac7793...875b02757468 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/6599ff-875b02%40github.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] fb751a: Gradle 5.5
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: fb751a258abec3e0dcd6f42453e20b5d064b093b https://github.com/jenkinsci/gradle-jpi-plugin/commit/fb751a258abec3e0dcd6f42453e20b5d064b093b Author: Steve Hill Date: 2019-06-28 (Fri, 28 Jun 2019) Changed paths: M build.gradle M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 5.5 Release notes: https://docs.gradle.org/5.5/release-notes.html -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/875b02-fb751a%40github.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] 390e5f: Prepare for 0.33.0
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 390e5fb9dfe72611b51f69de882e317450ff121d https://github.com/jenkinsci/gradle-jpi-plugin/commit/390e5fb9dfe72611b51f69de882e317450ff121d Author: Steve Hill Date: 2019-06-28 (Fri, 28 Jun 2019) Changed paths: M CHANGELOG.md M README.md M gradle.properties Log Message: --- Prepare for 0.33.0 Commit: 0aff2f64cabe1e6a67a1a6aeca5a2fc72b2f3c89 https://github.com/jenkinsci/gradle-jpi-plugin/commit/0aff2f64cabe1e6a67a1a6aeca5a2fc72b2f3c89 Author: Steve Hill Date: 2019-06-28 (Fri, 28 Jun 2019) Changed paths: M gradle.properties Log Message: --- Prepare for next release Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/fb751a258abe...0aff2f64cabe -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/fb751a-0aff2f%40github.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] 0c639c: Consistent indentation with spaces (no tabs)
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 0c639c1a9e4bd49a06c2f7576aa26777f268a001 https://github.com/jenkinsci/gradle-jpi-plugin/commit/0c639c1a9e4bd49a06c2f7576aa26777f268a001 Author: René Scheibe Date: 2019-07-04 (Thu, 04 Jul 2019) Changed paths: M README.md Log Message: --- Consistent indentation with spaces (no tabs) Commit: c90d23fd26f36fbcb122b99e54264cf006229434 https://github.com/jenkinsci/gradle-jpi-plugin/commit/c90d23fd26f36fbcb122b99e54264cf006229434 Author: René Scheibe Date: 2019-07-04 (Thu, 04 Jul 2019) Changed paths: M CHANGELOG.md M README.md M RELEASING.md Log Message: --- Remove trailing spaces Commit: 643de51533c2cc6930123783cb99b34916b9febb https://github.com/jenkinsci/gradle-jpi-plugin/commit/643de51533c2cc6930123783cb99b34916b9febb Author: René Scheibe Date: 2019-07-04 (Thu, 04 Jul 2019) Changed paths: M RELEASING.md M src/test/resources/org/jenkinsci/gradle/plugins/jpi/hpl-basics.mf Log Message: --- Consistent newline at EOF Commit: f99b65c4b00253ef1c2013c30b83645c1894f9ac https://github.com/jenkinsci/gradle-jpi-plugin/commit/f99b65c4b00253ef1c2013c30b83645c1894f9ac Author: Steve Hill Date: 2019-07-09 (Tue, 09 Jul 2019) Changed paths: M CHANGELOG.md M README.md M RELEASING.md M src/test/resources/org/jenkinsci/gradle/plugins/jpi/hpl-basics.mf Log Message: --- Merge pull request #115 from darxriggs/improvements File formatting improvements Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/0aff2f64cabe...f99b65c4b002 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/0aff2f-f99b65%40github.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/heads/dependabot/gradle/org.spockframework-spock-core-1.3-groovy-2.5 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/dependabot/gradle/org.spockframework-spock-core-1.3-groovy-2.5/24d522-00%40github.com.
[jenkinsci/gradle-jpi-plugin] 24d522: Bump spock-core from 1.2-groovy-2.5 to 1.3-groovy-2.5
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 24d5226788debade27cc15d228dd9fef24ff194c https://github.com/jenkinsci/gradle-jpi-plugin/commit/24d5226788debade27cc15d228dd9fef24ff194c Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: 2019-07-25 (Thu, 25 Jul 2019) Changed paths: M build.gradle Log Message: --- Bump spock-core from 1.2-groovy-2.5 to 1.3-groovy-2.5 Bumps spock-core from 1.2-groovy-2.5 to 1.3-groovy-2.5. Signed-off-by: dependabot-preview[bot] Commit: e30ed24210b105dbf8230d8c9a937aaba9b60927 https://github.com/jenkinsci/gradle-jpi-plugin/commit/e30ed24210b105dbf8230d8c9a937aaba9b60927 Author: Steve Hill Date: 2019-07-30 (Tue, 30 Jul 2019) Changed paths: M build.gradle Log Message: --- Merge pull request #116 from jenkinsci/dependabot/gradle/org.spockframework-spock-core-1.3-groovy-2.5 Bump spock-core from 1.2-groovy-2.5 to 1.3-groovy-2.5 Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/f99b65c4b002...e30ed24210b1 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/f99b65-e30ed2%40github.com.
[jenkinsci/gradle-jpi-plugin] 7620b2: Bump version-number from 1.0 to 1.1
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 7620b2e879c3402b0a6867ab25b50e9742e03ca7 https://github.com/jenkinsci/gradle-jpi-plugin/commit/7620b2e879c3402b0a6867ab25b50e9742e03ca7 Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: 2019-07-25 (Thu, 25 Jul 2019) Changed paths: M build.gradle Log Message: --- Bump version-number from 1.0 to 1.1 Bumps version-number from 1.0 to 1.1. Signed-off-by: dependabot-preview[bot] Commit: 3b30a4f129664f8cad45a91dc67bcbbe4ba3dea5 https://github.com/jenkinsci/gradle-jpi-plugin/commit/3b30a4f129664f8cad45a91dc67bcbbe4ba3dea5 Author: Steve Hill Date: 2019-07-30 (Tue, 30 Jul 2019) Changed paths: M build.gradle Log Message: --- Merge pull request #117 from jenkinsci/dependabot/gradle/org.jenkins-ci-version-number-1.1 Bump version-number from 1.0 to 1.1 Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/e30ed24210b1...3b30a4f12966 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/e30ed2-3b30a4%40github.com.
[jenkinsci/gradle-jpi-plugin] d0deff: Bump commons-text from 1.6 to 1.7
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: d0deff5efc26ba8787dc3c8281415a7f2417ef95 https://github.com/jenkinsci/gradle-jpi-plugin/commit/d0deff5efc26ba8787dc3c8281415a7f2417ef95 Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: 2019-07-25 (Thu, 25 Jul 2019) Changed paths: M build.gradle Log Message: --- Bump commons-text from 1.6 to 1.7 Bumps commons-text from 1.6 to 1.7. Signed-off-by: dependabot-preview[bot] Commit: d1d48ca4941b15fcde5fef86d4b23966ac64a7ea https://github.com/jenkinsci/gradle-jpi-plugin/commit/d1d48ca4941b15fcde5fef86d4b23966ac64a7ea Author: Steve Hill Date: 2019-07-30 (Tue, 30 Jul 2019) Changed paths: M build.gradle Log Message: --- Merge pull request #118 from jenkinsci/dependabot/gradle/org.apache.commons-commons-text-1.7 Bump commons-text from 1.6 to 1.7 Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/3b30a4f12966...d1d48ca4941b -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/3b30a4-d1d48c%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/heads/dependabot/gradle/org.apache.commons-commons-text-1.7 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/dependabot/gradle/org.apache.commons-commons-text-1.7/d0deff-00%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/heads/dependabot/gradle/org.jvnet.localizer-maven-localizer-plugin-1.24 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/dependabot/gradle/org.jvnet.localizer-maven-localizer-plugin-1.24/a876c3-00%40github.com.
[jenkinsci/gradle-jpi-plugin] a876c3: Bump maven-localizer-plugin from 1.13 to 1.24
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: a876c3c3b7ca07669f0c9139b51c2d4f4daa494b https://github.com/jenkinsci/gradle-jpi-plugin/commit/a876c3c3b7ca07669f0c9139b51c2d4f4daa494b Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: 2019-07-30 (Tue, 30 Jul 2019) Changed paths: M build.gradle Log Message: --- Bump maven-localizer-plugin from 1.13 to 1.24 Bumps maven-localizer-plugin from 1.13 to 1.24. Signed-off-by: dependabot-preview[bot] Commit: d2ab533d2ff47db7ab94469efda0925dd6773dbb https://github.com/jenkinsci/gradle-jpi-plugin/commit/d2ab533d2ff47db7ab94469efda0925dd6773dbb Author: Steve Hill Date: 2019-07-30 (Tue, 30 Jul 2019) Changed paths: M build.gradle Log Message: --- Merge pull request #119 from jenkinsci/dependabot/gradle/org.jvnet.localizer-maven-localizer-plugin-1.24 Bump maven-localizer-plugin from 1.13 to 1.24 Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/d1d48ca4941b...d2ab533d2ff4 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/d1d48c-d2ab53%40github.com.
[jenkinsci/gradle-jpi-plugin] 9d09c8: Bump xmlunit-core from 2.3.0 to 2.6.3
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 9d09c86f22d683dd80f7940b6267de32195a48d5 https://github.com/jenkinsci/gradle-jpi-plugin/commit/9d09c86f22d683dd80f7940b6267de32195a48d5 Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: 2019-07-30 (Tue, 30 Jul 2019) Changed paths: M build.gradle Log Message: --- Bump xmlunit-core from 2.3.0 to 2.6.3 Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.3.0 to 2.6.3. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/xmlunit/xmlunit/compare/v2.3.0...v2.6.3) Signed-off-by: dependabot-preview[bot] Commit: f1088949c01978724fbb6c07c2cad638e9007943 https://github.com/jenkinsci/gradle-jpi-plugin/commit/f1088949c01978724fbb6c07c2cad638e9007943 Author: Steve Hill Date: 2019-07-30 (Tue, 30 Jul 2019) Changed paths: M build.gradle Log Message: --- Merge pull request #120 from jenkinsci/dependabot/gradle/org.xmlunit-xmlunit-core-2.6.3 Bump xmlunit-core from 2.3.0 to 2.6.3 Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/d2ab533d2ff4...f1088949c019 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/d2ab53-f10889%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/heads/dependabot/gradle/org.xmlunit-xmlunit-core-2.6.3 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/dependabot/gradle/org.xmlunit-xmlunit-core-2.6.3/9d09c8-00%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.29.0 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.29.0/00-fedaea%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.32 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.32/00-af70dd%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.32 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.32/af70dd-00%40github.com.
[jenkinsci/gradle-jpi-plugin] 5445e2: Remove Nightly Update Gradle Action
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 5445e293603a0ae70902862e31c7fa579b86d83c https://github.com/jenkinsci/gradle-jpi-plugin/commit/5445e293603a0ae70902862e31c7fa579b86d83c Author: Steve Hill Date: 2019-11-15 (Fri, 15 Nov 2019) Changed paths: R .github/main.workflow Log Message: --- Remove Nightly Update Gradle Action Github actions are not currently enabled in this repo. Revert "Merge pull request #114 from rahulsom/master" This reverts commit b156b25d648e16c0c177612da47a7d54ae499462, reversing changes made to f1088949c01978724fbb6c07c2cad638e9007943. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/af70dd-5445e2%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.34.0 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.34.0/00-a52f29%40github.com.
[jenkinsci/gradle-jpi-plugin] 8995d8: Prepare for v0.34.0
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 8995d8a3ae5a646293b9f9384ba225987bb7b791 https://github.com/jenkinsci/gradle-jpi-plugin/commit/8995d8a3ae5a646293b9f9384ba225987bb7b791 Author: Steve Hill Date: 2019-11-15 (Fri, 15 Nov 2019) Changed paths: M CHANGELOG.md M README.md M gradle.properties Log Message: --- Prepare for v0.34.0 Commit: 8b416e0e289b48ee5c187b55e9dccf6f8becc211 https://github.com/jenkinsci/gradle-jpi-plugin/commit/8b416e0e289b48ee5c187b55e9dccf6f8becc211 Author: Steve Hill Date: 2019-11-15 (Fri, 15 Nov 2019) Changed paths: M gradle.properties Log Message: --- Prepare for next release Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/5445e293603a...8b416e0e289b -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/5445e2-8b416e%40github.com.
[jenkinsci/gradle-jpi-plugin] cdf338: Switch Gradle configuration to Kotlin
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: cdf338fe23e35fe40facdb1a09c4fc5e0f9acd15 https://github.com/jenkinsci/gradle-jpi-plugin/commit/cdf338fe23e35fe40facdb1a09c4fc5e0f9acd15 Author: Steve Hill Date: 2019-11-15 (Fri, 15 Nov 2019) Changed paths: R build.gradle A build.gradle.kts R settings.gradle A settings.gradle.kts Log Message: --- Switch Gradle configuration to Kotlin Commit: 062cfb5974aaad920abff82458df737013acc962 https://github.com/jenkinsci/gradle-jpi-plugin/commit/062cfb5974aaad920abff82458df737013acc962 Author: Steve Hill Date: 2019-11-15 (Fri, 15 Nov 2019) Changed paths: M build.gradle.kts Log Message: --- Add developer to published POM Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/8b416e0e289b...062cfb5974aa -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/8b416e-062cfb%40github.com.
[jenkinsci/gradle-jpi-plugin] b12843: Add test coverage for JpiExtension#configureReposi...
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: b128436c912c8ea381815c32ab00868205ea256b https://github.com/jenkinsci/gradle-jpi-plugin/commit/b128436c912c8ea381815c32ab00868205ea256b Author: Steve Hill Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/ConfigureRepositoriesIntegrationSpec.groovy Log Message: --- Add test coverage for JpiExtension#configureRepositories Commit: 65ae1d3aa0c3ddab1ac67cd0c5a8a8607bae06e9 https://github.com/jenkinsci/gradle-jpi-plugin/commit/65ae1d3aa0c3ddab1ac67cd0c5a8a8607bae06e9 Author: Steve Hill Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M gradle/wrapper/gradle-wrapper.jar M gradle/wrapper/gradle-wrapper.properties M gradlew Log Message: --- Gradle 6.0.1 Release notes: https://docs.gradle.org/6.0.1/release-notes.html Commit: 8999a97c2bbcfbdb8c477fa710d65476c49142dd https://github.com/jenkinsci/gradle-jpi-plugin/commit/8999a97c2bbcfbdb8c477fa710d65476c49142dd Author: Steve Hill Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Create JpiExtension through project.extensions.create Previously this was instantiated directly, which prevented using assignment syntax on extension properties that had been migrated to the lazy approach[1]. [1]: https://docs.gradle.org/6.0.1/userguide/lazy_configuration.html#sec:lazy_properties Commit: 8c806e6839b38701e84107b62d837041ef84e2ff https://github.com/jenkinsci/gradle-jpi-plugin/commit/8c806e6839b38701e84107b62d837041ef84e2ff Author: Steve Hill Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Add test coverage for JpiExtension#shortName, #fileExtension Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/062cfb5974aa...8c806e6839b3 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/062cfb-8c806e%40github.com.
[jenkinsci/gradle-jpi-plugin] ddba74: Enhance test assertions
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: ddba7417377e2bf564ef1f2f4465055f8814f41a https://github.com/jenkinsci/gradle-jpi-plugin/commit/ddba7417377e2bf564ef1f2f4465055f8814f41a Author: Steve Hill Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/ConfigureRepositoriesIntegrationSpec.groovy Log Message: --- Enhance test assertions CI includes a trailing slash on the maven local repo, while local development does not. Switch to comparing repository uris as java.net.URI objects instead of strings. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/8c806e-ddba74%40github.com.
[jenkinsci/gradle-jpi-plugin] 12ca3e: Ensure test repository uri always has trailing /
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 12ca3eff78e502025e271910d2643c1dde0c655e https://github.com/jenkinsci/gradle-jpi-plugin/commit/12ca3eff78e502025e271910d2643c1dde0c655e Author: Steve Hill Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/ConfigureRepositoriesIntegrationSpec.groovy Log Message: --- Ensure test repository uri always has trailing / -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/ddba74-12ca3e%40github.com.
[jenkinsci/gradle-jpi-plugin] 3e1bc3: Simplify assertions on repositories
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 3e1bc3d877222f80d8153f23dd1bcb142c625e2e https://github.com/jenkinsci/gradle-jpi-plugin/commit/3e1bc3d877222f80d8153f23dd1bcb142c625e2e Author: Steve Hill Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/ConfigureRepositoriesIntegrationSpec.groovy Log Message: --- Simplify assertions on repositories The windows tests are failing because of path issues within the URI -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/12ca3e-3e1bc3%40github.com.
[jenkinsci/gradle-jpi-plugin] f6a177: Migrate JavaCompile and GroovyCompile to lazy config
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: f6a17700472bf95e8a8a4dfc2dd5fe33a9b23fa4 https://github.com/jenkinsci/gradle-jpi-plugin/commit/f6a17700472bf95e8a8a4dfc2dd5fe33a9b23fa4 Author: Steve Hill Date: 2019-11-19 (Tue, 19 Nov 2019) Changed paths: M CHANGELOG.md M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Migrate JavaCompile and GroovyCompile to lazy config This is the first step recommended in the migration guide[1]. Task configuration avoidance api is available in Gradle 4.9[2] and later. [1]: https://docs.gradle.org/6.0.1/userguide/task_configuration_avoidance.html#sec:task_configuration_avoidance_migration_steps [2]: Gradle 4.9 was released 2018-07-16 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/3e1bc3-f6a177%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.35.0-rc.1 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.35.0-rc.1/00-0b6bb8%40github.com.
[jenkinsci/gradle-jpi-plugin] cc5c06: Use lazy config for processTestResources dependsOn...
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: cc5c065f71b4154e3000abbcf751ffb91bb2a584 https://github.com/jenkinsci/gradle-jpi-plugin/commit/cc5c065f71b4154e3000abbcf751ffb91bb2a584 Author: Steve Hill Date: 2019-11-19 (Tue, 19 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Use lazy config for processTestResources dependsOn resolveTestDependencies Commit: 030be509405b6a1c68c386c2a2e682293564c41f https://github.com/jenkinsci/gradle-jpi-plugin/commit/030be509405b6a1c68c386c2a2e682293564c41f Author: Steve Hill Date: 2019-11-19 (Tue, 19 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Use lazy config for jar, war dependsOn configureManifest Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/f6a17700472b...030be509405b -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/f6a177-030be5%40github.com.
[jenkinsci/gradle-jpi-plugin] 514fc6: Only find publication tasks if configurePublishing...
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 514fc66be88f68a27a52bccab588c19d719e89af https://github.com/jenkinsci/gradle-jpi-plugin/commit/514fc66be88f68a27a52bccab588c19d719e89af Author: Steve Hill Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Only find publication tasks if configurePublishing enabled -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/030be5-514fc6%40github.com.
[jenkinsci/gradle-jpi-plugin] f8ed6a: Update CHANGELOG
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: f8ed6a48dd563d6c7130a01f1445fda5079bce96 https://github.com/jenkinsci/gradle-jpi-plugin/commit/f8ed6a48dd563d6c7130a01f1445fda5079bce96 Author: Steve Hill Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M CHANGELOG.md Log Message: --- Update CHANGELOG Commit: 7f4341a967f9310cf36d7d30c9ebc84aec2abd4e https://github.com/jenkinsci/gradle-jpi-plugin/commit/7f4341a967f9310cf36d7d30c9ebc84aec2abd4e Author: Steve Hill Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPluginSpec.groovy Log Message: --- Use lazy config for war archive name and extension This refactoring uses the tasks.named(String) method because it was available before Gradle 5.0 Commit: 20f1997f8ee00c8631ff359c5ea1e55da2b64f69 https://github.com/jenkinsci/gradle-jpi-plugin/commit/20f1997f8ee00c8631ff359c5ea1e55da2b64f69 Author: Steve Hill Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Use lazy config for war webInf and licenseTask dependency Commit: 49966d1517c3b00188e1e84ed020b111cbe00247 https://github.com/jenkinsci/gradle-jpi-plugin/commit/49966d1517c3b00188e1e84ed020b111cbe00247 Author: Steve Hill Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Use lazy config for compileJava -> localizer dependency Commit: 885db903551ce80024aba324b063fc5c8fb0b192 https://github.com/jenkinsci/gradle-jpi-plugin/commit/885db903551ce80024aba324b063fc5c8fb0b192 Author: Steve Hill Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M CHANGELOG.md Log Message: --- Update CHANGELOG Commit: f51dd0e7d88e42be6f99e3fe46434a860634595a https://github.com/jenkinsci/gradle-jpi-plugin/commit/f51dd0e7d88e42be6f99e3fe46434a860634595a Author: Steve Hill Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Use lazy config for test adding systemProperty Add test to ensure the system property is set while executing test task Commit: d40a5d34f50d9e7fa227d8b4e84a0f0e8126e653 https://github.com/jenkinsci/gradle-jpi-plugin/commit/d40a5d34f50d9e7fa227d8b4e84a0f0e8126e653 Author: Steve Hill Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Lazily register server task Commit: 77861f082d1b7a8a20e422996438b2af0afbdb86 https://github.com/jenkinsci/gradle-jpi-plugin/commit/77861f082d1b7a8a20e422996438b2af0afbdb86 Author: Steve Hill Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Lazily register sourceJar task Commit: 0317756d126dcbf565a93eb552ec17c53dec642d https://github.com/jenkinsci/gradle-jpi-plugin/commit/0317756d126dcbf565a93eb552ec17c53dec642d Author: Steve Hill Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Lazily register javadocJar task Commit: abf6532fe3f19ea3a5bb9ff9b70d597aed58e381 https://github.com/jenkinsci/gradle-jpi-plugin/commit/abf6532fe3f19ea3a5bb9ff9b70d597aed58e381 Author: Steve Hill Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Lazily register jpi task Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/514fc66be88f...abf6532fe3f1 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/514fc6-abf653%40github.com.
[jenkinsci/gradle-jpi-plugin] 279a9b: Normalize path in test to work on windows
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 279a9b2d533631619d324d367fe3c3de2717c8a4 https://github.com/jenkinsci/gradle-jpi-plugin/commit/279a9b2d533631619d324d367fe3c3de2717c8a4 Author: Steve Hill Date: 2019-11-21 (Thu, 21 Nov 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Normalize path in test to work on windows -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/abf653-279a9b%40github.com.
[jenkinsci/gradle-jpi-plugin] d8236a: Lazily register resolveTestDependencies task
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: d8236a43135b8328b8fd2703ce86c0ebd4b08d72 https://github.com/jenkinsci/gradle-jpi-plugin/commit/d8236a43135b8328b8fd2703ce86c0ebd4b08d72 Author: Steve Hill Date: 2019-11-21 (Thu, 21 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Lazily register resolveTestDependencies task Commit: c7fd99f8b0dfd7702640795af62a54792fd8f5b0 https://github.com/jenkinsci/gradle-jpi-plugin/commit/c7fd99f8b0dfd7702640795af62a54792fd8f5b0 Author: Steve Hill Date: 2019-11-21 (Thu, 21 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Lazily register insertTest task Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/279a9b2d5336...c7fd99f8b0df -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/279a9b-c7fd99%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.35.0-rc.4 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.35.0-rc.4/00-1a75de%40github.com.
[jenkinsci/gradle-jpi-plugin] 35e6ef: Lazily register configureManifest task
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 35e6efe904f2e9c1dccc8d82b95ac65d057ad8cd https://github.com/jenkinsci/gradle-jpi-plugin/commit/35e6efe904f2e9c1dccc8d82b95ac65d057ad8cd Author: Steve Hill Date: 2019-11-21 (Thu, 21 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Lazily register configureManifest task -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/c7fd99-35e6ef%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.35.0-rc.3 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.35.0-rc.3/00-ab8320%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.35.0-rc.2 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.35.0-rc.2/00-2181e2%40github.com.
[jenkinsci/gradle-jpi-plugin] 1e376b: Lazily register generateLicenseInfo task
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 1e376b5c22637e20068bb61a5116b9f4707b1c7a https://github.com/jenkinsci/gradle-jpi-plugin/commit/1e376b5c22637e20068bb61a5116b9f4707b1c7a Author: Steve Hill Date: 2019-11-22 (Fri, 22 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Lazily register generateLicenseInfo task -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/35e6ef-1e376b%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.35.0-rc.5 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.35.0-rc.5/00-b42c05%40github.com.
[jenkinsci/gradle-jpi-plugin] ef8b7d: Lazily register localizer task
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: ef8b7de2f8f8db54225f2a196ec5c8f3136f0b1a https://github.com/jenkinsci/gradle-jpi-plugin/commit/ef8b7de2f8f8db54225f2a196ec5c8f3136f0b1a Author: Steve Hill Date: 2019-11-22 (Fri, 22 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPluginSpec.groovy Log Message: --- Lazily register localizer task Move task dependency assertion to GradleTestKit test now that it is lazy Commit: 7a565d3d51b400e67ce5643e3f71b9113c194296 https://github.com/jenkinsci/gradle-jpi-plugin/commit/7a565d3d51b400e67ce5643e3f71b9113c194296 Author: Steve Hill Date: 2019-11-22 (Fri, 22 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Lazily register generate-test-hpl task Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/1e376b5c2263...7a565d3d51b4 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/1e376b-7a565d%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.35.0 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.35.0/00-446ca9%40github.com.
[jenkinsci/gradle-jpi-plugin] 016c3a: Prepare for v0.35.0
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 016c3a1086d6c91490b382cfe9581c9d6e0ef5e8 https://github.com/jenkinsci/gradle-jpi-plugin/commit/016c3a1086d6c91490b382cfe9581c9d6e0ef5e8 Author: Steve Hill Date: 2019-11-22 (Fri, 22 Nov 2019) Changed paths: M CHANGELOG.md M README.md M gradle.properties Log Message: --- Prepare for v0.35.0 Commit: bba9203d1fdac94cf882c2425f8d8d8ec0c40614 https://github.com/jenkinsci/gradle-jpi-plugin/commit/bba9203d1fdac94cf882c2425f8d8d8ec0c40614 Author: Steve Hill Date: 2019-11-22 (Fri, 22 Nov 2019) Changed paths: M gradle.properties Log Message: --- Prepare for next release Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/7a565d3d51b4...bba9203d1fda -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/7a565d-bba920%40github.com.
[jenkinsci/gradle-jpi-plugin] d80ae9: Use type safe accessor to JavaPluginExtension
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: d80ae99acbcd5df6dfbb05946d3da2e833ed5e2f https://github.com/jenkinsci/gradle-jpi-plugin/commit/d80ae99acbcd5df6dfbb05946d3da2e833ed5e2f Author: Paul Merlin Date: 2019-12-13 (Fri, 13 Dec 2019) Changed paths: M build.gradle.kts Log Message: --- Use type safe accessor to JavaPluginExtension Signed-off-by: Paul Merlin Commit: 69730986c4e9b7558ef059bd72e99de80bc8f64c https://github.com/jenkinsci/gradle-jpi-plugin/commit/69730986c4e9b7558ef059bd72e99de80bc8f64c Author: Paul Merlin Date: 2019-12-13 (Fri, 13 Dec 2019) Changed paths: M build.gradle.kts Log Message: --- Simplify testGradle task rule declaration Signed-off-by: Paul Merlin Commit: 051dd72b77dec07c3b3e49638d620d030951cc36 https://github.com/jenkinsci/gradle-jpi-plugin/commit/051dd72b77dec07c3b3e49638d620d030951cc36 Author: Paul Merlin Date: 2019-12-13 (Fri, 13 Dec 2019) Changed paths: M build.gradle.kts Log Message: --- Simplify Gradle version test task dependency wiring by using the task.check type safe accessor to the check task Signed-off-by: Paul Merlin Commit: 4f608f1a309a316ecb2bf792906c686650bd76fa https://github.com/jenkinsci/gradle-jpi-plugin/commit/4f608f1a309a316ecb2bf792906c686650bd76fa Author: Paul Merlin Date: 2019-12-13 (Fri, 13 Dec 2019) Changed paths: M build.gradle.kts Log Message: --- Simplify codenarcTest configuration by using task type safe accessor Signed-off-by: Paul Merlin Commit: eed70c4382f166d911bbb6fdb43bf6dc5c98c85b https://github.com/jenkinsci/gradle-jpi-plugin/commit/eed70c4382f166d911bbb6fdb43bf6dc5c98c85b Author: Steve Hill Date: 2019-12-13 (Fri, 13 Dec 2019) Changed paths: M build.gradle.kts Log Message: --- Merge pull request #122 from eskatos/eskatos/refine-build-scripts Refine build script Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/bba9203d1fda...eed70c4382f1 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/bba920-eed70c%40github.com.
[jenkinsci/gradle-jpi-plugin] 08fbd1: [JENKINS-54064] Bundle classes as JAR file into HP...
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 08fbd15341e8da6a7a0a257a77f750e4c00d8a99 https://github.com/jenkinsci/gradle-jpi-plugin/commit/08fbd15341e8da6a7a0a257a77f750e4c00d8a99 Author: René Scheibe Date: 2019-12-20 (Fri, 20 Dec 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- [JENKINS-54064] Bundle classes as JAR file into HPI file Commit: 11372f940c719beb2d0c970f5c7d124bc536c661 https://github.com/jenkinsci/gradle-jpi-plugin/commit/11372f940c719beb2d0c970f5c7d124bc536c661 Author: René Scheibe Date: 2019-12-20 (Fri, 20 Dec 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- [JENKINS-54064] Make sure dependencies are still put into the HPI file Commit: 06124a75efe056f28cb110ebca10fceec191fbb8 https://github.com/jenkinsci/gradle-jpi-plugin/commit/06124a75efe056f28cb110ebca10fceec191fbb8 Author: Steve Hill Date: 2019-12-20 (Fri, 20 Dec 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Merge pull request #123 from darxriggs/bundle-classes-as-jar [JENKINS-54064] Bundle classes as JAR file into HPI file Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/eed70c4382f1...06124a75efe0 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/eed70c-06124a%40github.com.
[jenkinsci/gradle-jpi-plugin] 33dae0: Handle deprecated Gradle "war" task properties "ar...
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 33dae04926ac1d596fe53820fdfdadec86238875 https://github.com/jenkinsci/gradle-jpi-plugin/commit/33dae04926ac1d596fe53820fdfdadec86238875 Author: René Scheibe Date: 2019-12-22 (Sun, 22 Dec 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPluginSpec.groovy Log Message: --- Handle deprecated Gradle "war" task properties "archiveName" and "extension" The following output was shown when running `gradle help --warning-mode all` for a Jenkins plugin that is based on this one: > The archiveName property has been deprecated. This is scheduled to be removed > in Gradle 7.0. Please use the archiveFileName property instead. > The extension property has been deprecated. This is scheduled to be removed > in Gradle 7.0. Please use the archiveExtension property instead. These new properties are implemented as `Property` instead of `String` now. Therefore the `set()` calls. Commit: 4158f7d801ae9314677cb8973ae510b6f275a0f6 https://github.com/jenkinsci/gradle-jpi-plugin/commit/4158f7d801ae9314677cb8973ae510b6f275a0f6 Author: René Scheibe Date: 2019-12-22 (Sun, 22 Dec 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Handle deprecated Gradle "jar" task property "classifier" This new property is implemented as `Property` instead of `String` now. Therefore the `set()` call. Commit: 807d78e8b31637c127953fc1ed14ed7eeb7817b0 https://github.com/jenkinsci/gradle-jpi-plugin/commit/807d78e8b31637c127953fc1ed14ed7eeb7817b0 Author: Steve Hill Date: 2019-12-22 (Sun, 22 Dec 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPluginSpec.groovy Log Message: --- Merge pull request #124 from darxriggs/deprecated-properties Handle deprecated Gradle properties of "jar" and "war" task Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/06124a75efe0...807d78e8b316 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/06124a-807d78%40github.com.
[jenkinsci/gradle-jpi-plugin] 7d818b: Prepare for v0.36.0
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 7d818bac2413b7c42b623d37df9a55f95b7eb49b https://github.com/jenkinsci/gradle-jpi-plugin/commit/7d818bac2413b7c42b623d37df9a55f95b7eb49b Author: Steve Hill Date: 2019-12-22 (Sun, 22 Dec 2019) Changed paths: M CHANGELOG.md M README.md M gradle.properties Log Message: --- Prepare for v0.36.0 Commit: 77f4977fcb8e41ed78ec7f0eb934fe576ae4e742 https://github.com/jenkinsci/gradle-jpi-plugin/commit/77f4977fcb8e41ed78ec7f0eb934fe576ae4e742 Author: Steve Hill Date: 2019-12-22 (Sun, 22 Dec 2019) Changed paths: M gradle.properties Log Message: --- Prepare for next release Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/807d78e8b316...77f4977fcb8e -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/807d78-77f497%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.36.0 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.36.0/00-001b09%40github.com.
[jenkinsci/gradle-jpi-plugin] 7854ee: Fix generate-test-hpl task dependency for running ...
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 7854ee06b57a658b6b06611e97049dae4b89e4ac https://github.com/jenkinsci/gradle-jpi-plugin/commit/7854ee06b57a658b6b06611e97049dae4b89e4ac Author: René Scheibe Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Fix generate-test-hpl task dependency for running tests This issue was introduced in commit 7a565d3d51b400e67ce5643e3f71b9113c194296, when lazily registering the task. Commit: ae67d06bffa889b0aa337a42e6de26a6847ac658 https://github.com/jenkinsci/gradle-jpi-plugin/commit/ae67d06bffa889b0aa337a42e6de26a6847ac658 Author: Steve Hill Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Merge pull request #125 from darxriggs/fix-generate-test-hpl-dependency Fix generate-test-hpl task dependency for running tests Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/77f4977fcb8e...ae67d06bffa8 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/77f497-ae67d0%40github.com.
[jenkinsci/gradle-jpi-plugin] 76626f: Prepare for v0.36.1
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 76626f1be00a906106e1e6ba69b39416c3092896 https://github.com/jenkinsci/gradle-jpi-plugin/commit/76626f1be00a906106e1e6ba69b39416c3092896 Author: Steve Hill Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M CHANGELOG.md M README.md M gradle.properties Log Message: --- Prepare for v0.36.1 Commit: 3a829fbb423dcd3b15c770f19230adcd99a439dc https://github.com/jenkinsci/gradle-jpi-plugin/commit/3a829fbb423dcd3b15c770f19230adcd99a439dc Author: Steve Hill Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M gradle.properties Log Message: --- Prepare for next release Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/ae67d06bffa8...3a829fbb423d -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/ae67d0-3a829f%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.36.1 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.36.1/00-629371%40github.com.
[jenkinsci/gradle-jpi-plugin] 0fb121: Extract task name into contstants
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 0fb1211b9195f02ebf258bf0a6422b50732db567 https://github.com/jenkinsci/gradle-jpi-plugin/commit/0fb1211b9195f02ebf258bf0a6422b50732db567 Author: René Scheibe Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/GenerateTestHpl.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Extract task name into contstants Now it is consistent with the other tasks. Commit: eb8df558600c467811e13bab74faa6b6eb1a81b4 https://github.com/jenkinsci/gradle-jpi-plugin/commit/eb8df558600c467811e13bab74faa6b6eb1a81b4 Author: René Scheibe Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/ServerTask.groovy Log Message: --- Put constant on top of class Now it is consistent with the other tasks. Commit: e76ac41166f251bf22989ac19d3c06f60bc7f1f5 https://github.com/jenkinsci/gradle-jpi-plugin/commit/e76ac41166f251bf22989ac19d3c06f60bc7f1f5 Author: René Scheibe Date: 2020-01-03 (Fri, 03 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/ServerTask.groovy Log Message: --- Sort imports Commit: cf5c815e7682d68b1df7ecfa1251bfbf5f694c31 https://github.com/jenkinsci/gradle-jpi-plugin/commit/cf5c815e7682d68b1df7ecfa1251bfbf5f694c31 Author: René Scheibe Date: 2020-01-03 (Fri, 03 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/ServerTask.groovy Log Message: --- Simplify getting first element of a Set Commit: c619d17a351b1d006b3b2d9f7b43da7693ebcf28 https://github.com/jenkinsci/gradle-jpi-plugin/commit/c619d17a351b1d006b3b2d9f7b43da7693ebcf28 Author: René Scheibe Date: 2020-01-03 (Fri, 03 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy Log Message: --- Use ternary operator instead of if condition Commit: 76d654ab31a2cdfcfc9faf1b163292ed310cb05f https://github.com/jenkinsci/gradle-jpi-plugin/commit/76d654ab31a2cdfcfc9faf1b163292ed310cb05f Author: Steve Hill Date: 2020-01-03 (Fri, 03 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/GenerateTestHpl.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/ServerTask.groovy Log Message: --- Merge pull request #126 from darxriggs/refactoring Refactoring Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/3a829fbb423d...76d654ab31a2 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/3a829f-76d654%40github.com.
[jenkinsci/gradle-jpi-plugin] eb8c08: Do not publish Gradle module metadata
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: eb8c086936108b244457074589011122ccf2724e https://github.com/jenkinsci/gradle-jpi-plugin/commit/eb8c086936108b244457074589011122ccf2724e Author: Stefan Wolf Date: 2020-01-03 (Fri, 03 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Do not publish Gradle module metadata Currently, this would produce a module metadata file which can't be consumed by downstream projects, since it doesn't contain any dependencies and only the hpi variant and not jar variant. Until this is fixed, Gradle module metadata shouldn't be published. Commit: b4a66262ba3e8db4257a7f4e2ac3617d80f29acf https://github.com/jenkinsci/gradle-jpi-plugin/commit/b4a66262ba3e8db4257a7f4e2ac3617d80f29acf Author: Stefan Wolf Date: 2020-01-04 (Sat, 04 Jan 2020) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Fix CodeNarc error by shortening task Using task abbreviation, the line length is now shorter than 120 characters. I wonder if it would be better to allow longer lines for tests... Commit: 0bf5a55b8da8e2f4db52deefec42cddf58df67b1 https://github.com/jenkinsci/gradle-jpi-plugin/commit/0bf5a55b8da8e2f4db52deefec42cddf58df67b1 Author: Steve Hill Date: 2020-01-04 (Sat, 04 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Merge pull request #127 from wolfs/disable-gradle-module-metadata Do not publish Gradle module metadata Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/76d654ab31a2...0bf5a55b8da8 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/76d654-0bf5a5%40github.com.
[jenkinsci/gradle-jpi-plugin] a34dae: Prepare for v0.36.2
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: a34dae33ef57bdb57f2c609de1ae953beb23a140 https://github.com/jenkinsci/gradle-jpi-plugin/commit/a34dae33ef57bdb57f2c609de1ae953beb23a140 Author: Steve Hill Date: 2020-01-04 (Sat, 04 Jan 2020) Changed paths: M CHANGELOG.md M README.md M gradle.properties Log Message: --- Prepare for v0.36.2 Commit: 54f717340afe5399e145c4ba3fd675fddfe8eee8 https://github.com/jenkinsci/gradle-jpi-plugin/commit/54f717340afe5399e145c4ba3fd675fddfe8eee8 Author: Steve Hill Date: 2020-01-04 (Sat, 04 Jan 2020) Changed paths: M gradle.properties Log Message: --- Prepare for next release Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/0bf5a55b8da8...54f717340afe -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/0bf5a5-54f717%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.36.2 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.36.2/00-8d445d%40github.com.
[jenkinsci/gradle-jpi-plugin] 2d8446: Revert "Fix CodeNarc error by shortening task"
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 2d844669569c06ae2253b355b6ac092bd7b648a2 https://github.com/jenkinsci/gradle-jpi-plugin/commit/2d844669569c06ae2253b355b6ac092bd7b648a2 Author: Stefan Wolf Date: 2020-01-05 (Sun, 05 Jan 2020) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Revert "Fix CodeNarc error by shortening task" This reverts commit b4a66262ba3e8db4257a7f4e2ac3617d80f29acf. Commit: 6e68bc1d3f8f7e9dd3d238ce4b3b78dffac52787 https://github.com/jenkinsci/gradle-jpi-plugin/commit/6e68bc1d3f8f7e9dd3d238ce4b3b78dffac52787 Author: Stefan Wolf Date: 2020-01-05 (Sun, 05 Jan 2020) Changed paths: M config/codenarc/rules-test.groovy Log Message: --- Ignore line length codenarc rule for tests Tests should be allowed to have a longer line length, especially for where clauses. Commit: fc0a0bd296b509b447865bc26fb26067949d1cdc https://github.com/jenkinsci/gradle-jpi-plugin/commit/fc0a0bd296b509b447865bc26fb26067949d1cdc Author: Steve Hill Date: 2020-01-06 (Mon, 06 Jan 2020) Changed paths: M config/codenarc/rules-test.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Merge pull request #129 from wolfs/no-line-length-limit-in-tests No line length limit in tests Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/54f717340afe...fc0a0bd296b5 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/54f717-fc0a0b%40github.com.
[jenkinsci/gradle-jpi-plugin] d7c93f: Use resolved dependencies for writing manifest
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: d7c93f88c765c6bb19e22be47bc3d29ec607e624 https://github.com/jenkinsci/gradle-jpi-plugin/commit/d7c93f88c765c6bb19e22be47bc3d29ec607e624 Author: Stefan Wolf Date: 2020-01-05 (Sun, 05 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifest.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy Log Message: --- Use resolved dependencies for writing manifest So version constraints from e.g. boms can take effect. Commit: 7147be4426bf54eea05a9a0fcee1474611a0d31d https://github.com/jenkinsci/gradle-jpi-plugin/commit/7147be4426bf54eea05a9a0fcee1474611a0d31d Author: Stefan Wolf Date: 2020-01-05 (Sun, 05 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifest.groovy Log Message: --- Do not break for Gradle < 5.3 Commit: fd42556ca92fec8273796f2f3d9c6ef119c7 https://github.com/jenkinsci/gradle-jpi-plugin/commit/fd42556ca92fec8273796f2f3d9c6ef119c7 Author: Stefan Wolf Date: 2020-01-05 (Sun, 05 Jan 2020) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/IntegrationSpec.groovy Log Message: --- Ignore test for Gradle < 5.3 Commit: 50357899ee425bc3a92ad76374b69163d4a58e20 https://github.com/jenkinsci/gradle-jpi-plugin/commit/50357899ee425bc3a92ad76374b69163d4a58e20 Author: Steve Hill Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifest.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/IntegrationSpec.groovy Log Message: --- Merge pull request #128 from wolfs/dont-resolve-artifacts-for-manifest Use resolved dependencies for writing manifest Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/fc0a0bd296b5...50357899ee42 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/fc0a0b-503578%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.37.0 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.37.0/00-e84ceb%40github.com.
[jenkinsci/gradle-jpi-plugin] 92c663: Prepare for v0.37.0
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 92c6639c81265794b6672bdf0f42aeb60ce2a1d0 https://github.com/jenkinsci/gradle-jpi-plugin/commit/92c6639c81265794b6672bdf0f42aeb60ce2a1d0 Author: Steve Hill Date: 2020-01-08 (Wed, 08 Jan 2020) Changed paths: M CHANGELOG.md M README.md M gradle.properties Log Message: --- Prepare for v0.37.0 Commit: 1ba4d81a4f18a47497aa0178f8a6cf04ba84b4fb https://github.com/jenkinsci/gradle-jpi-plugin/commit/1ba4d81a4f18a47497aa0178f8a6cf04ba84b4fb Author: Steve Hill Date: 2020-01-08 (Wed, 08 Jan 2020) Changed paths: M CHANGELOG.md M README.md M gradle.properties Log Message: --- Prepare for v0.37.1 Commit: 59b8ee1756e151f13ad75567433a3e2a55c8a47c https://github.com/jenkinsci/gradle-jpi-plugin/commit/59b8ee1756e151f13ad75567433a3e2a55c8a47c Author: Steve Hill Date: 2020-01-08 (Wed, 08 Jan 2020) Changed paths: M gradle.properties Log Message: --- Prepare for next release Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/50357899ee42...59b8ee1756e1 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/503578-59b8ee%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.37.1 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.37.1/00-d85a3d%40github.com.
[jenkinsci/gradle-jpi-plugin] bb6188: Gradle 6.1
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: bb6188f7d9ad39da42b69fba683cc629411df7d5 https://github.com/jenkinsci/gradle-jpi-plugin/commit/bb6188f7d9ad39da42b69fba683cc629411df7d5 Author: Steve Hill Date: 2020-01-16 (Thu, 16 Jan 2020) Changed paths: M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 6.1 Release notes: https://docs.gradle.org/6.1/release-notes.html Commit: 853d8f6a86abbf92ade916f48419c67f5024bbfe https://github.com/jenkinsci/gradle-jpi-plugin/commit/853d8f6a86abbf92ade916f48419c67f5024bbfe Author: Steve Hill Date: 2020-01-16 (Thu, 16 Jan 2020) Changed paths: M build.gradle.kts Log Message: --- Add Gradle 6.0.1 to test suite Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/59b8ee1756e1...853d8f6a86ab -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/59b8ee-853d8f%40github.com.
[jenkinsci/gradle-jpi-plugin] 75e01f: Upgrade jenkins-test-harness
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 75e01fa794c6fbeaca702d8360be3fab2efa51e1 https://github.com/jenkinsci/gradle-jpi-plugin/commit/75e01fa794c6fbeaca702d8360be3fab2efa51e1 Author: René Scheibe Date: 2020-01-22 (Wed, 22 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtensionSpec.groovy Log Message: --- Upgrade jenkins-test-harness This is to get the latest features & fixes. Commit: 04b50b15a69c23adc488a91a84a9bd248f67c282 https://github.com/jenkinsci/gradle-jpi-plugin/commit/04b50b15a69c23adc488a91a84a9bd248f67c282 Author: Steve Hill Date: 2020-01-27 (Mon, 27 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtensionSpec.groovy Log Message: --- Merge pull request #133 from darxriggs/upgrade-test-harness Upgrade jenkins-test-harness Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/853d8f6a86ab...04b50b15a69c -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/853d8f-04b50b%40github.com.
[jenkinsci/gradle-jpi-plugin] ea47bb: Gradle 6.1.1
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: ea47bb958cf5b8835cd8ca24de50a134014b2ec3 https://github.com/jenkinsci/gradle-jpi-plugin/commit/ea47bb958cf5b8835cd8ca24de50a134014b2ec3 Author: Steve Hill Date: 2020-01-27 (Mon, 27 Jan 2020) Changed paths: M gradle/wrapper/gradle-wrapper.jar M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 6.1.1 Release notes: https://docs.gradle.org/6.1.1/release-notes.html Commit: e4b6ced7dd00c86f457ee0ee0165279e15b13162 https://github.com/jenkinsci/gradle-jpi-plugin/commit/e4b6ced7dd00c86f457ee0ee0165279e15b13162 Author: Steve Hill Date: 2020-01-27 (Mon, 27 Jan 2020) Changed paths: M CHANGELOG.md M README.md M gradle.properties Log Message: --- Prepare for v0.38.0 Commit: f252018fdec23bc6767a87943e1a4b2fc7291415 https://github.com/jenkinsci/gradle-jpi-plugin/commit/f252018fdec23bc6767a87943e1a4b2fc7291415 Author: Steve Hill Date: 2020-01-27 (Mon, 27 Jan 2020) Changed paths: M gradle.properties Log Message: --- Prepare for next release Commit: 7764bb2748938e93969c956c5ff7609489fbf721 https://github.com/jenkinsci/gradle-jpi-plugin/commit/7764bb2748938e93969c956c5ff7609489fbf721 Author: Steve Hill Date: 2020-01-27 (Mon, 27 Jan 2020) Changed paths: M CHANGELOG.md Log Message: --- Update CHANGELOG Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/04b50b15a69c...7764bb274893 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/04b50b-7764bb%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.38.0 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.38.0/00-7d6a82%40github.com.
[jenkinsci/gradle-jpi-plugin] 4f4495: Use 'java-library' plugin component for publishing...
-- Fix tests on Windows Commit: d165fad28e0e3f8cf9ac8027c922c587ab07400d https://github.com/jenkinsci/gradle-jpi-plugin/commit/d165fad28e0e3f8cf9ac8027c922c587ab07400d Author: Jendrik Johannes Date: 2020-01-28 (Tue, 28 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/DependencyAnalysis.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Use 'all' instead of 'withType' / make constant static Commit: d21e21168d18da8e82c27d9a0bdac051946a0854 https://github.com/jenkinsci/gradle-jpi-plugin/commit/d21e21168d18da8e82c27d9a0bdac051946a0854 Author: Jendrik Johannes Date: 2020-01-28 (Tue, 28 Jan 2020) Changed paths: M README.md Log Message: --- Update documentation section on plugin dependencies Commit: 8ad1ae8a3bf17cebdacb6c957f1000e38859c0f2 https://github.com/jenkinsci/gradle-jpi-plugin/commit/8ad1ae8a3bf17cebdacb6c957f1000e38859c0f2 Author: Jendrik Johannes Date: 2020-01-28 (Tue, 28 Jan 2020) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPublishingAndConsumptionTest.groovy Log Message: --- Fix test on Windows Commit: 597a21a96e615512709c484ae9ccf1578b8df32a https://github.com/jenkinsci/gradle-jpi-plugin/commit/597a21a96e615512709c484ae9ccf1578b8df32a Author: Jendrik Johannes Date: 2020-01-28 (Tue, 28 Jan 2020) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/ServerTaskSpec.groovy Log Message: --- Do not run server task test on windows Commit: 3c95d41b1f4e4e101435b52ff70dd3a4089b723e https://github.com/jenkinsci/gradle-jpi-plugin/commit/3c95d41b1f4e4e101435b52ff70dd3a4089b723e Author: Jendrik Johannes Date: 2020-01-28 (Tue, 28 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/DependencyAnalysis.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsWarRule.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiVariantRule.groovy Log Message: --- Improve and clarify dependency filtering condition Commit: 3b72c2838f4904c655c91c7e7a054c15b7a58802 https://github.com/jenkinsci/gradle-jpi-plugin/commit/3b72c2838f4904c655c91c7e7a054c15b7a58802 Author: Jendrik Johannes Date: 2020-01-29 (Wed, 29 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/DependencyAnalysis.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPublishingAndConsumptionTest.groovy Log Message: --- Add dependencies of a selected feature variant to JPI manifest Commit: 4fb6d2f5d41ac828ad50a4b7dc6988e0e998bfb0 https://github.com/jenkinsci/gradle-jpi-plugin/commit/4fb6d2f5d41ac828ad50a4b7dc6988e0e998bfb0 Author: Jendrik Johannes Date: 2020-01-29 (Wed, 29 Jan 2020) Changed paths: M README.md M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Added note about compatibility with Gradle versions Commit: 32fef6c35d684e8e40c05f3ae1e21a2b70e72dd5 https://github.com/jenkinsci/gradle-jpi-plugin/commit/32fef6c35d684e8e40c05f3ae1e21a2b70e72dd5 Author: Jendrik Johannes Date: 2020-01-30 (Thu, 30 Jan 2020) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPublishingAndConsumptionTest.groovy Log Message: --- Make feature variant test more robust Commit: df6621bae81885b01b0483c20ec8fce2923e2272 https://github.com/jenkinsci/gradle-jpi-plugin/commit/df6621bae81885b01b0483c20ec8fce2923e2272 Author: Steve Hill Date: 2020-02-03 (Mon, 03 Feb 2020) Changed paths: M README.md M build.gradle.kts A src/main/groovy/org/jenkinsci/gradle/plugins/jpi/DependencyAnalysis.groovy A src/main/groovy/org/jenkinsci/gradle/plugins/jpi/DependencyAnalysisResult.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/GenerateTestHpl.groovy A src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsWarRule.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiHplManifest.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifest.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizer.groovy A src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiVariantRule.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/LicenseTask.groovy R src/main/groovy/org/jenkinsci/gradle/plugins/jpi/ResolvedDependencySelector.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/ServerTask.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/TestDependenciesTask.gr
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.39.0-rc.1 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.39.0-rc.1/00-843f60%40github.com.
[jenkinsci/gradle-jpi-plugin] c21a7a: Update CHANGELOG
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: c21a7a10fbfa017d132e002d4024233aa8cecbd6 https://github.com/jenkinsci/gradle-jpi-plugin/commit/c21a7a10fbfa017d132e002d4024233aa8cecbd6 Author: Steve Hill Date: 2020-02-03 (Mon, 03 Feb 2020) Changed paths: M CHANGELOG.md Log Message: --- Update CHANGELOG -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/df6621-c21a7a%40github.com.
[jenkinsci/gradle-jpi-plugin] 406d31: Make 'assemble' depend on 'jpi'
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 406d317dd09853d4a87c5c85f56d475b688b3363 https://github.com/jenkinsci/gradle-jpi-plugin/commit/406d317dd09853d4a87c5c85f56d475b688b3363 Author: Jendrik Johannes Date: 2020-02-05 (Wed, 05 Feb 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy Log Message: --- Make 'assemble' depend on 'jpi' This restores previous behavior, where this dependency was implicit through the 'war' task. Commit: 914f12d984dc77bcb38ad1b220d999482a8145fa https://github.com/jenkinsci/gradle-jpi-plugin/commit/914f12d984dc77bcb38ad1b220d999482a8145fa Author: Jendrik Johannes Date: 2020-02-05 (Wed, 05 Feb 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy Log Message: --- Add 'jenkins-core' as 'testImplementation' dependency Commit: 7447d67e7bddd0c1bfabd33c468ab066a4a21899 https://github.com/jenkinsci/gradle-jpi-plugin/commit/7447d67e7bddd0c1bfabd33c468ab066a4a21899 Author: Jendrik Johannes Date: 2020-02-05 (Wed, 05 Feb 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiHplManifest.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiHplManifestSpec.groovy Log Message: --- Revert unintentional changes to JpiHplManifest This also fixes the HPL generation so that it now uses the 'classes' and 'resources' folders instead of the 'jar'. Partially reverts: 4f4495a501eb2cf09e1f7ee649f8d3648539729a Commit: a5cb16695d242e7c7c7098c13eccdbbc839d9b37 https://github.com/jenkinsci/gradle-jpi-plugin/commit/a5cb16695d242e7c7c7098c13eccdbbc839d9b37 Author: Jendrik Johannes Date: 2020-02-06 (Thu, 06 Feb 2020) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiHplManifestSpec.groovy Log Message: --- Extend JpiHplManifestSpec test Commit: 07049b160300b41d6dbe28bb83b4c8427e8d3288 https://github.com/jenkinsci/gradle-jpi-plugin/commit/07049b160300b41d6dbe28bb83b4c8427e8d3288 Author: Steve Hill Date: 2020-02-06 (Thu, 06 Feb 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiHplManifest.groovy M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiHplManifestSpec.groovy Log Message: --- Merge pull request #135 from jjohannes/gradle-6-fixes Fix classpath issues Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/c21a7a10fbfa...07049b160300 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/c21a7a-07049b%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.39.0-rc.2 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.39.0-rc.2/00-5531dd%40github.com.
[jenkinsci/gradle-jpi-plugin] 2a2e37: Configure release drafter
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 2a2e37fae6f4384c0a27b0450047c672ea439388 https://github.com/jenkinsci/gradle-jpi-plugin/commit/2a2e37fae6f4384c0a27b0450047c672ea439388 Author: René Scheibe Date: 2020-02-09 (Sun, 09 Feb 2020) Changed paths: A .github/release-drafter.yml Log Message: --- Configure release drafter In addition to this the respective GitHub Application needs to be enabled, see https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc Commit: 3280963401f156a6596b9d57b2acf69f94465eda https://github.com/jenkinsci/gradle-jpi-plugin/commit/3280963401f156a6596b9d57b2acf69f94465eda Author: Steve Hill Date: 2020-02-11 (Tue, 11 Feb 2020) Changed paths: A .github/release-drafter.yml Log Message: --- Merge pull request #137 from darxriggs/release-drafter Configure release drafter Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/07049b160300...3280963401f1 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/07049b-328096%40github.com.
[jenkinsci/gradle-jpi-plugin] e5008e: Add memory settings configuration to README
Branch: refs/heads/docs-for-memory Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: e5008ea8a09366c06bd9adde29d3752bf9e97f55 https://github.com/jenkinsci/gradle-jpi-plugin/commit/e5008ea8a09366c06bd9adde29d3752bf9e97f55 Author: Steve Hill Date: 2020-02-15 (Sat, 15 Feb 2020) Changed paths: M README.md Log Message: --- Add memory settings configuration to README Fixes #134 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/docs-for-memory/00-e5008e%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/heads/docs-for-memory Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/docs-for-memory/e5008e-00%40github.com.
[jenkinsci/gradle-jpi-plugin] f8994a: sources and javadocs jar should only be configured...
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: f8994a6bab30946c29c22de8fef77637889a33d0 https://github.com/jenkinsci/gradle-jpi-plugin/commit/f8994a6bab30946c29c22de8fef77637889a33d0 Author: Roberto Perez Alcolea Date: 2020-02-12 (Wed, 12 Feb 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPluginSpec.groovy M src/test/resources/org/jenkinsci/gradle/plugins/jpi/compile-dependencies-module.json M src/test/resources/org/jenkinsci/gradle/plugins/jpi/compile-dependencies-with-excludes-module.json M src/test/resources/org/jenkinsci/gradle/plugins/jpi/minimal-module.json M src/test/resources/org/jenkinsci/gradle/plugins/jpi/optional-plugin-dependencies-module.json M src/test/resources/org/jenkinsci/gradle/plugins/jpi/plugin-dependencies-module.json Log Message: --- sources and javadocs jar should only be configured when configurePublishing is enabled Commit: 758bedb929d980a6cd90fc8954c4495256259727 https://github.com/jenkinsci/gradle-jpi-plugin/commit/758bedb929d980a6cd90fc8954c4495256259727 Author: Roberto Perez Alcolea Date: 2020-02-16 (Sun, 16 Feb 2020) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- JpiIntegrationSpec: add integration test that represent changes in javadoc/source jar configurations Commit: 531cc6595da059bc6818c05e60c876191edc4001 https://github.com/jenkinsci/gradle-jpi-plugin/commit/531cc6595da059bc6818c05e60c876191edc4001 Author: Steve Hill Date: 2020-02-17 (Mon, 17 Feb 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPluginSpec.groovy M src/test/resources/org/jenkinsci/gradle/plugins/jpi/compile-dependencies-module.json M src/test/resources/org/jenkinsci/gradle/plugins/jpi/compile-dependencies-with-excludes-module.json M src/test/resources/org/jenkinsci/gradle/plugins/jpi/minimal-module.json M src/test/resources/org/jenkinsci/gradle/plugins/jpi/optional-plugin-dependencies-module.json M src/test/resources/org/jenkinsci/gradle/plugins/jpi/plugin-dependencies-module.json Log Message: --- Merge pull request #140 from rpalcolea/make-sources-and-javadoc-optional sources and javadocs jar should only be configured when configurePublishing is enabled Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/3280963401f1...531cc6595da0 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/328096-531cc6%40github.com.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/tags/v0.39.0-rc.3 Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.39.0-rc.3/00-eb18d0%40github.com.
[jenkinsci/gradle-jpi-plugin] 455e0e: Gradle 6.2
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 455e0e7b9d3772d6b0c230f71771a3b307a13f84 https://github.com/jenkinsci/gradle-jpi-plugin/commit/455e0e7b9d3772d6b0c230f71771a3b307a13f84 Author: Steve Hill Date: 2020-02-17 (Mon, 17 Feb 2020) Changed paths: M build.gradle.kts M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 6.2 Release notes: https://docs.gradle.org/6.2/release-notes.html Commit: 470b0022f43f1dc3e07ad4b430dd19843b2646a1 https://github.com/jenkinsci/gradle-jpi-plugin/commit/470b0022f43f1dc3e07ad4b430dd19843b2646a1 Author: Steve Hill Date: 2020-02-17 (Mon, 17 Feb 2020) Changed paths: M CHANGELOG.md Log Message: --- Update CHANGELOG Commit: 0dbeae43c45f900d141640fe8370a35fe6b10bd5 https://github.com/jenkinsci/gradle-jpi-plugin/commit/0dbeae43c45f900d141640fe8370a35fe6b10bd5 Author: Steve Hill Date: 2020-02-17 (Mon, 17 Feb 2020) Changed paths: M README.md Log Message: --- Add note for increasing memory to README Fixes #134 Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/531cc6595da0...0dbeae43c45f -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/531cc6-0dbeae%40github.com.
[jenkinsci/gradle-jpi-plugin] c2db29: Add sample test to show DefaultIvyModuleResolveMet...
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: c2db2975c81e07621f9002dc7cb18441aaf22b4b https://github.com/jenkinsci/gradle-jpi-plugin/commit/c2db2975c81e07621f9002dc7cb18441aaf22b4b Author: Roberto Perez Alcolea Date: 2020-02-19 (Wed, 19 Feb 2020) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Add sample test to show DefaultIvyModuleResolveMetadata Commit: d6dba65579adc217c1b8401a6102a7441ed669bd https://github.com/jenkinsci/gradle-jpi-plugin/commit/d6dba65579adc217c1b8401a6102a7441ed669bd Author: Roberto Perez Alcolea Date: 2020-02-19 (Wed, 19 Feb 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiVariantRule.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- JpiVariantRule: handle cases where dependencies are downloaded from Ivy repos (IvyModuleResolveMetadata) Commit: fc296c1b966d5e3e2f0b9a44d7f4a29b47e88313 https://github.com/jenkinsci/gradle-jpi-plugin/commit/fc296c1b966d5e3e2f0b9a44d7f4a29b47e88313 Author: Roberto Perez Alcolea Date: 2020-02-20 (Thu, 20 Feb 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiVariantRule.groovy Log Message: --- JpiVariantRule: fix codenarc failures Commit: 04955e224e8fa4b7420bc1fb088376095b700f4b https://github.com/jenkinsci/gradle-jpi-plugin/commit/04955e224e8fa4b7420bc1fb088376095b700f4b Author: Steve Hill Date: 2020-02-20 (Thu, 20 Feb 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiVariantRule.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: --- Merge pull request #144 from rpalcolea/JpiVariantRule/support-IvyModuleResolveMetadata Jpi variant rule/support ivy module resolve metadata Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/0dbeae43c45f...04955e224e8f -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/0dbeae-04955e%40github.com.
[jenkinsci/gradle-jpi-plugin] 2517d9: Create workflow
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 2517d9a28f3c3565d9399096514768c48e766f55 https://github.com/jenkinsci/gradle-jpi-plugin/commit/2517d9a28f3c3565d9399096514768c48e766f55 Author: Rahul Somasunderam Date: 2019-07-03 (Wed, 03 Jul 2019) Changed paths: A .github/main.workflow Log Message: --- Create workflow Commit: ee9795e663ee561717e9168cf5ab49a67e010d0b https://github.com/jenkinsci/gradle-jpi-plugin/commit/ee9795e663ee561717e9168cf5ab49a67e010d0b Author: Rahul Somasunderam Date: 2019-07-03 (Wed, 03 Jul 2019) Changed paths: M .github/main.workflow Log Message: --- Fix action names Commit: 036cbbb739e6d307a72cc87733370dd417d0c0ba https://github.com/jenkinsci/gradle-jpi-plugin/commit/036cbbb739e6d307a72cc87733370dd417d0c0ba Author: Rahul Somasunderam Date: 2019-07-09 (Tue, 09 Jul 2019) Changed paths: M .github/main.workflow Log Message: --- Run hourly Commit: 845cecdf6c1abcfa4b63d09c4a38bab659069126 https://github.com/jenkinsci/gradle-jpi-plugin/commit/845cecdf6c1abcfa4b63d09c4a38bab659069126 Author: Rahul Somasunderam Date: 2019-07-09 (Tue, 09 Jul 2019) Changed paths: M .github/main.workflow Log Message: --- Run gradle-up once a day Commit: b156b25d648e16c0c177612da47a7d54ae499462 https://github.com/jenkinsci/gradle-jpi-plugin/commit/b156b25d648e16c0c177612da47a7d54ae499462 Author: Steve Hill Date: 2019-08-15 (Thu, 15 Aug 2019) Changed paths: A .github/main.workflow Log Message: --- Merge pull request #114 from rahulsom/master Update Gradle Wrappers using Github Actions Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/f1088949c019...b156b25d648e -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/f10889-b156b2%40github.com.
[jenkinsci/gradle-jpi-plugin] 0cb36a: Gradle 5.6.1
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 0cb36a7c03f20766f6eaf17a514b07835f6f5c21 https://github.com/jenkinsci/gradle-jpi-plugin/commit/0cb36a7c03f20766f6eaf17a514b07835f6f5c21 Author: Steve Hill Date: 2019-08-30 (Fri, 30 Aug 2019) Changed paths: M build.gradle M gradle/wrapper/gradle-wrapper.properties M gradlew M gradlew.bat Log Message: --- Gradle 5.6.1 Release notes: https://docs.gradle.org/5.6.1/release-notes.html -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/b156b2-0cb36a%40github.com.
[jenkinsci/gradle-jpi-plugin] cd30c0: Bump commons-text from 1.7 to 1.8
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: cd30c045901744a3172b921634efca9781fe985c https://github.com/jenkinsci/gradle-jpi-plugin/commit/cd30c045901744a3172b921634efca9781fe985c Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: 2019-09-03 (Tue, 03 Sep 2019) Changed paths: M build.gradle Log Message: --- Bump commons-text from 1.7 to 1.8 Bumps commons-text from 1.7 to 1.8. Signed-off-by: dependabot-preview[bot] Commit: cd2d93e59d74cd8afaf9010ccea0f3bd2aaf8e90 https://github.com/jenkinsci/gradle-jpi-plugin/commit/cd2d93e59d74cd8afaf9010ccea0f3bd2aaf8e90 Author: Steve Hill Date: 2019-09-04 (Wed, 04 Sep 2019) Changed paths: M build.gradle Log Message: --- Merge pull request #121 from jenkinsci/dependabot/gradle/org.apache.commons-commons-text-1.8 Bump commons-text from 1.7 to 1.8 Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/0cb36a7c03f2...cd2d93e59d74 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/0cb36a-cd2d93%40github.com.
[jenkinsci/gradle-jpi-plugin] a2d790: Gradle 5.6.2
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: a2d79041a4f3c8e89a923d293aeba7124f41c3df https://github.com/jenkinsci/gradle-jpi-plugin/commit/a2d79041a4f3c8e89a923d293aeba7124f41c3df Author: Steve Hill Date: 2019-09-07 (Sat, 07 Sep 2019) Changed paths: M gradle/wrapper/gradle-wrapper.properties M gradlew Log Message: --- Gradle 5.6.2 Release notes: https://docs.gradle.org/5.6.2/release-notes.html -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/cd2d93-a2d790%40github.com.
[jenkinsci/gradle-jpi-plugin] f0430d: Gradle 5.6.3
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: f0430d8a468e6435615c08db61461d47cef27259 https://github.com/jenkinsci/gradle-jpi-plugin/commit/f0430d8a468e6435615c08db61461d47cef27259 Author: Steve Hill Date: 2019-11-08 (Fri, 08 Nov 2019) Changed paths: M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 5.6.3 Release notes: https://docs.gradle.org/5.6.3/release-notes.html Commit: d6312ceefde9c6aaf23243b148064edc16553e3f https://github.com/jenkinsci/gradle-jpi-plugin/commit/d6312ceefde9c6aaf23243b148064edc16553e3f Author: Steve Hill Date: 2019-11-08 (Fri, 08 Nov 2019) Changed paths: M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 5.6.4 Release notes: https://docs.gradle.org/5.6.4/release-notes.html Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/a2d79041a4f3...d6312ceefde9 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/a2d790-d6312c%40github.com.
[jenkinsci/gradle-jpi-plugin] a1f77b: Make GenerateTestHpl#hplDir property final
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: a1f77b818a7ed947398c94da8bb74678ce5d0109 https://github.com/jenkinsci/gradle-jpi-plugin/commit/a1f77b818a7ed947398c94da8bb74678ce5d0109 Author: Steve Hill Date: 2019-11-10 (Sun, 10 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/GenerateTestHpl.groovy Log Message: --- Make GenerateTestHpl#hplDir property final Fixes Gradle warning: Warning: Type 'org.jenkinsci.gradle.plugins.jpi.GenerateTestHpl': property 'hplDir' of mutable type 'org.gradle.api.file.DirectoryProperty' is writable. Properties of this type should be read-only and mutated via the value itself Commit: 6330617b4e89c080e97855d7254e504d1f0535a1 https://github.com/jenkinsci/gradle-jpi-plugin/commit/6330617b4e89c080e97855d7254e504d1f0535a1 Author: Steve Hill Date: 2019-11-10 (Sun, 10 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/TestDependenciesTask.groovy Log Message: --- Update TestDependenciesTask#configuration property Introduce a getter to annotate since annotations are setters are ignored. Update the annotation from @Input to @Classpath to fix warning: Warning: Type 'org.jenkinsci.gradle.plugins.jpi.TestDependenciesTask': property 'configuration' has @Input annotation used on property of type org.gradle.api.artifacts.Configuration. Commit: af70dd5894759c540cdb767d97be1ebba55cf001 https://github.com/jenkinsci/gradle-jpi-plugin/commit/af70dd5894759c540cdb767d97be1ebba55cf001 Author: Steve Hill Date: 2019-11-10 (Sun, 10 Nov 2019) Changed paths: M build.gradle M gradle/wrapper/gradle-wrapper.properties M settings.gradle Log Message: --- Gradle 6.0 - Remove GRADLE_METADATA feature flag; this is now on by default and produces a warning when built with Gradle 6.0 - Update test tasks to include 4.10.3 and 5.6.4 Release notes: https://docs.gradle.org/6.0/release-notes.html Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/d6312ceefde9...af70dd589475 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/d6312c-af70dd%40github.com.
[jenkinsci/gradle-jpi-plugin] 34b484: Gradle 5.1.1
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 34b484f2491434e15231f170c2137771ffd035d4 https://github.com/jenkinsci/gradle-jpi-plugin/commit/34b484f2491434e15231f170c2137771ffd035d4 Author: Steve Hill Date: 2019-01-30 (Wed, 30 Jan 2019) Changed paths: M gradle/wrapper/gradle-wrapper.jar M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 5.1.1 Release notes: https://docs.gradle.org/5.1.1/release-notes.html -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] 16def9: Revert "Gradle 5.1.1"
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 16def93dceba72686c674a56721520af335c6c6a https://github.com/jenkinsci/gradle-jpi-plugin/commit/16def93dceba72686c674a56721520af335c6c6a Author: Steve Hill Date: 2019-01-30 (Wed, 30 Jan 2019) Changed paths: M gradle/wrapper/gradle-wrapper.jar M gradle/wrapper/gradle-wrapper.properties Log Message: --- Revert "Gradle 5.1.1" This reverts commit 34b484f2491434e15231f170c2137771ffd035d4. Commit: 36ea60e9d74570be351e31c43ba200d9c4daff06 https://github.com/jenkinsci/gradle-jpi-plugin/commit/36ea60e9d74570be351e31c43ba200d9c4daff06 Author: Steve Hill Date: 2019-01-30 (Wed, 30 Jan 2019) Changed paths: M CHANGELOG.md M README.md M gradle.properties Log Message: --- Prepare for v0.29.0 Commit: b3d6dc360c7d2cf8eb961b2d375dcc8912e13d41 https://github.com/jenkinsci/gradle-jpi-plugin/commit/b3d6dc360c7d2cf8eb961b2d375dcc8912e13d41 Author: Steve Hill Date: 2019-01-30 (Wed, 30 Jan 2019) Changed paths: M build.gradle Log Message: --- Configure signing to use gpg agent Commit: a06c65f13b2a7d8382a6ff9823f0f2d7be1a7750 https://github.com/jenkinsci/gradle-jpi-plugin/commit/a06c65f13b2a7d8382a6ff9823f0f2d7be1a7750 Author: Steve Hill Date: 2019-01-30 (Wed, 30 Jan 2019) Changed paths: M gradle.properties Log Message: --- Update version to 0.30.0-SNAPSHOT Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/34b484f24914...a06c65f13b2a -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/slack-plugin] 489447: Clarify the messaging around the failure notificat...
Branch: refs/heads/master Home: https://github.com/jenkinsci/slack-plugin Commit: 489447e68c835a5688ab173c14b9bf4edbd89787 https://github.com/jenkinsci/slack-plugin/commit/489447e68c835a5688ab173c14b9bf4edbd89787 Author: Steve Hill Date: 2019-02-15 (Fri, 15 Feb 2019) Changed paths: M src/main/resources/jenkins/plugins/slack/SlackNotifier/config.jelly Log Message: --- Clarify the messaging around the failure notification options (#519) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/slack-plugin] d5cead: Introduce maven-checkstyle-plugin to validate no s...
Branch: refs/heads/master Home: https://github.com/jenkinsci/slack-plugin Commit: d5ceadd03d2890d3c938e74aeb011bf3a3350bd6 https://github.com/jenkinsci/slack-plugin/commit/d5ceadd03d2890d3c938e74aeb011bf3a3350bd6 Author: Steve Hill Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: A checkstyle.xml M pom.xml Log Message: --- Introduce maven-checkstyle-plugin to validate no star imports (#521) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/slack-plugin] b3a926: Add additional logging for notification conditions...
Branch: refs/heads/master Home: https://github.com/jenkinsci/slack-plugin Commit: b3a926151572e25ba03c8d6829d94a60a261a57c https://github.com/jenkinsci/slack-plugin/commit/b3a926151572e25ba03c8d6829d94a60a261a57c Author: Steve Hill Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: M src/main/java/jenkins/plugins/slack/ActiveNotifier.java A src/main/java/jenkins/plugins/slack/JenkinsTokenExpander.java M src/main/java/jenkins/plugins/slack/SlackNotifier.java M src/main/java/jenkins/plugins/slack/StandardSlackService.java A src/main/java/jenkins/plugins/slack/TokenExpander.java A src/main/java/jenkins/plugins/slack/decisions/Condition.java A src/main/java/jenkins/plugins/slack/decisions/Context.java A src/main/java/jenkins/plugins/slack/decisions/NotificationConditions.java A src/main/java/jenkins/plugins/slack/decisions/OnAborted.java A src/main/java/jenkins/plugins/slack/decisions/OnBackToNormal.java A src/main/java/jenkins/plugins/slack/decisions/OnNotBuilt.java A src/main/java/jenkins/plugins/slack/decisions/OnRepeatedFailure.java A src/main/java/jenkins/plugins/slack/decisions/OnSingleFailure.java A src/main/java/jenkins/plugins/slack/decisions/OnSuccess.java A src/main/java/jenkins/plugins/slack/decisions/OnUnstable.java A src/main/java/jenkins/plugins/slack/logging/BuildAwareLogger.java A src/main/java/jenkins/plugins/slack/logging/BuildKey.java A src/main/java/jenkins/plugins/slack/logging/SlackNotificationsLogger.java M src/test/java/jenkins/plugins/slack/MessageBuilderEscapeTest.java A src/test/java/jenkins/plugins/slack/decisions/ContextTest.java A src/test/java/jenkins/plugins/slack/decisions/NotificationConditionsTest.java A src/test/java/jenkins/plugins/slack/decisions/OnBackToNormalTest.java A src/test/java/jenkins/plugins/slack/decisions/OnRepeatedFailureTest.java A src/test/java/jenkins/plugins/slack/decisions/OnSingleFailureTest.java A src/test/java/jenkins/plugins/slack/logging/SlackNotificationsLoggerTest.java M src/test/java/jenkins/plugins/slack/workflow/MessageBuilderTest.java Log Message: --- Add additional logging for notification conditions (#516) - Extracted Condition interface that let's us log both if the condition was met and if the user preference allowed the notification to be sent - Conditions that have interesting logic are unit-tested - Moves to the message supplier style of logging, which is not invoked unless that level of logging is enabled - Introduces a build key format - [ProjectFullDisplayName #] to better indicate which build the messaging is coming from - Introduce SlackFactory in ActiveNotifier instead of passing in the dependencies to create a slack factory method - Introduce SlackNotificationsLogger - which writes to the system log with the build key embedded, and writes info-level messages to the build log with the plugin name embedded -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] 24394b: Define legacy 'jpi' name in file instead of build....
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 24394beaec9672efc9cc8c7d8b8824f1ef73c700 https://github.com/jenkinsci/gradle-jpi-plugin/commit/24394beaec9672efc9cc8c7d8b8824f1ef73c700 Author: Steve Hill Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: M build.gradle A src/main/resources/META-INF/gradle-plugins/jpi.properties Log Message: --- Define legacy 'jpi' name in file instead of build.gradle Newer versions of com.gradle.plugin-publish and maven-publish create implicit configuration around each of the plugins defined in the `gradlePlugins` block of the build.gradle file. By moving it to just a classpath resource, we can continue to support the legacy plugin application just as well without the extra behavior. Commit: f9d8c2ef58c26c94a772abad26ed3516914e7267 https://github.com/jenkinsci/gradle-jpi-plugin/commit/f9d8c2ef58c26c94a772abad26ed3516914e7267 Author: Steve Hill Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: M build.gradle Log Message: --- Upgrade org.spockframework:spock-core:1.0-groovy-2.4 -> 1.2-groovy-2.5 Commit: 7a3d26eed916341a53b0172feabd10046a3963f9 https://github.com/jenkinsci/gradle-jpi-plugin/commit/7a3d26eed916341a53b0172feabd10046a3963f9 Author: Steve Hill Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: M build.gradle Log Message: --- Upgrade net.java.sezpoz:sezpoz:1.12 -> 1.13 Commit: 0913d5d9e503dce5f0ff6a771fa09e71416aa234 https://github.com/jenkinsci/gradle-jpi-plugin/commit/0913d5d9e503dce5f0ff6a771fa09e71416aa234 Author: Steve Hill Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: M build.gradle Log Message: --- Switch to new maven-publish plugin - The old setup was unable to be released on Gradle 5.1+ - POM file no longer includes jar because this is default - POM file no longer includes test dependencies, which should have no impact - Archives will be signed so long as the jenkins.username and jenkins.password properties are set, even for snapshots Commit: 6dd212351198275a0083490fdd0d03b74a53be2d https://github.com/jenkinsci/gradle-jpi-plugin/commit/6dd212351198275a0083490fdd0d03b74a53be2d Author: Steve Hill Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: M build.gradle Log Message: --- Upgrade com.gradle.plugin-publish to 0.10.1 and use its conventions Commit: a1d9fd5f7a1339d165e57037e3bab23177c3e6df https://github.com/jenkinsci/gradle-jpi-plugin/commit/a1d9fd5f7a1339d165e57037e3bab23177c3e6df Author: Steve Hill Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: M gradle/wrapper/gradle-wrapper.jar M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 5.1.1 Release notes: https://docs.gradle.org/5.1.1/release-notes.html Commit: a5a537e59f3f8f2c4706ca954e670825ef6b0a08 https://github.com/jenkinsci/gradle-jpi-plugin/commit/a5a537e59f3f8f2c4706ca954e670825ef6b0a08 Author: Steve Hill Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizerIntegrationSpec.groovy R src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizerSpec.groovy Log Message: --- Migrate JpiPomCustomizerSpec to GradleTestKit This unblocks the move to Gradle 5.2 One benefit of switching to the maven-publish plugin is pom generation now happens in a dedicated task. We can easily test the pom that gradle generates with GradleTestKit, without relying on anything internal. This test previously relied on internal gradle classes and project evaluation, which has broken on two gradle upgrades in the past year. Commit: 33a42a6d853a7fc1cf1368054245afbb3f3dcdb3 https://github.com/jenkinsci/gradle-jpi-plugin/commit/33a42a6d853a7fc1cf1368054245afbb3f3dcdb3 Author: Steve Hill Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: M CHANGELOG.md M gradle/wrapper/gradle-wrapper.jar M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 5.2.1 Release notes: https://docs.gradle.org/5.2.1/release-notes.html Commit: 8ebfe24f32fb215d68c8542585f656c625e62d0b https://github.com/jenkinsci/gradle-jpi-plugin/commit/8ebfe24f32fb215d68c8542585f656c625e62d0b Author: Steve Hill Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: M RELEASING.md Log Message: --- Update releasing docs Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/a06c65f13b2a...8ebfe24f32fb -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] fa6504: Add displayName to plugin descriptor
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: fa6504e23ccc77468e5d578ec135567ec53c936b https://github.com/jenkinsci/gradle-jpi-plugin/commit/fa6504e23ccc77468e5d578ec135567ec53c936b Author: Steve Hill Date: 2019-02-17 (Sun, 17 Feb 2019) Changed paths: M build.gradle Log Message: --- Add displayName to plugin descriptor -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] e0f6f4: Gradle 5.3
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: e0f6f4f63afe08d96e59baf05efd85b9ca606ac0 https://github.com/jenkinsci/gradle-jpi-plugin/commit/e0f6f4f63afe08d96e59baf05efd85b9ca606ac0 Author: Steve Hill Date: 2019-03-21 (Thu, 21 Mar 2019) Changed paths: M gradle/wrapper/gradle-wrapper.properties Log Message: --- Gradle 5.3 Release notes: https://docs.gradle.org/5.3/release-notes.html -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] 2da115: Split JpiManifestSpec#basics into 3 tests
Branch: refs/heads/java-minimum-version Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 2da115fe12747b2f26b77122ef4be080fbf98042 https://github.com/jenkinsci/gradle-jpi-plugin/commit/2da115fe12747b2f26b77122ef4be080fbf98042 Author: Steve Hill Date: 2019-03-23 (Sat, 23 Mar 2019) Changed paths: M build.gradle A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JarManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy R src/test/resources/org/jenkinsci/gradle/plugins/jpi/basics.mf Log Message: --- Split JpiManifestSpec#basics into 3 tests - Introduce JarManifestIntegrationSpec to more clearly separate the kinds of tests that are setting up build files and invoking gradle over using ProjectBuilder and directly instantiating tasks - Introduce commons-text so we can randomly generate project names and versions in tests. The goal of this is to more clearly illustrate the mapping and rely less on hardcoded strings that are easily missed - #basics test #1 now has a build file that defines nothing other than a version and name, and asserts on the complete manifest in the generated jar - #basics test #2 defines a group in the buildfile and ensures this is mapped to the 'Group-Id' manifest entry - #basics test #3 adds a jenkinsPlugin.coreVersion and ensures this is mapped to the 'Jenkins-Version' manifest entry - Removes the basics.mf test resource that was previously used to test these 3 scenarios at once. This style meant that adding a new manifest entry was very high-touch - 19 tests failed when adding the field, which would have resulted in changing many files. By switching to this approach, our eventual change to add Java-Minimum-Version will only need to add a dedicated test and update the defaults test Commit: 8ea9d1e559db4c686598342351180978aa13effa https://github.com/jenkinsci/gradle-jpi-plugin/commit/8ea9d1e559db4c686598342351180978aa13effa Author: Steve Hill Date: 2019-03-23 (Sat, 23 Mar 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JarManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy Log Message: --- Move #'JAR contains manifest' to integration test - Place Plugin implementation in package and assert it is discovered correctly Commit: a6c03c6e7bb62aa0af0b227d8f4e1a9328773f87 https://github.com/jenkinsci/gradle-jpi-plugin/commit/a6c03c6e7bb62aa0af0b227d8f4e1a9328773f87 Author: Steve Hill Date: 2019-03-23 (Sat, 23 Mar 2019) Changed paths: A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JarManifestIntegrationSpec.groovy A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy R src/test/resources/org/jenkinsci/gradle/plugins/jpi/test.mf Log Message: --- Introduce JpiManifestIntegrationSpec - Remove test.mf in favor of running all the manifest generation specs for both the jar task and jpi task - These tests are expected to produce the same outputs in both cases with only the task name and output file varying so far. Introduce an abstract class with two abstract methods for these properties to more clearly define that we expect the same results in both places Commit: 1a7456af2bfa6c7efe367e82b07e7b3ad8b3c889 https://github.com/jenkinsci/gradle-jpi-plugin/commit/1a7456af2bfa6c7efe367e82b07e7b3ad8b3c889 Author: Steve Hill Date: 2019-03-23 (Sat, 23 Mar 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy Log Message: --- Move task caching tests to AbstractManifest..Spec Commit: 363b15effcc5dad3fce7d1ff1292160ce096a2ae https://github.com/jenkinsci/gradle-jpi-plugin/commit/363b15effcc5dad3fce7d1ff1292160ce096a2ae Author: Steve Hill Date: 2019-03-23 (Sat, 23 Mar 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy R src/test/resources/org/jenkinsci/gradle/plugins/jpi/plugin-class.mf Log Message: --- Remove JpiManifestSpec#plugin-class - Already covered by the IntegrationTest 'should populate Plugin-Class from legacy hudson.Plugin implementation' Commit: 5a35c148692eab1f89fd0405b5829506d86c9b9d https://github.com/jenkinsci/gradle-jpi-plugin/commit/5a35c148692eab1f89fd0405b5829506d86c9b9d Author: Steve Hill Date: 2019-03-23 (Sat, 23 Mar 2019) Changed paths: M CHANGELOG.md M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifest.groovy A src/ma
[jenkinsci/gradle-jpi-plugin] 6091eb: Move JpiManifestSpec#Plugin-Versions
Branch: refs/heads/java-minimum-version Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 6091eb606bec7f2774e2ab2fcb7f841f8fbceba8 https://github.com/jenkinsci/gradle-jpi-plugin/commit/6091eb606bec7f2774e2ab2fcb7f841f8fbceba8 Author: Steve Hill Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy R src/test/resources/org/jenkinsci/gradle/plugins/jpi/complex-dependencies.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/dependencies.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/dependency.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/optional-dependencies.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/optional-dependency.mf Log Message: --- Move JpiManifestSpec#Plugin-Versions - Remove newly-unused test manifest.mf files - Rename tests to indicate order matters Commit: 299ea91415875857a7a1809a748960827d5df867 https://github.com/jenkinsci/gradle-jpi-plugin/commit/299ea91415875857a7a1809a748960827d5df867 Author: Steve Hill Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy R src/test/resources/org/jenkinsci/gradle/plugins/jpi/compatible-since-version.mf Log Message: --- Move JpiManifestTest#Compatible-Since-Version - Remove newly-unused test manifest file - Update formatting on Plugin-Dependencies tests to pass codenarc Commit: 8ceaf63a6dbbc7325fe4592c2adff900b08eef9d https://github.com/jenkinsci/gradle-jpi-plugin/commit/8ceaf63a6dbbc7325fe4592c2adff900b08eef9d Author: Steve Hill Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy R src/test/resources/org/jenkinsci/gradle/plugins/jpi/mask-classes.mf Log Message: --- Move JpiManifestSpec#Mask-Classes Commit: 10703efe5af699db749d49f5c20b1e375d887972 https://github.com/jenkinsci/gradle-jpi-plugin/commit/10703efe5af699db749d49f5c20b1e375d887972 Author: Steve Hill Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy R src/test/resources/org/jenkinsci/gradle/plugins/jpi/plugin-first-class-loader.mf Log Message: --- Move JpiManifestSpec#PluginFirstClassLoader - Add test to document current behavior of not including the manifest entry if the property is false Commit: 5219a6e8615f24708a2798bf319e86d5f672f70c https://github.com/jenkinsci/gradle-jpi-plugin/commit/5219a6e8615f24708a2798bf319e86d5f672f70c Author: Steve Hill Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy R src/test/resources/org/jenkinsci/gradle/plugins/jpi/sandbox-status.mf Log Message: --- Move JpiManifestSpec#Sandbox-Status Commit: c1ca9943b44dc527ac4e34244ed2f6e28b7974c7 https://github.com/jenkinsci/gradle-jpi-plugin/commit/c1ca9943b44dc527ac4e34244ed2f6e28b7974c7 Author: Steve Hill Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy R src/test/resources/org/jenkinsci/gradle/plugins/jpi/plugin-developer.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/plugin-developers.mf Log Message: --- Move JpiManifestSpec#Plugin-Developers Commit: 29533ff20fc065e3aabf08e5c70846660ffcb1aa https://github.com/jenkinsci/gradle-jpi-plugin/commit/29533ff20fc065e3aabf08e5c70846660ffcb1aa Author: Steve Hill Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy Log Message: --- Fix TestPlugin folder for legacy Plugin-Class test Commit: dd97a7ee1c8f63b1ffb3f9edb6a352f50d4d8e2d https://github.com/jenkinsci/gradle-jpi-plugin/commit/dd97a7ee1c8f63b1ffb3f9edb6a352f50d4d8e2d Author: Steve Hill Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy R src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy R src/test/resources/org
[jenkinsci/gradle-jpi-plugin] 0cc4b4: GradleTestKit for ManifestSpec
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 0cc4b42794003ee66631c71430c98fd2c005224a https://github.com/jenkinsci/gradle-jpi-plugin/commit/0cc4b42794003ee66631c71430c98fd2c005224a Author: Steve Hill Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M CHANGELOG.md M build.gradle M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifest.groovy A src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/VersionCalculator.java A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JarManifestIntegrationSpec.groovy A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestIntegrationSpec.groovy R src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifestSpec.groovy A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/internal/VersionCalculatorTest.groovy R src/test/resources/org/jenkinsci/gradle/plugins/jpi/basics.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/compatible-since-version.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/complex-dependencies.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/dependencies.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/dependency.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/mask-classes.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/optional-dependencies.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/optional-dependency.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/plugin-class.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/plugin-developer.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/plugin-developers.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/plugin-first-class-loader.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/sandbox-status.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/support-dynamic-loading-maybe.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/support-dynamic-loading-no.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/support-dynamic-loading-yes.mf R src/test/resources/org/jenkinsci/gradle/plugins/jpi/support-dynamic-loading/maybe/hudson.Extension R src/test/resources/org/jenkinsci/gradle/plugins/jpi/support-dynamic-loading/no/hudson.Extension R src/test/resources/org/jenkinsci/gradle/plugins/jpi/support-dynamic-loading/yes/hudson.Extension R src/test/resources/org/jenkinsci/gradle/plugins/jpi/test.mf Log Message: --- GradleTestKit for ManifestSpec - Eliminate the use of ProjectBuilder in favor of running these tests through GradleTestKit to ensure the entire workflow is working - Run each test on the jar task and jpi task, checking the resulting jar or plugin manifest for the expected entries - Introduce commons-text so we can randomly generate project names and versions in tests. The goal of this is to more clearly illustrate the mapping and rely less on hardcoded strings that are easily missed - Define the default scenario in one test and use subsequent tests to set up the minimum inputs to produce the desired outputs - Removes the full manifest test resources. This style meant that adding a new manifest entry was very high-touch - 19 tests failed when adding the new Minimum-Java-Version field, which would have resulted in changing many files. By switching to this approach, our eventual change to add Java-Minimum-Version will only need to add a dedicated test and update the defaults test - Extract VersionCalculator so its appending behavior can be independently unit-tested - Update the format of the appended timestamp to be ISO8601 so it is not timezone dependent, clearly indicates the timezone it was generated in, and conflict resolves correctly when resolved through gradle - Change format of Supports-Dynamic-Loading tests to compile a simple plugin through gradle with the expected annotation rather than checking in the encoded value of hudson.Extension -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/heads/java-minimum-version Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] b7aae7: Add Minimum-Java-Version to Manifest
Branch: refs/heads/minimum-java Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: b7aae7cc94695ce9bf4e49eab790faa0919d05c1 https://github.com/jenkinsci/gradle-jpi-plugin/commit/b7aae7cc94695ce9bf4e49eab790faa0919d05c1 Author: Steve Hill Date: 2019-03-26 (Tue, 26 Mar 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifest.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy Log Message: --- Add Minimum-Java-Version to Manifest - Use Gradle's built-in targetCompatibility property to populate this value -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin]
Branch: refs/heads/minimum-java Home: https://github.com/jenkinsci/gradle-jpi-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] 322faf: Add Minimum-Java-Version to Manifest
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 322faf344b8a4c56197dadf2f1a660d177f8583b https://github.com/jenkinsci/gradle-jpi-plugin/commit/322faf344b8a4c56197dadf2f1a660d177f8583b Author: Steve Hill Date: 2019-03-29 (Fri, 29 Mar 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifest.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy Log Message: --- Add Minimum-Java-Version to Manifest - Use Gradle's built-in targetCompatibility property to populate this value -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] 6ba80e: Update defaults test for Manifest
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: 6ba80e8463b6bd72ad87b8131fb164b132fda79d https://github.com/jenkinsci/gradle-jpi-plugin/commit/6ba80e8463b6bd72ad87b8131fb164b132fda79d Author: Steve Hill Date: 2019-03-30 (Sat, 30 Mar 2019) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy Log Message: --- Update defaults test for Manifest - Replace dedicated test for implicit targetCompatibility with an additional entry for the expected defaults Commit: 6e235dd44426f2ce1181cd50ee0871378c5967c3 https://github.com/jenkinsci/gradle-jpi-plugin/commit/6e235dd44426f2ce1181cd50ee0871378c5967c3 Author: Steve Hill Date: 2019-03-30 (Sat, 30 Mar 2019) Changed paths: M gradle/wrapper/gradle-wrapper.jar M gradle/wrapper/gradle-wrapper.properties M gradlew M gradlew.bat Log Message: --- Gradle 5.3.1 Release notes: https://docs.gradle.org/5.3.1/release-notes.html Commit: b0414126d2b26a5ec3b7259044a29b10f6cbf1b0 https://github.com/jenkinsci/gradle-jpi-plugin/commit/b0414126d2b26a5ec3b7259044a29b10f6cbf1b0 Author: Steve Hill Date: 2019-03-30 (Sat, 30 Mar 2019) Changed paths: M build.gradle Log Message: --- Remove config to ignore test failures in CI Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/322faf344b8a...b0414126d2b2 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] f5a514: Enable full stacktrace logging on test failure
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: f5a514aaebcc80e453b6af3ec0c52bb871521a2d https://github.com/jenkinsci/gradle-jpi-plugin/commit/f5a514aaebcc80e453b6af3ec0c52bb871521a2d Author: Steve Hill Date: 2019-03-30 (Sat, 30 Mar 2019) Changed paths: M build.gradle Log Message: --- Enable full stacktrace logging on test failure -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/gradle-jpi-plugin] aed966: Add jar deps to testImplementation
Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: aed966a68c8a4b091fe6f8a306b94803ceab90af https://github.com/jenkinsci/gradle-jpi-plugin/commit/aed966a68c8a4b091fe6f8a306b94803ceab90af Author: Steve Hill Date: 2019-03-30 (Sat, 30 Mar 2019) Changed paths: M CHANGELOG.md M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPluginSpec.groovy Log Message: --- Add jar deps to testImplementation - Previously added to testCompile configuration - Gradle 3.4 was released on 2017-02-20 with the testImplementation configuration[1] - Gradle 4.7 was released on 2018-04-18 with a userguide specifying the testCompile configuration is deprecated[2] [1]: https://docs.gradle.org/3.4/release-notes.html#configurations-can-be-unresolvable [2]: https://docs.gradle.org/4.7/userguide/java_plugin.html#sec:java_plugin_and_dependency_management Commit: a05240ba974be00061b6f29c19c2642d7e1a60d9 https://github.com/jenkinsci/gradle-jpi-plugin/commit/a05240ba974be00061b6f29c19c2642d7e1a60d9 Author: Steve Hill Date: 2019-03-30 (Sat, 30 Mar 2019) Changed paths: M CHANGELOG.md M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AddedDependenciesIntegrationSpec.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPluginSpec.groovy A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/TestDataGenerator.groovy R src/test/groovy/org/jenkinsci/gradle/plugins/jpi/TestDependenciesTaskIntegrationSpec.groovy R src/test/resources/org/jenkinsci/gradle/plugins/jpi/resolveTestDependencies.gradle Log Message: --- Add plugin jars using Configuration#withDependencies - Moving the flaky test that checked testCompileClasspath had the right jar dependencies to GradleTestKit revealed that the resolved dependencies required configurations to be resolved in a certain order that Gradle could not guarantee. This was fixed by using the Configuration#withDependencies api that has been present since Gradle 4.4. - The referenced test fails quite often on at least one of four CI nodes, causing the build to appear unstable. The problem looks to be that we're forcing resolution through the ProjectBuilder api. Using GradleTestKit is expected to be more stable because Gradle is allowed to do resolution as it will in practice. - Each added dependency now has a reason using the because api present since Gradle 4.6. - TestDependenciesTaskIntegrationSpec was renamed to AddedDependenciesIntegrationSpec and now has both tests related to the dependencies the plugin is adding. Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/f5a514aaebcc...a05240ba974b -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.