Branch: refs/heads/master Home: https://github.com/jenkinsci/plasticscm-plugin Commit: dc5ca0e56bf1f206e533efaebea7f31ab16f093b https://github.com/jenkinsci/plasticscm-plugin/commit/dc5ca0e56bf1f206e533efaebea7f31ab16f093b Author: Daniel Peñalba <dpena...@codicesoftware.com> Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths: M pom.xml Log Message: ----------- Update the min jenkins version to the first version that supports Java 11 Commit: f30299d13875694e53c87708f93267eb024573bc https://github.com/jenkinsci/plasticscm-plugin/commit/f30299d13875694e53c87708f93267eb024573bc Author: Daniel Peñalba <dpena...@codicesoftware.com> Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M pom.xml Log Message: ----------- Fixed build Added an explicit dependency to commons-beanutils 1.9.4 (latest) to fix a "Require upper bound dependencies error". Package digester3 required beanutils 1.8.3, however the jenkins-core package required 1.9.3. Adding the explicit dependency fixes the issue. Commit: c77e3c323d9ba1a221860bf75608fda7fc12e193 https://github.com/jenkinsci/plasticscm-plugin/commit/c77e3c323d9ba1a221860bf75608fda7fc12e193 Author: Daniel Peñalba <dpena...@codicesoftware.com> Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M src/main/java/com/codicesoftware/plugins/jenkins/tools/CmToolInstaller.java Log Message: ----------- Fixed spotbugs Fixed a possible null pointer dereference in com.codicesoftware.plugins.jenkins.tools.CmToolInstaller.performInstallation(ToolInstallation, Node, TaskListener) due to return value of called method [com.codicesoftware.plugins.jenkins.tools.CmToolInstaller, com.codicesoftware.plugins.jenkins.tools.CmToolInstaller] Method invoked at CmToolInstaller.java:[line 62]Known null at CmToolInstaller.java:[line 62] NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE Commit: 1a35d85f10ee5dc019833ace7ae58d24b7912ec8 https://github.com/jenkinsci/plasticscm-plugin/commit/1a35d85f10ee5dc019833ace7ae58d24b7912ec8 Author: Daniel Peñalba <dpena...@codicesoftware.com> Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M pom.xml Log Message: ----------- Update the developers in pom.xml Commit: eefef166b877f8d67c98c03fe4eb1315e4a3eebd https://github.com/jenkinsci/plasticscm-plugin/commit/eefef166b877f8d67c98c03fe4eb1315e4a3eebd Author: Daniel Peñalba <dpena...@codicesoftware.com> Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M README.md Log Message: ----------- Update README.md Commit: 4ec427b0e3f9918fb59aa4c8c567c392535fb184 https://github.com/jenkinsci/plasticscm-plugin/commit/4ec427b0e3f9918fb59aa4c8c567c392535fb184 Author: Daniel Peñalba <dpena...@codicesoftware.com> Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M CHANGELOG.md Log Message: ----------- Update CHANGELOG.md Commit: 5ddc7e66a1f55eb9465d5cf014bb8bd4272dae1c https://github.com/jenkinsci/plasticscm-plugin/commit/5ddc7e66a1f55eb9465d5cf014bb8bd4272dae1c Author: Daniel Peñalba <dani_...@hotmail.com> Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M README.md Log Message: ----------- Update README.md Co-authored-by: Miguel <miguel.gonza...@unity3d.com> Commit: 46d2f5b5ed1242cef9990c6cfe27653579e7014e https://github.com/jenkinsci/plasticscm-plugin/commit/46d2f5b5ed1242cef9990c6cfe27653579e7014e Author: Daniel Peñalba <dani_...@hotmail.com> Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M src/main/java/com/codicesoftware/plugins/jenkins/tools/CmToolInstaller.java Log Message: ----------- Update src/main/java/com/codicesoftware/plugins/jenkins/tools/CmToolInstaller.java Co-authored-by: Miguel <miguel.gonza...@unity3d.com> Commit: 6c027b016f96eb4a39e0cefe910cfc1f8ea94c91 https://github.com/jenkinsci/plasticscm-plugin/commit/6c027b016f96eb4a39e0cefe910cfc1f8ea94c91 Author: Daniel Peñalba <dani_...@hotmail.com> Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M src/main/java/com/codicesoftware/plugins/jenkins/tools/CmToolInstaller.java Log Message: ----------- Update src/main/java/com/codicesoftware/plugins/jenkins/tools/CmToolInstaller.java Co-authored-by: Miguel <miguel.gonza...@unity3d.com> Commit: 991d7bc1c0c4fb6384e5f7325096deb6f354bf24 https://github.com/jenkinsci/plasticscm-plugin/commit/991d7bc1c0c4fb6384e5f7325096deb6f354bf24 Author: Daniel Peñalba <dpena...@codicesoftware.com> Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M CHANGELOG.md Log Message: ----------- Apply suggestion by @mig42 We're not building a release with this PR, so let's remove the version number (you can use X.X if you want) and the date. Commit: 528fe956baa30700abd05062be88936d179a73a2 https://github.com/jenkinsci/plasticscm-plugin/commit/528fe956baa30700abd05062be88936d179a73a2 Author: Daniel Peñalba <dpena...@codicesoftware.com> Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M src/main/java/com/codicesoftware/plugins/jenkins/tools/CmToolInstaller.java Log Message: ----------- Revert "Update src/main/java/com/codicesoftware/plugins/jenkins/tools/CmToolInstaller.java" This reverts commit 46d2f5b5ed1242cef9990c6cfe27653579e7014e. Commit: d17126893296427b49138ba94a967be1076322cd https://github.com/jenkinsci/plasticscm-plugin/commit/d17126893296427b49138ba94a967be1076322cd Author: Daniel Peñalba <dpena...@codicesoftware.com> Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M src/main/java/com/codicesoftware/plugins/jenkins/tools/CmToolInstaller.java Log Message: ----------- Revert "Update src/main/java/com/codicesoftware/plugins/jenkins/tools/CmToolInstaller.java" This reverts commit 6c027b016f96eb4a39e0cefe910cfc1f8ea94c91. Commit: e958663144adff4c9684ffa335293d3b8d8e5d74 https://github.com/jenkinsci/plasticscm-plugin/commit/e958663144adff4c9684ffa335293d3b8d8e5d74 Author: Daniel Peñalba <dpena...@codicesoftware.com> Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M src/main/java/com/codicesoftware/plugins/jenkins/tools/CmToolInstaller.java Log Message: ----------- Use hudson.Utils for consistency Commit: 5600597b86b8da3432ea8ba888fdfa152232626f https://github.com/jenkinsci/plasticscm-plugin/commit/5600597b86b8da3432ea8ba888fdfa152232626f Author: Miguel González <miguel.gonza...@unity3d.com> Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M CHANGELOG.md Log Message: ----------- Remove date from changelog Release isn't out yet, so we can't set a date. Signed-off-by: Miguel González <miguel.gonza...@unity3d.com> Commit: 6f0f2d671353ee5d1e719fcc1b737f2f38751604 https://github.com/jenkinsci/plasticscm-plugin/commit/6f0f2d671353ee5d1e719fcc1b737f2f38751604 Author: Miguel <miguel.gonza...@unity3d.com> Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M CHANGELOG.md M README.md M pom.xml M src/main/java/com/codicesoftware/plugins/jenkins/tools/CmToolInstaller.java Log Message: ----------- Merge pull request #71 from jenkinsci/scm1003852 Update to Java 11 Compare: https://github.com/jenkinsci/plasticscm-plugin/compare/b70a7202a163...6f0f2d671353 -- 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/plasticscm-plugin/push/refs/heads/master/b70a72-6f0f2d%40github.com.