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 3b1c438 Merge pull request #25 from apache/backport/records
add 4a7aa3a add type data information to the custom event converter
new 00ee797 Merge pull request #24 from gg-dim/extend_type_data
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 | 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(-)
delete mode 100644
org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/impl/TypeData.java
create mode 100644
org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/spi/TypeData.java