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 3b1c4383550a7345f141077ec178bea82b8ae5df Merge: 71a2404 f56ca7c Author: Tim Ward <[email protected]> AuthorDate: Wed Feb 12 14:08:21 2025 +0100 Merge pull request #25 from apache/backport/records Backport support for Records as events from 1.1 dev branch org.apache.aries.typedevent.bus/bnd.bnd | 1 + org.apache.aries.typedevent.bus/pom.xml | 27 ++ .../aries/typedevent/bus/impl/EventConverter.java | 10 +- .../aries/typedevent/bus/impl/RecordConverter.java | 36 +++ .../typedevent/bus/impl/TypedEventBusImpl.java | 2 +- .../aries/typedevent/bus/impl/RecordConverter.java | 102 ++++++++ .../typedevent/bus/osgi/RecordIntegrationTest.java | 272 +++++++++++++++++++++ pom.xml | 2 +- 8 files changed, 448 insertions(+), 4 deletions(-)
