Version | Date | Description |
---|---|---|
1.3 | 2015-05-04 | First sourceforge release |
1.2 | 2014-06-01 | Bug fix release. |
1.1 | 2014-04-19 | Bug fixes and test coverage improvements. |
1.0 | 2014-03-23 | Initial release. |
Type | Changes | By |
---|---|---|
![]() |
(r8) Added a sleep in
WB_AsynchronousDispatchTest to make sure we give
enough time for Thread.activeCount to stabilize. |
pasc |
![]() |
(r7) Updated for Eclipse Luna and Java 8. | pasc |
![]() |
(r4) Updated for sourceforge. | pasc |
Type | Changes | By |
---|---|---|
![]() |
Added a test to proxy dispatcher to check what happens when a runtime exception is thrown during dispatch. | pasc |
![]() |
Fixed a bug in AsyncDispatcher . Exceptions thrown during dispatch caught by the thread pool are now also sent to the ExceptionHandler . Corrected the way AsyncSubscription handled events. Instead of one task for all pending operations, which would not always work, it now uses one task per pending operation but guaranteeing that the tasks are executed in order. |
pasc |
![]() |
Made some changes to threading test cases that stopped working due to interrupted exceptions. | pasc |
![]() |
Updated tests to be more robust with thread interruptions. | pasc |
![]() |
Added public access to DefaultExceptionHandler . |
pasc |
![]() |
Added support for better shutdown ina sync dispatcher. Now shuts down correctly even if there are tasks running. Added tests to check shutdown. | pasc |
Type | Changes | By |
---|---|---|
![]() |
It is now possible to ask asynchronous dispatchers to wait until all events have been dispatcher. This makes using psl in unit tests easier. | pasc |
![]() |
Changed names of JMX beans to allow, in the future, for MX beans for async dispatchers. | pasc |
![]() |
Exceptions thrown by subscribers when invoked by the ProxyLocalDispatcher are not handled correctly. If the exception is not a runtime exception nor an Error , the exception is wrapped around a ProxyWrapperException . |
pasc |
No changes in this release.