You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ro...@apache.org on 2023/02/21 14:22:00 UTC

[felix-dev] branch master updated (2079dbc5b5 -> 33aeae89d4)

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


    from 2079dbc5b5 [maven-release-plugin] prepare for next development iteration
     new 159897ba9a Updated dependency to org.osgi.service.log to version 1.5.0 Updated org.apache.felix.log project version to 1.3.0 due to minor update of the specification dependency Updated README.md references towards the specification (which moved from compendium to core)
     new 33aeae89d4 Updated Felix' main README.md

The 2 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:
 README.md     | 7 +++++--
 log/README.md | 2 +-
 log/pom.xml   | 6 +++---
 3 files changed, 9 insertions(+), 6 deletions(-)


[felix-dev] 02/02: Updated Felix' main README.md

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 33aeae89d421bf4c48ab8a2e3852c7d18c462f14
Author: Arnoud Glimmerveen <ar...@glimmerveen.org>
AuthorDate: Mon Feb 13 20:20:47 2023 +0100

    Updated Felix' main README.md
---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b668aa1a16..bc69ae4388 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,11 @@ Directly related projects:
 
 - **main** `/main*` - provides an executable jar that launches the Felix framework.
 
+## OSGi Core
+
+- [**Log Service**](https://docs.osgi.org/specification/osgi.core/8.0.0/service.log.html) `/log*`
+- [**Resolver**](https://osgi.org/specification/osgi.core/7.0.0/service.resolver.html) `/resolver`
+
 ## OSGi Compendium
 
 Several sub-projects cover various [**OSGi Compendium**](https://osgi.org/specification/osgi.cmpn/7.0.0/) specifications such as:
@@ -26,10 +31,8 @@ Several sub-projects cover various [**OSGi Compendium**](https://osgi.org/specif
 - [**Http Service**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.http.html) `/http`
 - [**Http Whiteboard**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.http.whiteboard.html) `/http`
 - [**IO**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.io.html) `/io`
-- [**Log Service**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.log.html) `/log*`
 - [**Metatype**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.metatype.html) `/metatype`
 - [**Preferences**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.prefs.html) `/prefs`
-- [**Resolver**](https://osgi.org/specification/osgi.core/7.0.0/service.resolver.html) `/resolver`
 - [**UPnP**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.upnp.html) `/upnp`
 - [**User Admin**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.useradmin.html) `/useradmin`
 - [**Wire Admin**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.wireadmin.html) `/wireadmin`


[felix-dev] 01/02: Updated dependency to org.osgi.service.log to version 1.5.0 Updated org.apache.felix.log project version to 1.3.0 due to minor update of the specification dependency Updated README.md references towards the specification (which moved from compendium to core)

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 159897ba9a81c787cb4b6efa6ade599f7ad0a263
Author: Arnoud Glimmerveen <ar...@glimmerveen.org>
AuthorDate: Mon Feb 13 19:50:06 2023 +0100

    Updated dependency to org.osgi.service.log to version 1.5.0
    Updated org.apache.felix.log project version to 1.3.0 due to minor update of the specification dependency
    Updated README.md references towards the specification (which moved from compendium to core)
---
 log/README.md | 2 +-
 log/pom.xml   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/log/README.md b/log/README.md
index 49bc37dfce..3eaab2d3d8 100644
--- a/log/README.md
+++ b/log/README.md
@@ -1,4 +1,4 @@
-The [OSGi Service Compendium specification](https://osgi.org/specification/osgi.cmpn/7.0.0/) defines a general purpose [Log Service](https://osgi.org/specification/osgi.cmpn/7.0.0/service.log.html) for the OSGi Platform. It is a very simple specification that doesn't provide all the functionality commonly available in enterprise-level logging tools, but its extensible service model can be used to build fairly sophisticated logging solutions.
+The [OSGi Service Core specification](https://osgi.org/specification/osgi.core/8.0.0/) defines a general purpose [Log Service](https://docs.osgi.org/specification/osgi.core/8.0.0/service.log.html) for the OSGi Platform. It is a very simple specification that doesn't provide all the functionality commonly available in enterprise-level logging tools, but its extensible service model can be used to build fairly sophisticated logging solutions.
 
 The Log Service specification defines the following entities:
 
diff --git a/log/pom.xml b/log/pom.xml
index 348963690c..81a188e86d 100644
--- a/log/pom.xml
+++ b/log/pom.xml
@@ -27,9 +27,9 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Log Service</name>
   <description>
-    A simple implementation of the OSGi R7 Log service.
+    A simple implementation of the OSGi R8 Log service.
   </description>
-  <version>1.2.7-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <artifactId>org.apache.felix.log</artifactId>
 
   <properties>
@@ -53,7 +53,7 @@
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.service.log</artifactId>
-      <version>1.4.0</version>
+      <version>1.5.0</version>
     </dependency>
    </dependencies>
   <build>