You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2021/09/07 14:41:39 UTC

[aries-typedevent] branch main updated: fix OSGi Spec version

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


The following commit(s) were added to refs/heads/main by this push:
     new 7b983ef  fix OSGi Spec version
7b983ef is described below

commit 7b983efe5c995a142da964309c323d2aa0700a52
Author: Stefan Bischof <st...@bipolis.org>
AuthorDate: Sat May 22 16:21:39 2021 +0200

    fix OSGi Spec version
    
    Signed-off-by: Stefan Bischof <st...@bipolis.org>
---
 org.apache.aries.typedevent.bus/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/org.apache.aries.typedevent.bus/README.md b/org.apache.aries.typedevent.bus/README.md
index c22d842..bea1aa6 100644
--- a/org.apache.aries.typedevent.bus/README.md
+++ b/org.apache.aries.typedevent.bus/README.md
@@ -3,9 +3,9 @@ Apache Aries OSGi Type Safe Event Service implementation
 
 This project contains an implementation of the OSGi Typed Safe Event Service specification.
 
-The Type Safe Event Service is defined in Chapter 157 of the OSGi R7 specification. This specification is not yet final, but public drafts of this specification are available from the OSGi Alliance.
+The Type Safe Event Service is defined in Chapter 157 of the OSGi R8 specification. This specification is not yet final, but public drafts of this specification are available from the OSGi Alliance.
 
-Given that the specification is non-final the OSGi API declared in this project is subject to change at any time up to its official release. Also the behaviour of this implementation may not always be up-to-date with the latest wording in the specification . The project maintainers will, however try to keep pace with the specification, and to ensure that the implementations remain compliant with any relevant OSGi specifications.
+Given that the specification is non-final the OSGi API declared in this project is subject to change at any time up to its official release. Also the behaviour of this implementation may not always be up-to-date with the latest wording in the specification. The project maintainers will, however try to keep pace with the specification, and to ensure that the implementations remain compliant with any relevant OSGi specifications.
 
 ## Usage
 
@@ -13,4 +13,4 @@ When started this bundle registers a `TypedEvenBus` service which users can use
 
 Events flowing through the system can be monitored with the `TypedEventMonitor` service, which is also registered at startup. This implementation offers limited history playback.
 
-The configuration PID for the Aries implementation is `org.apache.aries.typedevent.bus`. Currently there are no configuration properties
+The configuration PID for the Aries implementation is `org.apache.aries.typedevent.bus`. Currently there are no configuration properties.