Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/ivy-plugin

  Commit: 5c8882822f0d28c34520c94b91fdf477c141ea67

      
https://github.com/jenkinsci/ivy-plugin/commit/5c8882822f0d28c34520c94b91fdf477c141ea67

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-08 (Tue, 08 Jan 2019)



  Changed paths:

    M build.gradle



  Log Message:

  -----------

  Improve plugin description





  Commit: 8df707d4f315493fb4481894c4ce975642b442f1

      
https://github.com/jenkinsci/ivy-plugin/commit/8df707d4f315493fb4481894c4ce975642b442f1

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M build.gradle

    M gradle/wrapper/gradle-wrapper.jar

    M gradle/wrapper/gradle-wrapper.properties

    M gradlew

    M gradlew.bat



  Log Message:

  -----------

  Upgrade jpi plugin (requires Gradle upgrade)



The newer jpi plugin better handles dependencies.

Therefore "@jar" can be removed from the dependency declarations.



The build.gradle can be simplified with the newer Gradle.





  Commit: 29ed6aafb12444b093034818bb8d8cfcaed5b090

      
https://github.com/jenkinsci/ivy-plugin/commit/29ed6aafb12444b093034818bb8d8cfcaed5b090

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M build.gradle



  Log Message:

  -----------

  Add AnimalSniffer plugin for checking Java compatibility





  Commit: f0ef73552ee4b01c5f2add6bfc36811e381289dd

      
https://github.com/jenkinsci/ivy-plugin/commit/f0ef73552ee4b01c5f2add6bfc36811e381289dd

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M build.gradle

    M src/main/resources/hudson/ivy/FilteredChangeLogSet/digest.jelly

    M src/main/resources/hudson/ivy/FilteredChangeLogSet/index.jelly

    M src/main/resources/hudson/ivy/IvyBuild/actions.jelly

    M src/main/resources/hudson/ivy/IvyBuildTrigger/UserCause/description.jelly

    M src/main/resources/hudson/ivy/IvyBuildTrigger/config.jelly

    M src/main/resources/hudson/ivy/IvyBuildTrigger/global.jelly

    M src/main/resources/hudson/ivy/IvyConfig/newInstanceDetail.jelly

    M src/main/resources/hudson/ivy/IvyModule/actions.jelly

    M src/main/resources/hudson/ivy/IvyModule/configure-entries.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/actions.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/ajaxBuildQueue.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/configure-entries.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/deleteAllDisabledModules.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/disabled.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/global.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/index.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/modules.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/newJobDetail.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/sidepanel2.jelly

    M src/main/resources/hudson/ivy/IvyModuleSetBuild/main.jelly

    M src/main/resources/index.jelly



  Log Message:

  -----------

  Cleanup - Enable InjectedTest & fix found Jelly issues





  Commit: 230a3e78d627a1eb3568e3ce48996c1d3699ad15

      
https://github.com/jenkinsci/ivy-plugin/commit/230a3e78d627a1eb3568e3ce48996c1d3699ad15

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/java/hudson/ivy/IvyAggregatedReport.java

    M src/main/java/hudson/ivy/IvyBuild.java

    M src/main/java/hudson/ivy/IvyBuildProxy.java

    M src/main/java/hudson/ivy/IvyBuildTrigger.java

    M src/main/java/hudson/ivy/IvyModuleSet.java

    M src/main/java/hudson/ivy/IvyReporter.java

    M src/main/resources/hudson/ivy/Messages.properties



  Log Message:

  -----------

  Cleanup - Fix typos





  Commit: 9ddad6446e03d45d66103fdacccf0ce5136b2b5d

      
https://github.com/jenkinsci/ivy-plugin/commit/9ddad6446e03d45d66103fdacccf0ce5136b2b5d

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/java/hudson/ivy/AbstractIvyBuild.java

    M src/main/java/hudson/ivy/IvyBuildTrigger.java

    M src/main/java/hudson/ivy/IvyBuilder.java

    M src/main/java/hudson/ivy/IvyModule.java

    M src/main/java/hudson/ivy/IvyModuleSet.java

    M src/main/java/hudson/ivy/IvyModuleSetBuild.java

    M src/main/java/hudson/ivy/IvyReporter.java

    M src/main/java/hudson/ivy/IvyReporterDescriptor.java

    M src/main/java/hudson/ivy/builder/AntIvyBuilderType.java

    M src/main/java/hudson/ivy/builder/IvyBuilderType.java

    M src/main/java/hudson/ivy/builder/NAntIvyBuilderType.java



  Log Message:

  -----------

  Cleanup - Replace deprecated Hudson with Jenkins class





  Commit: b2d8cd4de29046427262556f4a37eb65b9c177cd

      
https://github.com/jenkinsci/ivy-plugin/commit/b2d8cd4de29046427262556f4a37eb65b9c177cd

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/java/hudson/ivy/IvyAggregatedReport.java

    M src/main/java/hudson/ivy/IvyBuildProxy.java

    M src/main/java/hudson/ivy/IvyBuildTrigger.java

    M src/main/java/hudson/ivy/IvyBuilder.java

    M src/main/java/hudson/ivy/IvyModule.java

    M src/main/java/hudson/ivy/IvyReporterDescriptor.java

    M src/main/java/hudson/ivy/IvyThresholdDependency.java

    M src/main/resources/hudson/ivy/IvyBuildTrigger/help-revisionMatching.html

    M src/main/resources/hudson/ivy/IvyBuildTrigger/help.html

    M src/main/resources/hudson/ivy/IvyModuleSet/index.properties

    M src/main/resources/hudson/ivy/IvyModuleSet/modules.properties

    M src/main/resources/hudson/ivy/IvyModuleSet/newJobDetail.properties

    M src/main/resources/hudson/ivy/Messages.properties

    M src/main/webapp/aggregator.html

    M src/main/webapp/ignore-upstream-changes.html

    M src/main/webapp/incremental.html

    M 
src/test/resources/example-project/branches/infrastructure/1.0/build/ivy/ivysettings.xml

    M 
src/test/resources/example-project/branches/my-product/1.0/build/ivy/ivysettings.xml

    M src/test/resources/example-project/modules/build/ivy/ivysettings.xml



  Log Message:

  -----------

  Cleanup - Replace Hudson with Jenkins in wordings





  Commit: 3ee5a2d4b38201420faaa90c98f5365cff7b4043

      
https://github.com/jenkinsci/ivy-plugin/commit/3ee5a2d4b38201420faaa90c98f5365cff7b4043

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/java/hudson/ivy/AbstractIvyProject.java

    M src/main/java/hudson/ivy/IvyBuild.java

    M src/main/java/hudson/ivy/IvyConfig.java



  Log Message:

  -----------

  Cleanup - Remove unused imports





  Commit: 086661029209c6986abfc1984c0cd0965a550eb3

      
https://github.com/jenkinsci/ivy-plugin/commit/086661029209c6986abfc1984c0cd0965a550eb3

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/java/hudson/ivy/IvyBuildTrigger.java

    M src/main/java/hudson/ivy/IvyDependency.java

    M src/main/java/hudson/ivy/IvyMessageImpl.java

    M src/main/java/hudson/ivy/IvyThresholdDependency.java

    M src/main/java/hudson/ivy/IvyVirtualDependency.java



  Log Message:

  -----------

  Cleanup - Fix dangling Javadoc





  Commit: 85d0b8beeac468386409129daa7d6e0688c6799b

      
https://github.com/jenkinsci/ivy-plugin/commit/85d0b8beeac468386409129daa7d6e0688c6799b

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/java/hudson/ivy/IvyBuildTrigger.java

    M src/main/java/hudson/ivy/IvyModule.java

    M src/main/java/hudson/ivy/IvyModuleSetBuild.java

    M src/main/java/hudson/ivy/IvyReporter.java

    M src/main/java/hudson/ivy/builder/AntIvyBuilderType.java



  Log Message:

  -----------

  Cleanup - Improve Javadoc slightly





  Commit: 5df7473095020322bca8dedf71ebfcaac4c2b49b

      
https://github.com/jenkinsci/ivy-plugin/commit/5df7473095020322bca8dedf71ebfcaac4c2b49b

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/java/hudson/ivy/IvyBuildTrigger.java



  Log Message:

  -----------

  Cleanup - User uppercase literal



That's the recommended notation.





  Commit: fe1639665b6c2b7e1af922ea6429fb71b23a79e2

      
https://github.com/jenkinsci/ivy-plugin/commit/fe1639665b6c2b7e1af922ea6429fb71b23a79e2

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/java/hudson/ivy/AbstractIvyProject.java



  Log Message:

  -----------

  Cleanup - Don't use pre-sized array when calling toArray(...)



see https://shipilev.net/blog/2016/arrays-wisdom-ancients/





  Commit: 9cf582f1918e502b98e6d63a81574f7a5623c244

      
https://github.com/jenkinsci/ivy-plugin/commit/9cf582f1918e502b98e6d63a81574f7a5623c244

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/java/hudson/ivy/IvyBuildTrigger.java

    M src/main/java/hudson/ivy/IvyMessageImpl.java

    M src/main/java/hudson/ivy/IvyModule.java

    M src/main/java/hudson/ivy/IvyThresholdDependency.java

    M src/main/java/hudson/ivy/builder/AntIvyBuilderType.java

    M src/main/java/hudson/ivy/builder/NAntIvyBuilderType.java



  Log Message:

  -----------

  Cleanup - Make fields final



This reduces the probability of mutability issues.





  Commit: 6ea653a655eb330edc04ba3c44fe7054cf5a0549

      
https://github.com/jenkinsci/ivy-plugin/commit/6ea653a655eb330edc04ba3c44fe7054cf5a0549

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/java/hudson/ivy/IvyBuildTrigger.java



  Log Message:

  -----------

  Cleanup - Replace deprecated DependecyDeclarer class





  Commit: 9ed8ec47294cf641e9dbd69f328a2d0b024e65ac

      
https://github.com/jenkinsci/ivy-plugin/commit/9ed8ec47294cf641e9dbd69f328a2d0b024e65ac

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/java/hudson/ivy/IvyBuildTrigger.java



  Log Message:

  -----------

  Cleanup - Replace deprecated UserCause class





  Commit: 6d32569ceff95648d12baf5e2090bded4855ed8d

      
https://github.com/jenkinsci/ivy-plugin/commit/6d32569ceff95648d12baf5e2090bded4855ed8d

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/resources/hudson/ivy/FilteredChangeLogSet/digest.jelly

    M src/main/resources/hudson/ivy/FilteredChangeLogSet/index.jelly

    M src/main/resources/hudson/ivy/IvyBuild/actions.jelly

    M src/main/resources/hudson/ivy/IvyBuildTrigger/UserCause/description.jelly

    M src/main/resources/hudson/ivy/IvyBuildTrigger/config.jelly

    M src/main/resources/hudson/ivy/IvyBuildTrigger/global.jelly

    M src/main/resources/hudson/ivy/IvyConfig/newInstanceDetail.jelly

    M src/main/resources/hudson/ivy/IvyModule/actions.jelly

    M src/main/resources/hudson/ivy/IvyModule/configure-entries.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/actions.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/ajaxBuildQueue.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/configure-entries.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/deleteAllDisabledModules.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/disabled.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/global.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/index.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/modules.jelly

    M src/main/resources/hudson/ivy/IvyModuleSetBuild/main.jelly

    M src/main/resources/hudson/ivy/builder/AntIvyBuilderType/config.jelly

    M src/main/resources/hudson/ivy/builder/NAntIvyBuilderType/config.jelly



  Log Message:

  -----------

  Cleanup - Fix Jelly formatting





  Commit: 360ea6f15569d6d5c2d9a8eb6e18cbb18b1b5ee6

      
https://github.com/jenkinsci/ivy-plugin/commit/360ea6f15569d6d5c2d9a8eb6e18cbb18b1b5ee6

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-01-18 (Fri, 18 Jan 2019)



  Changed paths:

    M src/main/resources/hudson/ivy/IvyBuildTrigger/config.jelly

    M src/main/resources/hudson/ivy/IvyBuildTrigger/config.properties

    M src/main/resources/hudson/ivy/IvyBuildTrigger/global.jelly

    M src/main/resources/hudson/ivy/IvyBuildTrigger/global.properties

    M src/main/resources/hudson/ivy/IvyBuildTrigger/global_nl.properties



  Log Message:

  -----------

  Cleanup - Use i18n properties more consistently





  Commit: 35ed6d3b3482737af2a7575cdb3fae86d88b75e5

      
https://github.com/jenkinsci/ivy-plugin/commit/35ed6d3b3482737af2a7575cdb3fae86d88b75e5

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-02-10 (Sun, 10 Feb 2019)



  Changed paths:

    M build.gradle



  Log Message:

  -----------

  Upgrade jpi plugin



This skips the Jenkins setup wizard when using the Gradle "server" task.





  Commit: 4c3bf7743814d4205812b52bdb65a099e88761be

      
https://github.com/jenkinsci/ivy-plugin/commit/4c3bf7743814d4205812b52bdb65a099e88761be

  Author: Kevin Formsma <kevin.form...@gmail.com>

  Date:   2019-02-19 (Tue, 19 Feb 2019)



  Changed paths:

    M build.gradle

    M gradle/wrapper/gradle-wrapper.jar

    M gradle/wrapper/gradle-wrapper.properties

    M gradlew

    M gradlew.bat

    M src/main/java/hudson/ivy/AbstractIvyBuild.java

    M src/main/java/hudson/ivy/AbstractIvyProject.java

    M src/main/java/hudson/ivy/IvyAggregatedReport.java

    M src/main/java/hudson/ivy/IvyBuild.java

    M src/main/java/hudson/ivy/IvyBuildProxy.java

    M src/main/java/hudson/ivy/IvyBuildTrigger.java

    M src/main/java/hudson/ivy/IvyBuilder.java

    M src/main/java/hudson/ivy/IvyConfig.java

    M src/main/java/hudson/ivy/IvyDependency.java

    M src/main/java/hudson/ivy/IvyMessageImpl.java

    M src/main/java/hudson/ivy/IvyModule.java

    M src/main/java/hudson/ivy/IvyModuleSet.java

    M src/main/java/hudson/ivy/IvyModuleSetBuild.java

    M src/main/java/hudson/ivy/IvyReporter.java

    M src/main/java/hudson/ivy/IvyReporterDescriptor.java

    M src/main/java/hudson/ivy/IvyThresholdDependency.java

    M src/main/java/hudson/ivy/IvyVirtualDependency.java

    M src/main/java/hudson/ivy/builder/AntIvyBuilderType.java

    M src/main/java/hudson/ivy/builder/IvyBuilderType.java

    M src/main/java/hudson/ivy/builder/NAntIvyBuilderType.java

    M src/main/resources/hudson/ivy/FilteredChangeLogSet/digest.jelly

    M src/main/resources/hudson/ivy/FilteredChangeLogSet/index.jelly

    M src/main/resources/hudson/ivy/IvyBuild/actions.jelly

    M src/main/resources/hudson/ivy/IvyBuildTrigger/UserCause/description.jelly

    M src/main/resources/hudson/ivy/IvyBuildTrigger/config.jelly

    M src/main/resources/hudson/ivy/IvyBuildTrigger/config.properties

    M src/main/resources/hudson/ivy/IvyBuildTrigger/global.jelly

    M src/main/resources/hudson/ivy/IvyBuildTrigger/global.properties

    M src/main/resources/hudson/ivy/IvyBuildTrigger/global_nl.properties

    M src/main/resources/hudson/ivy/IvyBuildTrigger/help-revisionMatching.html

    M src/main/resources/hudson/ivy/IvyBuildTrigger/help.html

    M src/main/resources/hudson/ivy/IvyConfig/newInstanceDetail.jelly

    M src/main/resources/hudson/ivy/IvyModule/actions.jelly

    M src/main/resources/hudson/ivy/IvyModule/configure-entries.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/actions.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/ajaxBuildQueue.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/configure-entries.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/deleteAllDisabledModules.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/disabled.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/global.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/index.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/index.properties

    M src/main/resources/hudson/ivy/IvyModuleSet/modules.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/modules.properties

    M src/main/resources/hudson/ivy/IvyModuleSet/newJobDetail.jelly

    M src/main/resources/hudson/ivy/IvyModuleSet/newJobDetail.properties

    M src/main/resources/hudson/ivy/IvyModuleSet/sidepanel2.jelly

    M src/main/resources/hudson/ivy/IvyModuleSetBuild/main.jelly

    M src/main/resources/hudson/ivy/Messages.properties

    M src/main/resources/hudson/ivy/builder/AntIvyBuilderType/config.jelly

    M src/main/resources/hudson/ivy/builder/NAntIvyBuilderType/config.jelly

    M src/main/resources/index.jelly

    M src/main/webapp/aggregator.html

    M src/main/webapp/ignore-upstream-changes.html

    M src/main/webapp/incremental.html

    M 
src/test/resources/example-project/branches/infrastructure/1.0/build/ivy/ivysettings.xml

    M 
src/test/resources/example-project/branches/my-product/1.0/build/ivy/ivysettings.xml

    M src/test/resources/example-project/modules/build/ivy/ivysettings.xml



  Log Message:

  -----------

  Merge pull request #30 from darxriggs/improvements



Improvements





Compare: 
https://github.com/jenkinsci/ivy-plugin/compare/95f13676ab8c...4c3bf7743814

-- 
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.

Reply via email to