This is an automated email from the ASF dual-hosted git repository.
timothyjward pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/aries-typedevent.git
from f638d65 Merge pull request #21 from apache/feature/custom-convert
add 01a9dc8 Logging and debuggability improvements
new 71f4d44 Merge pull request #22 from apache/fix/logging
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../aries/typedevent/bus/impl/EventConverter.java | 91 +++++++++++++++++++---
.../aries/typedevent/bus/impl/EventSelector.java | 39 ++++++++--
.../aries/typedevent/bus/impl/EventTask.java | 18 ++++-
.../typedevent/bus/impl/MonitorEventTask.java | 17 ++--
.../apache/aries/typedevent/bus/impl/TypeData.java | 5 ++
.../bus/impl/TypedEventBusActivator.java | 16 ++--
.../typedevent/bus/impl/TypedEventBusImpl.java | 37 ++++++---
.../typedevent/bus/impl/TypedEventMonitorImpl.java | 13 ++++
.../aries/typedevent/bus/impl/TypedEventTask.java | 16 ++--
.../typedevent/bus/impl/UnhandledEventTask.java | 19 ++---
.../typedevent/bus/impl/UntypedEventTask.java | 19 ++---
11 files changed, 222 insertions(+), 68 deletions(-)