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 ac83c55f17902fbb641d1d93e67bb83155eade74 Merge: 89696bb 4b899a1 Author: Tim Ward <[email protected]> AuthorDate: Wed Oct 23 13:12:00 2024 +0200 Merge pull request #20 from apache/feature/single-level-wildcard Backport support for single-level wildcards .../aries/typedevent/bus/impl/EventSelector.java | 157 +++++++++++++++++++++ .../typedevent/bus/impl/TypedEventBusImpl.java | 86 +++++++---- .../typedevent/bus/impl/EventSelectorTest.java | 128 +++++++++++++++++ .../typedevent/bus/impl/TypedEventBusImplTest.java | 138 ++++++++++++++++-- org.apache.aries.typedevent.bus/test.bndrun | 9 +- .../test.bndrun | 12 +- 6 files changed, 482 insertions(+), 48 deletions(-)
