You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2018/04/27 09:08:09 UTC

aries-rsa git commit: Update Readme for OSGI R7

Repository: aries-rsa
Updated Branches:
  refs/heads/master 4970b904f -> d3adc2046


Update Readme for OSGI R7

Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/d3adc204
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/d3adc204
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/d3adc204

Branch: refs/heads/master
Commit: d3adc2046bada1cb1a59357c574e1f1c5c30aead
Parents: 4970b90
Author: Christian Schneider <cs...@adobe.com>
Authored: Fri Apr 27 11:07:51 2018 +0200
Committer: Christian Schneider <cs...@adobe.com>
Committed: Fri Apr 27 11:07:51 2018 +0200

----------------------------------------------------------------------
 Readme.md          | 19 ++++++++-----------
 release.properties | 12 ------------
 2 files changed, 8 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d3adc204/Readme.md
----------------------------------------------------------------------
diff --git a/Readme.md b/Readme.md
index cc76e26..bff5d93 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,24 +1,21 @@
 # Aries Remote Service Admin (RSA)
 
-The [Aries Remote Service Admin (RSA)](http://aries.apache.org/modules/rsa.html) project allows to transparently use OSGi
-services for remote communication. OSGi services can be marked for export by adding a service property
-service.exported.interfaces=*. Various other  properties can be used to customize how the service is to be exposed.
+The [Aries Remote Service Admin (RSA)](http://aries.apache.org/modules/rsa.html) project is the reference implementation of [Remote Services](https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html
+) and [Remote Service Admin](https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html) from the OSGi R7 specs.
 
-For more information, check out section "13 Remote Services Version 1.0" in the "OSGi Service Platform
- Service Compendium, Release 4, Version 4.2" available for public download from the OSGi Alliance.
+It allows to transparently use OSGi services for remote communication. OSGi services can be marked for export by adding a service property service.exported.interfaces=*. Various other  properties can be used to customize how the service is to be exposed.
 
 ## Distribution Provider
 
 Aries Remote Service Admin provides two different transport layers out of the box and can be extended with custom transports.
-Please refer to their individual Readme.me on how to use them.
 
- * `aries.tcp` - A very lightweight TCP based transport that is ideal to get a first demo running and to serve as template for custom distribution providers
- * `aries.fastbin` - A fast binary transport that uses multiplexing on a pool of java nio channels. Fastbin supports both sync and long running async calls (via Future/Promise)
+ * [aries.tcp](provider/tcp/Readme.md) - A very lightweight TCP based transport that is ideal to get a first demo running and to serve as template for custom distribution providers
+ * [aries.fastbin](provider/fastbin) - A fast binary transport that uses multiplexing on a pool of java nio channels. Fastbin supports both sync and long running async calls (via Future/Promise)
 
 ## Discovery Provider
 
 The discovery providers are responsible for finding the available endpoint descriptions of remote services. Aries RSA provides three different implementations and can be extended with custom discovery providers. The three available implementations are
 
- * zookeeper - Manages endpoint descriptions as zookeeper nodes.
- * local - Scans bundles for endpoint descriptions
- * config - Reads endpoint descriptions from ConfigAdmin service
\ No newline at end of file
+ * [zookeeper](discovery/zookeeper/Readme.md) - Manages endpoint descriptions as zookeeper nodes.
+ * [local](discovery/local/Readme.md) - Scans bundles for endpoint descriptions
+ * [config](discovery/config/Readme.md) - Reads endpoint descriptions from ConfigAdmin service
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d3adc204/release.properties
----------------------------------------------------------------------
diff --git a/release.properties b/release.properties
deleted file mode 100644
index f943993..0000000
--- a/release.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-#release configuration
-#Thu Apr 26 18:13:33 CEST 2018
-scm.tagNameFormat=org.apache.aries.rsa-@{project.version}
-pushChanges=true
-scm.url=scm\:git\:http\://git-wip-us.apache.org/repos/asf/aries-rsa.git
-preparationGoals=clean verify
-remoteTagging=true
-projectVersionPolicyId=default
-scm.commentPrefix=[maven-release-plugin] 
-exec.additionalArguments=-Papache-release  -P artifactory-corp
-exec.snapshotReleasePluginAllowed=false
-completedPhase=check-poms