Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: cdd2dee73dd203a33828cec3a04b2fca8bc1089c
      
https://github.com/jenkinsci/git-plugin/commit/cdd2dee73dd203a33828cec3a04b2fca8bc1089c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCM.java

  Log Message:
  -----------
  Suppress unused field warning in GitSCM descriptor

Do not risk compatibility by removing the private field.


  Commit: e9f50701c1d5ce3b6106210b2ed5851fbd6a5bc2
      
https://github.com/jenkinsci/git-plugin/commit/e9f50701c1d5ce3b6106210b2ed5851fbd6a5bc2
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
    M src/main/java/hudson/plugins/git/RemoteConfigConverter.java
    M src/main/java/hudson/plugins/git/browser/AssemblaWeb.java
    M src/main/java/hudson/plugins/git/browser/BitbucketServer.java
    M src/main/java/hudson/plugins/git/browser/BitbucketWeb.java
    M src/main/java/hudson/plugins/git/browser/CGit.java
    M src/main/java/hudson/plugins/git/browser/FisheyeGitRepositoryBrowser.java
    M src/main/java/hudson/plugins/git/browser/GitBlitRepositoryBrowser.java
    M src/main/java/hudson/plugins/git/browser/GitLab.java
    M src/main/java/hudson/plugins/git/browser/GitList.java
    M src/main/java/hudson/plugins/git/browser/GitWeb.java
    M src/main/java/hudson/plugins/git/browser/GithubWeb.java
    M src/main/java/hudson/plugins/git/browser/Gitiles.java
    M src/main/java/hudson/plugins/git/browser/GitoriousWeb.java
    M src/main/java/hudson/plugins/git/browser/GogsGit.java
    M src/main/java/hudson/plugins/git/browser/KilnGit.java
    M src/main/java/hudson/plugins/git/browser/Phabricator.java
    M src/main/java/hudson/plugins/git/browser/RedmineWeb.java
    M src/main/java/hudson/plugins/git/browser/RhodeCode.java
    M src/main/java/hudson/plugins/git/browser/Stash.java
    M src/main/java/hudson/plugins/git/browser/TFS2013GitRepositoryBrowser.java
    M src/main/java/hudson/plugins/git/browser/ViewGitWeb.java

  Log Message:
  -----------
  Suppress null argument check for descriptor's newInstance

Javadoc of the parent object states that the req argument will always be
non-null, but cannot be annotated as non-null due to compatibility needs.


  Commit: d5a80c9bb6e7f81ef46c29a4f50267abd773a456
      
https://github.com/jenkinsci/git-plugin/commit/d5a80c9bb6e7f81ef46c29a4f50267abd773a456
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
    M src/main/java/hudson/plugins/git/opt/PreBuildMergeOptions.java
    M src/main/java/hudson/plugins/git/util/Build.java
    M src/main/java/hudson/plugins/git/util/BuildData.java

  Log Message:
  -----------
  Suppress public primitive spotbugs warning for existing APIs

Preserve compatibility without allowing new additions to include public
primitives.


  Commit: 163e6d5c0a68e9469dcdb41107d4d14cd2d1ada3
      
https://github.com/jenkinsci/git-plugin/commit/163e6d5c0a68e9469dcdb41107d4d14cd2d1ada3
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use spotbugs plugin 4.8.2.0

Suppress the CT_CONSTRUCTUR_THROWS warning because it is not helpful in
a Jenkins context.

https://github.com/jenkinsci/plugin-pom/pull/869#issuecomment-1860918407
gives more details.


Compare: 
https://github.com/jenkinsci/git-plugin/compare/94132262e78b...163e6d5c0a68

-- 
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/941322-163e6d%40github.com.

Reply via email to