From b7c580432619aa4de9e43c0990173325e786fb24 Mon Sep 17 00:00:00 2001 From: bennidi Date: Sun, 26 May 2013 18:20:32 +0200 Subject: [PATCH] release note 1.1.7 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 830909b..6f0cddb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ data structure to allow high throughput for concurrent access. Read this documentation to get an overview of its features. You can also check out the performance comparison which also contains a partial list of the features of the compared implementations. -The current version is 1.1.6 and it is available from the Maven Central Repository. See the release notes for more details. +The current version is 1.1.7 and it is available from the Maven Central Repository. See the release notes for more details. Table of contents: + [Features](#features) @@ -151,6 +151,15 @@ to avoid confusion and misunderstanding.

Release Notes

+

1.1.7

+ + + Console Logger not added to message bus instances by default -> use addErrorHandler(IPublicationErrorHandler.ConsoleLogger) + + Fixed race conditions in subscription and of WeakConcurrentSet.contains() + + Improved message hierarchy handling: Now interfaces, enums , (abstract) classes all work in all combinations + + Prevented dispatcher threads from dying on exceptions + + Improved test-infrastructure and increased test-coverage + + Thanks for your feedback! +

1.1.6

+ Added support for choosing between strong and weak references using the new @Listener annotation. @Listener can be