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 <[email protected]> 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`
