release note 1.1.7

This commit is contained in:
bennidi 2013-05-26 18:20:32 +02:00
parent 247a0686f0
commit b7c5804326

View File

@ -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 <a href="http://codeblock.engio.net/?p=37" target="_blank">performance comparison</a>
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.
<h2>Release Notes</h2>
<h3>1.1.7</h3>
+ 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!
<h3>1.1.6</h3>
+ Added support for choosing between strong and weak references using the new @Listener annotation. @Listener can be