This is an automated email from the ASF dual-hosted git repository.
timothyjward pushed a change to branch feature/v1.1
in repository https://gitbox.apache.org/repos/asf/aries-typedevent.git
from 8ed6ad3 Add support for an event conversion plugin
new cf70894 Logging and debuggability improvements
add 8aea5c2 Merge pull request #19 from apache/fix/bugs
add a808975 [ARIES-TypedEvent][maven-release-plugin] prepare release
typedevent-parent-0.0.2
add 89696bb [ARIES-TypedEvent][maven-release-plugin] prepare for next
development iteration
add 4b899a1 Backport support for single-level wildcards
add ac83c55 Merge pull request #20 from
apache/feature/single-level-wildcard
add 262c1c1 Add support for an event conversion plugin
add f638d65 Merge pull request #21 from apache/feature/custom-convert
add 01a9dc8 Logging and debuggability improvements
add 71f4d44 Merge pull request #22 from apache/fix/logging
add 3fe1909 Use TRACE level for event conversion logging
add 791c554 Add AriesTypedEvents service capability
add 71a2404 Merge pull request #23 from
gg-dim/ariesTypedEvents_service_cap
add f56ca7c Backport support for Records as events from 1.1 dev branch
add 3b1c438 Merge pull request #25 from apache/backport/records
new 2c93df8 Merge branch 'main' into feature/v1.1
The 2 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/HistoryReplayTask.java | 2 +-
.../typedevent/bus/impl/MonitorEventTask.java | 17 ++--
.../apache/aries/typedevent/bus/impl/TypeData.java | 5 ++
.../bus/impl/TypedEventBusActivator.java | 16 ++--
.../typedevent/bus/impl/TypedEventBusImpl.java | 40 +++++++---
.../typedevent/bus/impl/TypedEventMonitorImpl.java | 8 ++
.../aries/typedevent/bus/impl/TypedEventTask.java | 16 ++--
.../typedevent/bus/impl/UnhandledEventTask.java | 19 ++---
.../typedevent/bus/impl/UntypedEventTask.java | 19 ++---
.../typedevent/bus/impl/TypedEventBusImplTest.java | 9 ++-
.../test.bndrun | 4 +-
.../org.apache.aries.typedevent.remote.spi/pom.xml | 2 +-
15 files changed, 229 insertions(+), 76 deletions(-)