Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: cb2b20c49b6c7859dfbd573a93805691aaef1386
      
https://github.com/jenkinsci/git-plugin/commit/cb2b20c49b6c7859dfbd573a93805691aaef1386
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2023-07-01 (Sat, 01 Jul 2023)

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

  Log Message:
  -----------
  Remove uncalled static method


  Commit: a46f5a3d6cf6f2fbff860b948778dd39dd3fd4f6
      
https://github.com/jenkinsci/git-plugin/commit/a46f5a3d6cf6f2fbff860b948778dd39dd3fd4f6
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2023-07-01 (Sat, 01 Jul 2023)

  Changed paths:
    M src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java

  Log Message:
  -----------
  Remove redundant null checks in AbstractGitSCMSource


  Commit: 10d085c2997ea2464c8f5259e23dc101d31db03f
      
https://github.com/jenkinsci/git-plugin/commit/10d085c2997ea2464c8f5259e23dc101d31db03f
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2023-07-01 (Sat, 01 Jul 2023)

  Changed paths:
    M src/main/java/jenkins/plugins/git/GitToolChooser.java

  Log Message:
  -----------
  Fix spotbugs warning on repo cache size updates

Spotbugs correctly reported a race condition where the check for
insertion of a value might report the value is missing then another
thread inserted the value before the current thread performed the
`put`.  Simpler to `put` the value every time the method is called and
then check for the rare case when the value that was put is smaller
than the value that was there perviously.

Repository size cache is used as a hint.  Errors in the size cache may
lead to suboptimal choices temporarily, but they should not lead to
incorrect behavior.


  Commit: bfeca7fc55a79b090752cace5e940329b63a0f48
      
https://github.com/jenkinsci/git-plugin/commit/bfeca7fc55a79b090752cace5e940329b63a0f48
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2023-07-01 (Sat, 01 Jul 2023)

  Changed paths:
    M pom.xml
    A src/spotbugs/excludesFilter.xml

  Log Message:
  -----------
  Increase spotbugs checks

Add spotbugs exclusions reported as part of the increased checks.


Compare: 
https://github.com/jenkinsci/git-plugin/compare/fe810357f415...bfeca7fc55a7

-- 
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/fe8103-bfeca7%40github.com.

Reply via email to