From 45f7b88bc6f7fae1ee7de3a06ecaa0a22ee59ca1 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Thu, 19 May 2005 22:15:44 +0000 Subject: [PATCH] Add new methods to BlockingBuffer bug 27691 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@171004 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.html | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html index 4130ffb31..183857e84 100644 --- a/RELEASE-NOTES.html +++ b/RELEASE-NOTES.html @@ -54,6 +54,7 @@ If this causes major headaches to anyone please contact commons-dev at jakarta.a
  • ExtendedProperties - No longer uses an exception in normal processing [30497]
  • CollectionUtils/ListUtils - retainAll/removeAll that don't change original colllection
  • BlockingBuffer - now includes stack trace if InterupttedException occurs [33700]
  • +
  • BlockingBuffer - new methods that allow get and remove with a timeout [27691]
  • BUG FIXES