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 00ee797a7a0d96ee50b10ee91d922b38fa6c219b Merge: 3b1c438 4a7aa3a Author: Tim Ward <[email protected]> AuthorDate: Wed Feb 19 09:35:42 2025 +0000 Merge pull request #24 from gg-dim/extend_type_data Extract interface and extend TypeData with RawTypeString .../aries/typedevent/bus/impl/EventConverter.java | 65 ++++----- .../apache/aries/typedevent/bus/impl/TypeData.java | 57 -------- .../typedevent/bus/impl/TypedEventBusImpl.java | 14 +- .../aries/typedevent/bus/impl/TypedEventTask.java | 1 + .../typedevent/bus/spi/CustomEventConverter.java | 6 +- .../apache/aries/typedevent/bus/spi/TypeData.java | 100 ++++++++++++++ .../typedevent/bus/impl/EventConverterTest.java | 147 ++++++++++++--------- 7 files changed, 227 insertions(+), 163 deletions(-)
