[jenkinsci/git-plugin] 14e5fd: Bump plugin from 4.39 to 4.40

2022-05-24 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/disablehooks

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

  Commit: 14e5fd93ab572f38ff14513e1507db36bca3bc7f

  
https://github.com/jenkinsci/git-plugin/commit/14e5fd93ab572f38ff14513e1507db36bca3bc7f

  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  Date:   2022-04-05 (Tue, 05 Apr 2022)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Bump plugin from 4.39 to 4.40



Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.39 to 4.40.

- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)

- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)

- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.39...plugin-4.40)



---

updated-dependencies:

- dependency-name: org.jenkins-ci.plugins:plugin

  dependency-type: direct:production

  update-type: version-update:semver-minor

...



Signed-off-by: dependabot[bot] 





  Commit: eaf6b1f7e7afb3d327f30635ae8a781e9601973d

  
https://github.com/jenkinsci/git-plugin/commit/eaf6b1f7e7afb3d327f30635ae8a781e9601973d

  Author: Mark Waite 

  Date:   2022-04-05 (Tue, 05 Apr 2022)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove java.level





  Commit: 1435a5ec0941a1f79386e55384d6e6fed7ea59a6

  
https://github.com/jenkinsci/git-plugin/commit/1435a5ec0941a1f79386e55384d6e6fed7ea59a6

  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  Date:   2022-04-05 (Tue, 05 Apr 2022)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge pull request #1248 from 
jenkinsci/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.40





  Commit: a9419f15eba6cb8bdcf89beecc6a162d01e35fa4

  
https://github.com/jenkinsci/git-plugin/commit/a9419f15eba6cb8bdcf89beecc6a162d01e35fa4

  Author: Mark Waite 

  Date:   2022-04-05 (Tue, 05 Apr 2022)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  Test with Java 17 in addition to Java 11 and Java 8





  Commit: 7686620ea182b6cb870af63782a30f16e8073a81

  
https://github.com/jenkinsci/git-plugin/commit/7686620ea182b6cb870af63782a30f16e8073a81

  Author: Mark Waite 

  Date:   2022-04-06 (Wed, 06 Apr 2022)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove argLine override to fix Java 17 build



Basil explained:



> [You are] overriding the  from the plugin parent POM in your

> plugin POM. This override is not extending the original value but

> replacing it, just as overriding a method in a subclass without calling

> super() in Java code would replace the original method rather than

> extend it. As of 4.39 this meant that your plugin was blanking out the

> -Xms, -Xmx, -XX:HeapDumpOnOutOfMemoryError, -XX:TieredCompilation, and

> -XX:TieredStopAtLevel settings from the plugin parent POM – incorrect,

> but harmless. As of 4.40, this means your plugin is blanking out the

> @{jenkins.addOpens} and @{jenkins.insaneHook} settings from the plugin

> parent POM – incorrect, and harmful when running on Java 17.



Nice improvement to remove an unhelpful setting.





  Commit: c8e4e1f554362bbe65d2f1199a7341608871db77

  
https://github.com/jenkinsci/git-plugin/commit/c8e4e1f554362bbe65d2f1199a7341608871db77

  Author: Mark Waite 

  Date:   2022-04-06 (Wed, 06 Apr 2022)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  Actually test Java 17



Earlier change did not actually test Java 17.





  Commit: e711ad8974458f80573223b0e13a05b7bcf8d2eb

  
https://github.com/jenkinsci/git-plugin/commit/e711ad8974458f80573223b0e13a05b7bcf8d2eb

  Author: Mark Waite 

  Date:   2022-04-06 (Wed, 06 Apr 2022)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove unused source encoding setting





  Commit: 6b8a31958cd4879cb105accd4385316a9260f6a5

  
https://github.com/jenkinsci/git-plugin/commit/6b8a31958cd4879cb105accd4385316a9260f6a5

  Author: Mark Waite 

  Date:   2022-04-06 (Wed, 06 Apr 2022)



  Changed paths:

M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java



  Log Message:

  ---

  Remove h3 from javadoc



Java 17 does not accept it





  Commit: 4d91d24217af47ea7df46583507e16cbda39260f

  
https://github.com/jenkinsci/git-plugin/commit/4d91d24217af47ea7df46583507e16cbda39260f

  Author: Mark Waite 

  Date:   2022-04-06 (Wed, 06 Apr 2022)



  Changed paths:

M Jenkinsfile

M pom.xml

M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java



  Log Message:

  ---

  Merge pull request #1249 from MarkEWaite/test-java-17



Test with Java 17 in addition to Java 11 and Java 8





  Commit: 5e3447468ec05ec10fde6b4b6808bf681756b1d8

  
https://github.com/jenkinsci/git-plugin/commit/5e3447468ec05ec10fde6b4b6808bf681756b1d8

  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  Date:   2022-0

[jenkinsci/git-plugin] 14e5fd: Bump plugin from 4.39 to 4.40

2022-04-05 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 14e5fd93ab572f38ff14513e1507db36bca3bc7f
  
https://github.com/jenkinsci/git-plugin/commit/14e5fd93ab572f38ff14513e1507db36bca3bc7f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.39 to 4.40

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.39 to 4.40.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.39...plugin-4.40)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: eaf6b1f7e7afb3d327f30635ae8a781e9601973d
  
https://github.com/jenkinsci/git-plugin/commit/eaf6b1f7e7afb3d327f30635ae8a781e9601973d
  Author: Mark Waite 
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove java.level


  Commit: 1435a5ec0941a1f79386e55384d6e6fed7ea59a6
  
https://github.com/jenkinsci/git-plugin/commit/1435a5ec0941a1f79386e55384d6e6fed7ea59a6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #1248 from 
jenkinsci/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.40


Compare: 
https://github.com/jenkinsci/git-plugin/compare/7901c551ace0...1435a5ec0941

-- 
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/git-plugin/push/refs/heads/master/7901c5-1435a5%40github.com.


[jenkinsci/git-plugin] 14e5fd: Bump plugin from 4.39 to 4.40

2022-04-05 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.40
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 14e5fd93ab572f38ff14513e1507db36bca3bc7f
  
https://github.com/jenkinsci/git-plugin/commit/14e5fd93ab572f38ff14513e1507db36bca3bc7f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.39 to 4.40

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.39 to 4.40.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.39...plugin-4.40)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


-- 
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/git-plugin/push/refs/heads/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.40/00-14e5fd%40github.com.