Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 23F45200C6E for ; Mon, 8 May 2017 22:29:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 22688160BA5; Mon, 8 May 2017 20:29:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 69475160BA2 for ; Mon, 8 May 2017 22:29:41 +0200 (CEST) Received: (qmail 44159 invoked by uid 500); 8 May 2017 20:29:40 -0000 Mailing-List: contact user-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@karaf.apache.org Delivered-To: mailing list user@karaf.apache.org Received: (qmail 44149 invoked by uid 99); 8 May 2017 20:29:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2017 20:29:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 315861A0165 for ; Mon, 8 May 2017 20:29:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1 X-Spam-Level: * X-Spam-Status: No, score=1 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id EF3oWQJYDz7X for ; Mon, 8 May 2017 20:29:39 +0000 (UTC) Received: from white.spiritone.com (white.spiritone.com [216.99.193.38]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 90F735FBE2 for ; Mon, 8 May 2017 20:29:38 +0000 (UTC) Received: from [10.179.102.172] (unknown [134.134.139.94]) by white.spiritone.com (Postfix) with ESMTPSA id 1B32B7340634 for ; Mon, 8 May 2017 13:29:31 -0700 (PDT) To: user@karaf.apache.org From: Scott Lewis Subject: ECF 3.13.6 now available Message-ID: Date: Mon, 8 May 2017 13:29:53 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Mon, 08 May 2017 20:29:42 -0000 ECF provides a full spec-compliant and ct-tested implementation of R6 OSGi Remote Services and Remote Service Admin [1]. As of today's release, ECF's RSA implementation and dependencies are available via Maven Central [2]. Consequently, the Karaf features listed at [1] now use Maven Central. ECF's RSA impl supports a variety of distribution providers [3], including Jax-RS impls CXF and Jersey, Google RPC/Protocol Buffers, XML-RPC, MQTT, JMS, ROSGI, Hazelcast, and JavaGroups. It's straightforward to introduce custom distribution or discovery systems while remaining specification-compliant [4] . A new capability we are preparing to release soon is using RSA for Python-based OSGi services [5]. This will allow Python impls and consumers of arbitrary OSGi services [5]. Scott [1] https://wiki.eclipse.org/EIG:Install_into_Apache_Karaf [2] http://central.maven.org/maven2/org/eclipse/ecf/ [3] https://wiki.eclipse.org/Distribution_Providers [4] https://wiki.eclipse.org/Tutorial:_Creating_Custom_Distribution_Providers [5] https://github.com/ECF/Py4j-RemoteServicesProvider