Branch: refs/heads/master
Home: https://github.com/jenkinsci/s3-plugin
Commit: fd8c350e89cae34ce8ec871d0e842a84caa5ed33
https://github.com/jenkinsci/s3-plugin/commit/fd8c350e89cae34ce8ec871d0e842a84caa5ed33
Author: MMeent <[email protected]>
Date: 2020-03-03 (Tue, 03 Mar 2020)
Changed paths:
M src/main/java/hudson/plugins/s3/callable/S3GzipCallable.java
Log Message:
-----------
Revert try-with-resources for S3GzipCallable
This would close the InputStream prematurely, failing on the scheduled uploads
who expected an open stream.
Note that as the upload continues after the return, therefore the zip-stream
must not (yet) be closed in this context.
Fixes JENKINS-60916
Commit: 4c7b1cf61b80f6c1964363b35d969c6c05c24bea
https://github.com/jenkinsci/s3-plugin/commit/4c7b1cf61b80f6c1964363b35d969c6c05c24bea
Author: MMeent <[email protected]>
Date: 2020-03-03 (Tue, 03 Mar 2020)
Changed paths:
M src/main/java/hudson/plugins/s3/callable/S3GzipCallable.java
Log Message:
-----------
Update S3GzipCallable.java
semicolons
Commit: c1e7eb932ad85d51aeb7a8787c228dff75fcff02
https://github.com/jenkinsci/s3-plugin/commit/c1e7eb932ad85d51aeb7a8787c228dff75fcff02
Author: MMeent <[email protected]>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M src/main/java/hudson/plugins/s3/callable/S3GzipCallable.java
Log Message:
-----------
Add warning suppression and documentation.
Commit: c5f2238dc87fcac28b072959fc42e35d7df38c7b
https://github.com/jenkinsci/s3-plugin/commit/c5f2238dc87fcac28b072959fc42e35d7df38c7b
Author: Robert Sandell <[email protected]>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M src/main/java/hudson/plugins/s3/callable/S3GzipCallable.java
Log Message:
-----------
Merge pull request #127 from MMeent/patch-1
[JENKINS-60916] Revert try-with-resources for S3GzipCallable
Compare:
https://github.com/jenkinsci/s3-plugin/compare/f9223398b7f4...c5f2238dc87f
--
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/s3-plugin/push/refs/heads/master/f92233-c5f223%40github.com.