Branch: refs/heads/master Home: https://github.com/jenkinsci/windows-slaves-plugin Commit: 646f2753f72edba8e251395a042be3260933eecf https://github.com/jenkinsci/windows-slaves-plugin/commit/646f2753f72edba8e251395a042be3260933eecf Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-25 (Thu, 25 Oct 2018)
Changed paths: M pom.xml Log Message: ----------- Consistent pom.xml format Automatic formatting via `mvn tidy:pom`. Commit: 9e27c26ba885d183c21d07ed20f483461c19a480 https://github.com/jenkinsci/windows-slaves-plugin/commit/9e27c26ba885d183c21d07ed20f483461c19a480 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java M src/main/java/hudson/os/windows/WindowsRemoteLauncher.java Log Message: ----------- Replace deprecated classes & methods with suggested ones Commit: 3da6c12b2b885d34b6c5bae9a062cde9e145d48a https://github.com/jenkinsci/windows-slaves-plugin/commit/3da6c12b2b885d34b6c5bae9a062cde9e145d48a Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/help-account_zh_TW.html Log Message: ----------- Fix typo Commit: 975984776dec93ec847aa86c36d0f62daf3525b9 https://github.com/jenkinsci/windows-slaves-plugin/commit/975984776dec93ec847aa86c36d0f62daf3525b9 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/config_de.properties M src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/help_da.properties M src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/help_pt_BR.properties Log Message: ----------- Fix trailing whitespaces in property files Commit: 958d41048a8bd01abddbff651aeffa87c73d6ba1 https://github.com/jenkinsci/windows-slaves-plugin/commit/958d41048a8bd01abddbff651aeffa87c73d6ba1 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/resources/hudson/os/windows/ManagedWindowsServiceAccount/AnotherUser/config.groovy M src/main/resources/hudson/os/windows/ManagedWindowsServiceAccount/config.groovy M src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/AccountInfo/config.groovy Log Message: ----------- Remove unnecessary semicolons in Groovy Commit: dfda230d61f7ca9727881880dd1460a8f46439f0 https://github.com/jenkinsci/windows-slaves-plugin/commit/dfda230d61f7ca9727881880dd1460a8f46439f0 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java Log Message: ----------- Replace manual resource cleanup with try-with-resources construct Removing the "throws IOException" as this is caught. Commit: 17d20d4ce671da3dbd418b254904c0e751e816c9 https://github.com/jenkinsci/windows-slaves-plugin/commit/17d20d4ce671da3dbd418b254904c0e751e816c9 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java M src/main/java/hudson/os/windows/WindowsRemoteLauncher.java Log Message: ----------- Collapse identical catch blocks to reduce code duplication Commit: cbf9f14cb9e001e122518cdc2db4044d0826cc6a https://github.com/jenkinsci/windows-slaves-plugin/commit/cbf9f14cb9e001e122518cdc2db4044d0826cc6a Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-11-21 (Wed, 21 Nov 2018) Changed paths: M src/main/java/hudson/os/windows/ManagedWindowsServiceAccount.java M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java M src/main/java/hudson/os/windows/WindowsRemoteFileSystem.java M src/test/java/hudson/os/windows/ManagedWindowsServiceLauncherTest.java Log Message: ----------- Fix trailing spaces Commit: e1bfa39f97a0df675f6470d556a8da99ed571678 https://github.com/jenkinsci/windows-slaves-plugin/commit/e1bfa39f97a0df675f6470d556a8da99ed571678 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-11-21 (Wed, 21 Nov 2018) Changed paths: M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java Log Message: ----------- Fix Javadoc Commit: d6b8bdd0176e0663d5d72920a6df644f0676698e https://github.com/jenkinsci/windows-slaves-plugin/commit/d6b8bdd0176e0663d5d72920a6df644f0676698e Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-11-21 (Wed, 21 Nov 2018) Changed paths: M src/main/java/hudson/os/windows/WindowsRemoteFileSystem.java M src/main/java/hudson/os/windows/WindowsRemoteLauncher.java Log Message: ----------- Add missing @Override annotations Commit: 44335842201b0e347a67d6a97d08270e4f09792c https://github.com/jenkinsci/windows-slaves-plugin/commit/44335842201b0e347a67d6a97d08270e4f09792c Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-11-21 (Wed, 21 Nov 2018) Changed paths: M src/main/java/hudson/os/windows/ManagedWindowsServiceAccount.java M src/main/java/hudson/os/windows/ManagedWindowsServiceConnector.java M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java M src/main/java/hudson/os/windows/WindowsRemoteFileSystem.java M src/main/java/hudson/os/windows/WindowsRemoteLauncher.java M src/test/java/hudson/os/windows/ManagedWindowsServiceLauncherTest.java Log Message: ----------- Consistent formatting Commit: 92ed98215a1523ff7505307f1dea1971eaaad781 https://github.com/jenkinsci/windows-slaves-plugin/commit/92ed98215a1523ff7505307f1dea1971eaaad781 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2018-12-19 (Wed, 19 Dec 2018) Changed paths: M pom.xml M src/main/java/hudson/os/windows/ManagedWindowsServiceAccount.java M src/main/java/hudson/os/windows/ManagedWindowsServiceConnector.java M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java M src/main/java/hudson/os/windows/WindowsRemoteFileSystem.java M src/main/java/hudson/os/windows/WindowsRemoteLauncher.java M src/main/resources/hudson/os/windows/ManagedWindowsServiceAccount/AnotherUser/config.groovy M src/main/resources/hudson/os/windows/ManagedWindowsServiceAccount/config.groovy M src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/AccountInfo/config.groovy M src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/config_de.properties M src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/help-account_zh_TW.html M src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/help_da.properties M src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/help_pt_BR.properties M src/test/java/hudson/os/windows/ManagedWindowsServiceLauncherTest.java Log Message: ----------- Merge pull request #14 from darxriggs/code-cleanup Code Improvements Compare: https://github.com/jenkinsci/windows-slaves-plugin/compare/7e708d83442c...92ed98215a15 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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.