Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: f19e33f8936a5ced7f551b67e31c3eb8313860af https://github.com/jenkinsci/jenkins/commit/f19e33f8936a5ced7f551b67e31c3eb8313860af Author: Basil Crow <m...@basilcrow.com> Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths: M core/src/main/java/jenkins/util/AtmostOneTaskExecutor.java Log Message: ----------- Migrate from com.google.common.util.concurrent.SettableFuture to Java 8 java.util.concurrent.CompletableFuture Commit: 482d684abed34b87a6742cb6f9898bea6d88ea03 https://github.com/jenkinsci/jenkins/commit/482d684abed34b87a6742cb6f9898bea6d88ea03 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2021-03-04 (Thu, 04 Mar 2021) Changed paths: M core/src/main/java/jenkins/util/AtmostOneTaskExecutor.java Log Message: ----------- Merge pull request #5322 from basil/settableFuture Migrate from Guava's com.google.common.util.concurrent.SettableFuture to Java 8's java.util.concurrent.CompletableFuture Compare: https://github.com/jenkinsci/jenkins/compare/c73ad5d922a0...482d684abed3 -- 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/jenkins/push/refs/heads/master/c73ad5-482d68%40github.com.