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 0fd7863  [ARIES-TypedEvent][maven-release-plugin] prepare for next 
development iteration
     add 9c096ec  Update dependencies to latest versions
     add bda7ff7  Update development version to 1.1.0-SNAPSHOT
     add 42dbada  Initial implementation for Typed Events 1.1
     add ef0e2c8  Add support for single-level wildcards
     add 4e16796  Add support for replaying history to registered listeners
     add 6f5754a  Include support for history-only monitoring streams
     add a0c02c9  Fix bug in whiteboard service update/remove
     add d7e5bd6  Properly clear data structures when they are empty
     add e6d4fdc  Add support for Event History Configuration
     add 7b6220a  Add support for Records as events
     add 81675be  Support Event Topic restrictions for UnhandledEventHandler 
services
     add ae53309  Update with latest specification draft changes
     add 4bb733d  Merge branch 'main' into feature/v1.1
     add 0ed627c  Use the OSGi published API snapshots now they are available
     add 8ed6ad3  Add support for an event conversion plugin
     add cf70894  Logging and debuggability improvements
     add 2c93df8  Merge branch 'main' into feature/v1.1
     new bb780b9  Merge branch 'feature/v1.1'

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:
 org.apache.aries.typedevent.bus/pom.xml            |  37 ++-
 org.apache.aries.typedevent.bus/run.bndrun         |   2 +-
 .../aries/typedevent/bus/impl/EventSelector.java   |  99 +++++-
 .../typedevent/bus/impl/HistoryReplayTask.java     |  62 ++++
 .../typedevent/bus/impl/MonitorEventTask.java      |   2 +-
 .../aries/typedevent/bus/impl/TopicHistory.java    |  72 ++++
 .../typedevent/bus/impl/TypedEventBusImpl.java     | 241 +++++++++++---
 .../typedevent/bus/impl/TypedEventMonitorImpl.java | 369 ++++++++++++++++-----
 .../bus/impl/TypedHistoryReplayTask.java           |  47 +++
 ...onverter.java => UntypedHistoryReplayTask.java} |  30 +-
 .../aries/typedevent/bus/impl/RecordConverter.java |   2 +-
 .../typedevent/bus/impl/EventSelectorTest.java     |   7 +-
 .../typedevent/bus/impl/TypedEventBusImplTest.java | 229 +++++++++++--
 .../bus/osgi/EventDeliveryIntegrationTest.java     |  62 +++-
 .../typedevent/bus/osgi/FilterIntegrationTest.java |  17 +-
 .../bus/osgi/TypedEventMonitorIntegrationTest.java | 296 ++++++++++++++++-
 .../osgi/UnhandledEventHandlerIntegrationTest.java |  64 +++-
 org.apache.aries.typedevent.bus/test.bndrun        |  13 +-
 .../org.apache.aries.typedevent.remote.api/pom.xml |  12 +-
 .../pom.xml                                        |  12 +-
 .../remoteservices/impl/RemoteEventBusImpl.java    |   4 +-
 .../osgi/RemoteEventBusIntegrationTest.java        |   2 +-
 .../test.bndrun                                    |  16 +-
 .../org.apache.aries.typedevent.remote.spi/pom.xml |   7 +-
 org.apache.aries.typedevent.remote/pom.xml         |   2 +-
 pom.xml                                            |   4 +-
 typedevent-test-bom/pom.xml                        |   8 +-
 27 files changed, 1455 insertions(+), 263 deletions(-)
 create mode 100644 
org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/impl/HistoryReplayTask.java
 create mode 100644 
org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/impl/TopicHistory.java
 create mode 100644 
org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/impl/TypedHistoryReplayTask.java
 copy 
org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/impl/{RecordConverter.java
 => UntypedHistoryReplayTask.java} (59%)

Reply via email to