This is an automated email from the ASF dual-hosted git repository.

timothyjward pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/aries-typedevent.git

commit f638d65c5cf2a52327ee5ec5da6131061bd516a0
Merge: ac83c55 262c1c1
Author: Tim Ward <[email protected]>
AuthorDate: Thu Dec 12 18:28:55 2024 +0000

    Merge pull request #21 from apache/feature/custom-convert
    
    Add support for an event conversion plugin

 .../aries/typedevent/bus/impl/EventConverter.java  |  38 +++++--
 .../apache/aries/typedevent/bus/impl/TypeData.java |  52 +++++++++
 .../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     |  18 +++
 .../typedevent/bus/impl/EventConverterTest.java    | 124 ++++++++++++++++++---
 .../bus/osgi/EventDeliveryIntegrationTest.java     |  43 +++++++
 10 files changed, 394 insertions(+), 54 deletions(-)

Reply via email to