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 <sghill....@gmail.com> 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 <sghill....@gmail.com> 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 <sghill....@gmail.com> 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 <sghill....@gmail.com> 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 <sghill....@gmail.com> 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 <sghill....@gmail.com> 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 <sghill....@gmail.com> 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 <sghill....@gmail.com> 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/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 Log Message: ----------- Move JpiManifestSpec#Support-Dynamic-Loading - Change format of tests to compile a simple plugin through gradle with the expected annotation rather than checking in the encoded value of hudson.Extension Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/5a35c148692e...dd97a7ee1c8f -- 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.