Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin
  Commit: 0c18aaa2e124b70875479c78ecc5d0944066ffe6
      
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/0c18aaa2e124b70875479c78ecc5d0944066ffe6
  Author: Tomas Westling <tom...@axis.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
    M 
src/main/java/com/sonyericsson/jenkins/plugins/bfa/sod/ScanOnDemandVariables.java
    M 
src/test/java/com/sonyericsson/jenkins/plugins/bfa/jcasc/ConfigurationAsCodeLocalTest.java
    M 
src/test/resources/com/sonyericsson/jenkins/plugins/bfa/jcasc/jcasc-local.yml
    M 
src/test/resources/com/sonyericsson/jenkins/plugins/bfa/jcasc/jcasc-mongo.yml

  Log Message:
  -----------
  Fix ScanOnDemandVariables for Java 11 ThreadPoolExecutor.

As shown in JENKINS-70489, an IllegalArgumentError is thrown
when scanning builds on demand.
This is because the Java 11 version of ThreadPoolExecutor is more
picky with input values, making sure that corePoolSize < maximumPoolSize.
This commit fixes our input values to make sure the above is true.


  Commit: ee794d818f49029fc77aafaf3243def67a6d4f8c
      
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/ee794d818f49029fc77aafaf3243def67a6d4f8c
  Author: Tomas Westling <tom...@axis.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
    M 
src/test/resources/com/sonyericsson/jenkins/plugins/bfa/jcasc/jcasc-local-expected.yml
    M 
src/test/resources/com/sonyericsson/jenkins/plugins/bfa/jcasc/jcasc-mongo-expected.yml

  Log Message:
  -----------
  Fix test errors for ScanOnDemandVariables changes

Our faulty default values weren't fixed everyhwere in the test data.


  Commit: 8a225e4c31c65b52bdd7be52166f244b170552fe
      
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/8a225e4c31c65b52bdd7be52166f244b170552fe
  Author: Tomas Westling <tom...@axis.com>
  Date:   2023-02-15 (Wed, 15 Feb 2023)

  Changed paths:
    M 
src/main/java/com/sonyericsson/jenkins/plugins/bfa/sod/ScanOnDemandVariables.java
    M 
src/test/java/com/sonyericsson/jenkins/plugins/bfa/jcasc/ConfigurationAsCodeLocalTest.java
    M 
src/test/resources/com/sonyericsson/jenkins/plugins/bfa/jcasc/jcasc-local-expected.yml
    M 
src/test/resources/com/sonyericsson/jenkins/plugins/bfa/jcasc/jcasc-local.yml
    M 
src/test/resources/com/sonyericsson/jenkins/plugins/bfa/jcasc/jcasc-mongo-expected.yml
    M 
src/test/resources/com/sonyericsson/jenkins/plugins/bfa/jcasc/jcasc-mongo.yml

  Log Message:
  -----------
  Merge pull request #168 from TWestling/jenkins-70489

Fix ScanOnDemandVariables for Java 11 ThreadPoolExecutor.


Compare: 
https://github.com/jenkinsci/build-failure-analyzer-plugin/compare/0bb481d894da...8a225e4c31c6

-- 
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/build-failure-analyzer-plugin/push/refs/heads/master/0bb481-8a225e%40github.com.

Reply via email to