[jenkinsci/pubsub-light-plugin] 1eb2a6: use holder singleton instantiation pattern to avoi...

2019-01-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pubsub-light-plugin
  Commit: 1eb2a6e8f7fcaababcfcc66393156ee2b71aabfe
  
https://github.com/jenkinsci/pubsub-light-plugin/commit/1eb2a6e8f7fcaababcfcc66393156ee2b71aabfe
  Author: olivier lamy 
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/pubsub/PubsubBus.java

  Log Message:
  ---
  use holder singleton instantiation pattern to avoid possible multiple with 
double check locking

Signed-off-by: olivier lamy 


  Commit: 8eb5b04d47e44e7a948a06f9ac3a9554440b9a57
  
https://github.com/jenkinsci/pubsub-light-plugin/commit/8eb5b04d47e44e7a948a06f9ac3a9554440b9a57
  Author: olivier lamy 
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/pubsub/GuavaPubsubBus.java
M 
src/main/java/org/jenkinsci/plugins/pubsub/listeners/SyncQueueListener.java

  Log Message:
  ---
  upgrade parent version, add some java8 sugar syntax

Signed-off-by: olivier lamy 


  Commit: 2b518cfc2505da5925d0ed92c1c1804a0353732e
  
https://github.com/jenkinsci/pubsub-light-plugin/commit/2b518cfc2505da5925d0ed92c1c1804a0353732e
  Author: olivier lamy 
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  do not reuse fork as some singleton need new vm

Signed-off-by: olivier lamy 


  Commit: 7797286fdb56114bab38b2ea979022dc6f34da96
  
https://github.com/jenkinsci/pubsub-light-plugin/commit/7797286fdb56114bab38b2ea979022dc6f34da96
  Author: olivier lamy 
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/pubsub/PubsubBus.java

  Log Message:
  ---
  no need of synchronized with Holder pattern

Signed-off-by: olivier lamy 


  Commit: 5b4d531e3df6fddd9a0b528cec55316a6eb9fe05
  
https://github.com/jenkinsci/pubsub-light-plugin/commit/5b4d531e3df6fddd9a0b528cec55316a6eb9fe05
  Author: Olivier Lamy 
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/pubsub/GuavaPubsubBus.java
M src/main/java/org/jenkinsci/plugins/pubsub/PubsubBus.java
M 
src/main/java/org/jenkinsci/plugins/pubsub/listeners/SyncQueueListener.java

  Log Message:
  ---
  Merge pull request #17 from olamy/holder_singleton_pattern

use holder singleton instantiation pattern to avoid possible multiple instances


Compare: 
https://github.com/jenkinsci/pubsub-light-plugin/compare/017f5894bd38...5b4d531e3df6
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pubsub-light-plugin] 1eb2a6: use holder singleton instantiation pattern to avoi...

2019-01-15 Thread GitHub
  Branch: refs/heads/holder_singleton_pattern
  Home:   https://github.com/jenkinsci/pubsub-light-plugin
  Commit: 1eb2a6e8f7fcaababcfcc66393156ee2b71aabfe
  
https://github.com/jenkinsci/pubsub-light-plugin/commit/1eb2a6e8f7fcaababcfcc66393156ee2b71aabfe
  Author: olivier lamy 
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/pubsub/PubsubBus.java

  Log Message:
  ---
  use holder singleton instantiation pattern to avoid possible multiple with 
double check locking

Signed-off-by: olivier lamy 


  Commit: 8eb5b04d47e44e7a948a06f9ac3a9554440b9a57
  
https://github.com/jenkinsci/pubsub-light-plugin/commit/8eb5b04d47e44e7a948a06f9ac3a9554440b9a57
  Author: olivier lamy 
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/pubsub/GuavaPubsubBus.java
M 
src/main/java/org/jenkinsci/plugins/pubsub/listeners/SyncQueueListener.java

  Log Message:
  ---
  upgrade parent version, add some java8 sugar syntax

Signed-off-by: olivier lamy 


  Commit: 2b518cfc2505da5925d0ed92c1c1804a0353732e
  
https://github.com/jenkinsci/pubsub-light-plugin/commit/2b518cfc2505da5925d0ed92c1c1804a0353732e
  Author: olivier lamy 
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  do not reuse fork as some singleton need new vm

Signed-off-by: olivier lamy 


  Commit: 7797286fdb56114bab38b2ea979022dc6f34da96
  
https://github.com/jenkinsci/pubsub-light-plugin/commit/7797286fdb56114bab38b2ea979022dc6f34da96
  Author: olivier lamy 
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/pubsub/PubsubBus.java

  Log Message:
  ---
  no need of synchronized with Holder pattern

Signed-off-by: olivier lamy 


Compare: 
https://github.com/jenkinsci/pubsub-light-plugin/compare/1eb2a6e8f7fc^...7797286fdb56
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.
For more options, visit https://groups.google.com/d/optout.