Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 848c7c5a6a5f0711b32e6725b96c427ce4315fdf
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/848c7c5a6a5f0711b32e6725b96c427ce4315fdf
  Author: Liam Newman <[email protected]>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubBuildStatusNotification.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFileSystem.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbe.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbeTest.java

  Log Message:
  -----------
  Fix connection caching multiple release issue

The calls to connect and release for GitHub connections were not matched up.
We ended up having a few code paths with multiple release calls, resulting in 
errors.

This change fixes the mismatches and makes it less likely that future changes 
will break this.
it also makes the cache cleaning less agressive, so that if this does occur 
again connections will be
less likely to get closed while still in use.


  Commit: af287f8dc6c02f6541215c94c73b8dfccd61efdf
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/af287f8dc6c02f6541215c94c73b8dfccd61efdf
  Author: Liam Newman <[email protected]>
  Date:   2021-01-13 (Wed, 13 Jan 2021)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubBuildStatusNotification.java

  Log Message:
  -----------
  Update 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubBuildStatusNotification.java


  Commit: 95b7b1dc10897d7af4aa3e135837cedc229c2d78
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/95b7b1dc10897d7af4aa3e135837cedc229c2d78
  Author: Liam Newman <[email protected]>
  Date:   2021-01-13 (Wed, 13 Jan 2021)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubBuildStatusNotification.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFileSystem.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbe.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbeTest.java

  Log Message:
  -----------
  Merge pull request #368 from bitwiseman/connector-release

Fix connection caching - too many calls to release()


Compare: 
https://github.com/jenkinsci/github-branch-source-plugin/compare/8abbb8fedbb9...95b7b1dc1089

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/github-branch-source-plugin/push/refs/heads/master/8abbb8-95b7b1%40github.com.

Reply via email to