Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-api-plugin
Commit: 7191b33dfea396bb66cb5abc2c5e5882167c9bec
https://github.com/jenkinsci/workflow-api-plugin/commit/7191b33dfea396bb66cb5abc2c5e5882167c9bec
Author: Devin Nusbaum <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/log/FileLogStorage.java
M src/test/java/org/jenkinsci/plugins/workflow/log/FileLogStorageTest.java
M src/test/java/org/jenkinsci/plugins/workflow/log/LogStorageTestBase.java
Log Message:
-----------
Do not permanently close the log stream in FileLogStorage if an interrupted
thread attempts to write to it
Commit: e611d9c3ffa8627cab1a50a774b60ec3266c56f8
https://github.com/jenkinsci/workflow-api-plugin/commit/e611d9c3ffa8627cab1a50a774b60ec3266c56f8
Author: Devin Nusbaum <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/log/FileLogStorage.java
Log Message:
-----------
[JENKINS-56446] Avoid FileChannel completely in favor of tracking the
position manually
Commit: e92927515ac10b73ffa373b8bfdcf80ddedc5d3e
https://github.com/jenkinsci/workflow-api-plugin/commit/e92927515ac10b73ffa373b8bfdcf80ddedc5d3e
Author: Devin Nusbaum <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/log/LogStorageTestBase.java
Log Message:
-----------
[JENKINS-56466] MockFlowExecution may remain private
Commit: b763772ecd87592dbfe8b1bf0a5bb66cde79393f
https://github.com/jenkinsci/workflow-api-plugin/commit/b763772ecd87592dbfe8b1bf0a5bb66cde79393f
Author: Devin Nusbaum <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/log/FileLogStorage.java
Log Message:
-----------
[JENKINS-56466] SpotBugs cannot tell that checkId is only called with the
FileLogStorage monitor already held
Commit: d7c497375cbf2013dae9b1d7a8f0054eb83447bc
https://github.com/jenkinsci/workflow-api-plugin/commit/d7c497375cbf2013dae9b1d7a8f0054eb83447bc
Author: Jesse Glick <[email protected]>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/log/FileLogStorage.java
M src/test/java/org/jenkinsci/plugins/workflow/log/FileLogStorageTest.java
M src/test/java/org/jenkinsci/plugins/workflow/log/LogStorageTestBase.java
Log Message:
-----------
Merge pull request #296 from dwnusbaum/interruption-robustness
[JENKINS-56446] Do not permanently close the log stream in FileLogStorage if an
interrupted thread attempts to write to it
Compare:
https://github.com/jenkinsci/workflow-api-plugin/compare/5766370a7745...d7c497375cbf
--
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/workflow-api-plugin/push/refs/heads/master/576637-d7c497%40github.com.