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 ac83c55 Merge pull request #20 from
apache/feature/single-level-wildcard
add 262c1c1 Add support for an event conversion plugin
new f638d65 Merge pull request #21 from apache/feature/custom-convert
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 | 38 +++++--
.../impl/{MonitorEventTask.java => TypeData.java} | 50 +++++----
.../bus/impl/TypedEventBusActivator.java | 5 +-
.../typedevent/bus/impl/TypedEventBusImpl.java | 74 +++++++-----
.../aries/typedevent/bus/impl/TypedEventTask.java | 4 +-
.../aries/typedevent/bus/spi/AriesTypedEvents.java | 45 ++++++++
.../typedevent/bus/spi/CustomEventConverter.java | 45 ++++++++
.../aries/typedevent/bus}/spi/package-info.java | 3 +-
.../typedevent/bus/impl/EventConverterTest.java | 124 ++++++++++++++++++---
.../bus/osgi/EventDeliveryIntegrationTest.java | 43 +++++++
10 files changed, 354 insertions(+), 77 deletions(-)
copy
org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/impl/{MonitorEventTask.java
=> TypeData.java} (54%)
create mode 100644
org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/spi/AriesTypedEvents.java
create mode 100644
org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/spi/CustomEventConverter.java
copy
{org.apache.aries.typedevent.remote/org.apache.aries.typedevent.remote.spi/src/main/java/org/apache/aries/typedevent/remote
=>
org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus}/spi/package-info.java
(89%)