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 89696bb [ARIES-TypedEvent][maven-release-plugin] prepare for next
development iteration
add 4b899a1 Backport support for single-level wildcards
new ac83c55 Merge pull request #20 from
apache/feature/single-level-wildcard
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/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(-)
create mode 100644
org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/impl/EventSelector.java
create mode 100644
org.apache.aries.typedevent.bus/src/test/java/org/apache/aries/typedevent/bus/impl/EventSelectorTest.java