You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by Christian Schneider <ch...@die-schneider.net> on 2018/10/01 09:40:42 UTC

[VOTE] Release Apache Aries Remote Service Admin 1.13.0 (OSGi R7)

This release fixes some bugs that were reported by users and found during
stabilization of the OSGi R7 CT checks.

See here for the specs we implement:
https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html
https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html

Keep in mind though that at the moment only the TCP transport fully
supports the new spec.

I've staged the release at

https://repository.apache.org/content/repositories/orgapachearies-1145

For a list of issues resolved see:

https://issues.apache.org/jira/projects/ARIES/versions/12342751


Release Notes - Aries - Version rsa-1.13.0

** Bug
    * [ARIES-1751] - Typo in namespace url in
OSGI-INF/metatype/zookeeper.xml
    * [ARIES-1788] - NPE on log line
    * [ARIES-1815] - ConcurrentModificationException in
TopologyManagerImport.unImportForGoneEndpoints
    * [ARIES-1817] - Export remove do no always end up in REMOVE events
(timing issue)
    * [ARIES-1837] - ConcurrentModificationException in
InterestManager.endpointChanged
    * [ARIES-1838] - Zookeeper discovery does not send modified events
    * [ARIES-1839] - Invalid zookeeper path
/osgi/service_registry#osgi#service_registry is created
    * [ARIES-1840] - ConcurrentModificationException in
org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices

** Test
    * [ARIES-1835] - TestFastbinRoundTrip fails in a high percentage of the
builds

** Dependency upgrade
    * [ARIES-1779] - Upgrade ZooKeeper to 3.4.13
    * [ARIES-1822] - Upgrade plugins


Please review and vote

Here is my
+1

Christian

-- 
-- 
Christian Schneider
http://www.liquid-reality.de

Computer Scientist
http://www.adobe.com

Re: [VOTE] Release Apache Aries Remote Service Admin 1.13.0 (OSGi R7)

Posted by Timothy Ward <ti...@apache.org>.
+1

> On 1 Oct 2018, at 22:27, Carlos Sierra Andrés <cs...@apache.org> wrote:
> 
> +1
> 
> Thanks.
> 
> Carlos.
> 
> 
> El 1/10/18 a las 11:40, Christian Schneider escribió:
>> This release fixes some bugs that were reported by users and found during
>> stabilization of the OSGi R7 CT checks.
>> 
>> See here for the specs we implement:
>> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html
>> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html
>> 
>> Keep in mind though that at the moment only the TCP transport fully
>> supports the new spec.
>> 
>> I've staged the release at
>> 
>> https://repository.apache.org/content/repositories/orgapachearies-1145
>> 
>> For a list of issues resolved see:
>> 
>> https://issues.apache.org/jira/projects/ARIES/versions/12342751
>> 
>> 
>> Release Notes - Aries - Version rsa-1.13.0
>> 
>> ** Bug
>>    * [ARIES-1751] - Typo in namespace url in
>> OSGI-INF/metatype/zookeeper.xml
>>    * [ARIES-1788] - NPE on log line
>>    * [ARIES-1815] - ConcurrentModificationException in
>> TopologyManagerImport.unImportForGoneEndpoints
>>    * [ARIES-1817] - Export remove do no always end up in REMOVE events
>> (timing issue)
>>    * [ARIES-1837] - ConcurrentModificationException in
>> InterestManager.endpointChanged
>>    * [ARIES-1838] - Zookeeper discovery does not send modified events
>>    * [ARIES-1839] - Invalid zookeeper path
>> /osgi/service_registry#osgi#service_registry is created
>>    * [ARIES-1840] - ConcurrentModificationException in
>> org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices
>> 
>> ** Test
>>    * [ARIES-1835] - TestFastbinRoundTrip fails in a high percentage of the
>> builds
>> 
>> ** Dependency upgrade
>>    * [ARIES-1779] - Upgrade ZooKeeper to 3.4.13
>>    * [ARIES-1822] - Upgrade plugins
>> 
>> 
>> Please review and vote
>> 
>> Here is my
>> +1
>> 
>> Christian
>> 
> 


Re: [VOTE] Release Apache Aries Remote Service Admin 1.13.0 (OSGi R7)

Posted by Carlos Sierra Andrés <cs...@apache.org>.
+1

Thanks.

Carlos.


El 1/10/18 a las 11:40, Christian Schneider escribió:
> This release fixes some bugs that were reported by users and found during
> stabilization of the OSGi R7 CT checks.
>
> See here for the specs we implement:
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html
>
> Keep in mind though that at the moment only the TCP transport fully
> supports the new spec.
>
> I've staged the release at
>
> https://repository.apache.org/content/repositories/orgapachearies-1145
>
> For a list of issues resolved see:
>
> https://issues.apache.org/jira/projects/ARIES/versions/12342751
>
>
> Release Notes - Aries - Version rsa-1.13.0
>
> ** Bug
>     * [ARIES-1751] - Typo in namespace url in
> OSGI-INF/metatype/zookeeper.xml
>     * [ARIES-1788] - NPE on log line
>     * [ARIES-1815] - ConcurrentModificationException in
> TopologyManagerImport.unImportForGoneEndpoints
>     * [ARIES-1817] - Export remove do no always end up in REMOVE events
> (timing issue)
>     * [ARIES-1837] - ConcurrentModificationException in
> InterestManager.endpointChanged
>     * [ARIES-1838] - Zookeeper discovery does not send modified events
>     * [ARIES-1839] - Invalid zookeeper path
> /osgi/service_registry#osgi#service_registry is created
>     * [ARIES-1840] - ConcurrentModificationException in
> org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices
>
> ** Test
>     * [ARIES-1835] - TestFastbinRoundTrip fails in a high percentage of the
> builds
>
> ** Dependency upgrade
>     * [ARIES-1779] - Upgrade ZooKeeper to 3.4.13
>     * [ARIES-1822] - Upgrade plugins
>
>
> Please review and vote
>
> Here is my
> +1
>
> Christian
>


Re: [VOTE] Release Apache Aries Remote Service Admin 1.13.0 (OSGi R7)

Posted by Raymond Auge <ra...@liferay.com>.
+1

- Ray

On Mon, Oct 1, 2018, 05:40 Christian Schneider, <ch...@die-schneider.net>
wrote:

> This release fixes some bugs that were reported by users and found during
> stabilization of the OSGi R7 CT checks.
>
> See here for the specs we implement:
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html
>
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html
>
> Keep in mind though that at the moment only the TCP transport fully
> supports the new spec.
>
> I've staged the release at
>
> https://repository.apache.org/content/repositories/orgapachearies-1145
>
> For a list of issues resolved see:
>
> https://issues.apache.org/jira/projects/ARIES/versions/12342751
>
>
> Release Notes - Aries - Version rsa-1.13.0
>
> ** Bug
>     * [ARIES-1751] - Typo in namespace url in
> OSGI-INF/metatype/zookeeper.xml
>     * [ARIES-1788] - NPE on log line
>     * [ARIES-1815] - ConcurrentModificationException in
> TopologyManagerImport.unImportForGoneEndpoints
>     * [ARIES-1817] - Export remove do no always end up in REMOVE events
> (timing issue)
>     * [ARIES-1837] - ConcurrentModificationException in
> InterestManager.endpointChanged
>     * [ARIES-1838] - Zookeeper discovery does not send modified events
>     * [ARIES-1839] - Invalid zookeeper path
> /osgi/service_registry#osgi#service_registry is created
>     * [ARIES-1840] - ConcurrentModificationException in
>
> org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices
>
> ** Test
>     * [ARIES-1835] - TestFastbinRoundTrip fails in a high percentage of the
> builds
>
> ** Dependency upgrade
>     * [ARIES-1779] - Upgrade ZooKeeper to 3.4.13
>     * [ARIES-1822] - Upgrade plugins
>
>
> Please review and vote
>
> Here is my
> +1
>
> Christian
>
> --
> --
> Christian Schneider
> http://www.liquid-reality.de
>
> Computer Scientist
> http://www.adobe.com
>

Re: [VOTE] Release Apache Aries Remote Service Admin 1.13.0 (OSGi R7)

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
+1 (binding)

Regards
JB

On 01/10/2018 11:40, Christian Schneider wrote:
> This release fixes some bugs that were reported by users and found during
> stabilization of the OSGi R7 CT checks.
> 
> See here for the specs we implement:
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html
> 
> Keep in mind though that at the moment only the TCP transport fully
> supports the new spec.
> 
> I've staged the release at
> 
> https://repository.apache.org/content/repositories/orgapachearies-1145
> 
> For a list of issues resolved see:
> 
> https://issues.apache.org/jira/projects/ARIES/versions/12342751
> 
> 
> Release Notes - Aries - Version rsa-1.13.0
> 
> ** Bug
>     * [ARIES-1751] - Typo in namespace url in
> OSGI-INF/metatype/zookeeper.xml
>     * [ARIES-1788] - NPE on log line
>     * [ARIES-1815] - ConcurrentModificationException in
> TopologyManagerImport.unImportForGoneEndpoints
>     * [ARIES-1817] - Export remove do no always end up in REMOVE events
> (timing issue)
>     * [ARIES-1837] - ConcurrentModificationException in
> InterestManager.endpointChanged
>     * [ARIES-1838] - Zookeeper discovery does not send modified events
>     * [ARIES-1839] - Invalid zookeeper path
> /osgi/service_registry#osgi#service_registry is created
>     * [ARIES-1840] - ConcurrentModificationException in
> org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices
> 
> ** Test
>     * [ARIES-1835] - TestFastbinRoundTrip fails in a high percentage of the
> builds
> 
> ** Dependency upgrade
>     * [ARIES-1779] - Upgrade ZooKeeper to 3.4.13
>     * [ARIES-1822] - Upgrade plugins
> 
> 
> Please review and vote
> 
> Here is my
> +1
> 
> Christian
> 

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: [VOTE] Release Apache Aries Remote Service Admin 1.13.0 (OSGi R7)

Posted by Dominik Przybysz <al...@gmail.com>.
+1

pon., 1 paź 2018 o 15:46 Francois Papon <fr...@openobject.fr>
napisał(a):

> +1 (non-binding)
>
> Thanks for the release!
>
> regards,
>
> François Papon
> fpapon@apache.org
>
> Le 01/10/2018 à 13:40, Christian Schneider a écrit :
> > This release fixes some bugs that were reported by users and found during
> > stabilization of the OSGi R7 CT checks.
> >
> > See here for the specs we implement:
> >
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html
> >
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html
> >
> > Keep in mind though that at the moment only the TCP transport fully
> > supports the new spec.
> >
> > I've staged the release at
> >
> > https://repository.apache.org/content/repositories/orgapachearies-1145
> >
> > For a list of issues resolved see:
> >
> > https://issues.apache.org/jira/projects/ARIES/versions/12342751
> >
> >
> > Release Notes - Aries - Version rsa-1.13.0
> >
> > ** Bug
> >     * [ARIES-1751] - Typo in namespace url in
> > OSGI-INF/metatype/zookeeper.xml
> >     * [ARIES-1788] - NPE on log line
> >     * [ARIES-1815] - ConcurrentModificationException in
> > TopologyManagerImport.unImportForGoneEndpoints
> >     * [ARIES-1817] - Export remove do no always end up in REMOVE events
> > (timing issue)
> >     * [ARIES-1837] - ConcurrentModificationException in
> > InterestManager.endpointChanged
> >     * [ARIES-1838] - Zookeeper discovery does not send modified events
> >     * [ARIES-1839] - Invalid zookeeper path
> > /osgi/service_registry#osgi#service_registry is created
> >     * [ARIES-1840] - ConcurrentModificationException in
> >
> org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices
> >
> > ** Test
> >     * [ARIES-1835] - TestFastbinRoundTrip fails in a high percentage of
> the
> > builds
> >
> > ** Dependency upgrade
> >     * [ARIES-1779] - Upgrade ZooKeeper to 3.4.13
> >     * [ARIES-1822] - Upgrade plugins
> >
> >
> > Please review and vote
> >
> > Here is my
> > +1
> >
> > Christian
> >
>
>

-- 
Pozdrawiam / Regards,
Dominik Przybysz

Re: [VOTE] Release Apache Aries Remote Service Admin 1.13.0 (OSGi R7)

Posted by Francois Papon <fr...@openobject.fr>.
+1 (non-binding)

Thanks for the release!

regards,

François Papon
fpapon@apache.org

Le 01/10/2018 à 13:40, Christian Schneider a écrit :
> This release fixes some bugs that were reported by users and found during
> stabilization of the OSGi R7 CT checks.
>
> See here for the specs we implement:
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html
>
> Keep in mind though that at the moment only the TCP transport fully
> supports the new spec.
>
> I've staged the release at
>
> https://repository.apache.org/content/repositories/orgapachearies-1145
>
> For a list of issues resolved see:
>
> https://issues.apache.org/jira/projects/ARIES/versions/12342751
>
>
> Release Notes - Aries - Version rsa-1.13.0
>
> ** Bug
>     * [ARIES-1751] - Typo in namespace url in
> OSGI-INF/metatype/zookeeper.xml
>     * [ARIES-1788] - NPE on log line
>     * [ARIES-1815] - ConcurrentModificationException in
> TopologyManagerImport.unImportForGoneEndpoints
>     * [ARIES-1817] - Export remove do no always end up in REMOVE events
> (timing issue)
>     * [ARIES-1837] - ConcurrentModificationException in
> InterestManager.endpointChanged
>     * [ARIES-1838] - Zookeeper discovery does not send modified events
>     * [ARIES-1839] - Invalid zookeeper path
> /osgi/service_registry#osgi#service_registry is created
>     * [ARIES-1840] - ConcurrentModificationException in
> org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices
>
> ** Test
>     * [ARIES-1835] - TestFastbinRoundTrip fails in a high percentage of the
> builds
>
> ** Dependency upgrade
>     * [ARIES-1779] - Upgrade ZooKeeper to 3.4.13
>     * [ARIES-1822] - Upgrade plugins
>
>
> Please review and vote
>
> Here is my
> +1
>
> Christian
>


Re: [VOTE][RESULT] Release Apache Aries Remote Service Admin 1.13.0 (OSGi R7)

Posted by Christian Schneider <ch...@die-schneider.net>.
Small correction .. Tim`s vote is of course also binding.

Sorry for the error.

Christian

Am Fr., 5. Okt. 2018 um 11:32 Uhr schrieb Christian Schneider <
chris@die-schneider.net>:

> This release vote passes with 7 binding +1 votes from (Ray, JBO, David,
> Grzegorz, Dominik, Carlos, Christian) and 2 non binding +1 votes
> (Francois, Tim).
>
> I will deploy the artifacts.
>
> Cheers,
> Christian
>
> Am Mo., 1. Okt. 2018 um 11:40 Uhr schrieb Christian Schneider <
> chris@die-schneider.net>:
>
>> This release fixes some bugs that were reported by users and found during
>> stabilization of the OSGi R7 CT checks.
>>
>> See here for the specs we implement:
>> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html
>>
>> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html
>>
>> Keep in mind though that at the moment only the TCP transport fully
>> supports the new spec.
>>
>> I've staged the release at
>>
>> https://repository.apache.org/content/repositories/orgapachearies-1145
>>
>> For a list of issues resolved see:
>>
>> https://issues.apache.org/jira/projects/ARIES/versions/12342751
>>
>>
>> Release Notes - Aries - Version rsa-1.13.0
>>
>> ** Bug
>>     * [ARIES-1751] - Typo in namespace url in
>> OSGI-INF/metatype/zookeeper.xml
>>     * [ARIES-1788] - NPE on log line
>>     * [ARIES-1815] - ConcurrentModificationException in
>> TopologyManagerImport.unImportForGoneEndpoints
>>     * [ARIES-1817] - Export remove do no always end up in REMOVE events
>> (timing issue)
>>     * [ARIES-1837] - ConcurrentModificationException in
>> InterestManager.endpointChanged
>>     * [ARIES-1838] - Zookeeper discovery does not send modified events
>>     * [ARIES-1839] - Invalid zookeeper path
>> /osgi/service_registry#osgi#service_registry is created
>>     * [ARIES-1840] - ConcurrentModificationException in
>> org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices
>>
>> ** Test
>>     * [ARIES-1835] - TestFastbinRoundTrip fails in a high percentage of
>> the builds
>>
>> ** Dependency upgrade
>>     * [ARIES-1779] - Upgrade ZooKeeper to 3.4.13
>>     * [ARIES-1822] - Upgrade plugins
>>
>>
>> Please review and vote
>>
>> Here is my
>> +1
>>
>> Christian
>>
>> --
>> --
>> Christian Schneider
>> http://www.liquid-reality.de
>>
>> Computer Scientist
>> http://www.adobe.com
>>
>>
>
> --
> --
> Christian Schneider
> http://www.liquid-reality.de
>
> Computer Scientist
> http://www.adobe.com
>
>

-- 
-- 
Christian Schneider
http://www.liquid-reality.de

Computer Scientist
http://www.adobe.com

[VOTE][RESULT] Release Apache Aries Remote Service Admin 1.13.0 (OSGi R7)

Posted by Christian Schneider <ch...@die-schneider.net>.
This release vote passes with 7 binding +1 votes from (Ray, JBO, David,
Grzegorz, Dominik, Carlos, Christian) and 2 non binding +1 votes (Francois,
Tim).

I will deploy the artifacts.

Cheers,
Christian

Am Mo., 1. Okt. 2018 um 11:40 Uhr schrieb Christian Schneider <
chris@die-schneider.net>:

> This release fixes some bugs that were reported by users and found during
> stabilization of the OSGi R7 CT checks.
>
> See here for the specs we implement:
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html
>
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html
>
> Keep in mind though that at the moment only the TCP transport fully
> supports the new spec.
>
> I've staged the release at
>
> https://repository.apache.org/content/repositories/orgapachearies-1145
>
> For a list of issues resolved see:
>
> https://issues.apache.org/jira/projects/ARIES/versions/12342751
>
>
> Release Notes - Aries - Version rsa-1.13.0
>
> ** Bug
>     * [ARIES-1751] - Typo in namespace url in
> OSGI-INF/metatype/zookeeper.xml
>     * [ARIES-1788] - NPE on log line
>     * [ARIES-1815] - ConcurrentModificationException in
> TopologyManagerImport.unImportForGoneEndpoints
>     * [ARIES-1817] - Export remove do no always end up in REMOVE events
> (timing issue)
>     * [ARIES-1837] - ConcurrentModificationException in
> InterestManager.endpointChanged
>     * [ARIES-1838] - Zookeeper discovery does not send modified events
>     * [ARIES-1839] - Invalid zookeeper path
> /osgi/service_registry#osgi#service_registry is created
>     * [ARIES-1840] - ConcurrentModificationException in
> org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices
>
> ** Test
>     * [ARIES-1835] - TestFastbinRoundTrip fails in a high percentage of
> the builds
>
> ** Dependency upgrade
>     * [ARIES-1779] - Upgrade ZooKeeper to 3.4.13
>     * [ARIES-1822] - Upgrade plugins
>
>
> Please review and vote
>
> Here is my
> +1
>
> Christian
>
> --
> --
> Christian Schneider
> http://www.liquid-reality.de
>
> Computer Scientist
> http://www.adobe.com
>
>

-- 
-- 
Christian Schneider
http://www.liquid-reality.de

Computer Scientist
http://www.adobe.com

Re: [VOTE] Release Apache Aries Remote Service Admin 1.13.0 (OSGi R7)

Posted by Grzegorz Grzybek <gr...@gmail.com>.
+1 (binding)

regards
Grzegorz Grzybek

pon., 1 paź 2018 o 15:29 David Bosschaert <da...@gmail.com>
napisał(a):

> +1 from me!
>
> Thanks Christian!
>
> David
>
> On Mon, 1 Oct 2018 at 10:40, Christian Schneider <ch...@die-schneider.net>
> wrote:
>
> > This release fixes some bugs that were reported by users and found during
> > stabilization of the OSGi R7 CT checks.
> >
> > See here for the specs we implement:
> >
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html
> >
> >
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html
> >
> > Keep in mind though that at the moment only the TCP transport fully
> > supports the new spec.
> >
> > I've staged the release at
> >
> > https://repository.apache.org/content/repositories/orgapachearies-1145
> >
> > For a list of issues resolved see:
> >
> > https://issues.apache.org/jira/projects/ARIES/versions/12342751
> >
> >
> > Release Notes - Aries - Version rsa-1.13.0
> >
> > ** Bug
> >     * [ARIES-1751] - Typo in namespace url in
> > OSGI-INF/metatype/zookeeper.xml
> >     * [ARIES-1788] - NPE on log line
> >     * [ARIES-1815] - ConcurrentModificationException in
> > TopologyManagerImport.unImportForGoneEndpoints
> >     * [ARIES-1817] - Export remove do no always end up in REMOVE events
> > (timing issue)
> >     * [ARIES-1837] - ConcurrentModificationException in
> > InterestManager.endpointChanged
> >     * [ARIES-1838] - Zookeeper discovery does not send modified events
> >     * [ARIES-1839] - Invalid zookeeper path
> > /osgi/service_registry#osgi#service_registry is created
> >     * [ARIES-1840] - ConcurrentModificationException in
> >
> >
> org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices
> >
> > ** Test
> >     * [ARIES-1835] - TestFastbinRoundTrip fails in a high percentage of
> the
> > builds
> >
> > ** Dependency upgrade
> >     * [ARIES-1779] - Upgrade ZooKeeper to 3.4.13
> >     * [ARIES-1822] - Upgrade plugins
> >
> >
> > Please review and vote
> >
> > Here is my
> > +1
> >
> > Christian
> >
> > --
> > --
> > Christian Schneider
> > http://www.liquid-reality.de
> >
> > Computer Scientist
> > http://www.adobe.com
> >
>

Re: [VOTE] Release Apache Aries Remote Service Admin 1.13.0 (OSGi R7)

Posted by David Bosschaert <da...@gmail.com>.
+1 from me!

Thanks Christian!

David

On Mon, 1 Oct 2018 at 10:40, Christian Schneider <ch...@die-schneider.net>
wrote:

> This release fixes some bugs that were reported by users and found during
> stabilization of the OSGi R7 CT checks.
>
> See here for the specs we implement:
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html
>
> https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html
>
> Keep in mind though that at the moment only the TCP transport fully
> supports the new spec.
>
> I've staged the release at
>
> https://repository.apache.org/content/repositories/orgapachearies-1145
>
> For a list of issues resolved see:
>
> https://issues.apache.org/jira/projects/ARIES/versions/12342751
>
>
> Release Notes - Aries - Version rsa-1.13.0
>
> ** Bug
>     * [ARIES-1751] - Typo in namespace url in
> OSGI-INF/metatype/zookeeper.xml
>     * [ARIES-1788] - NPE on log line
>     * [ARIES-1815] - ConcurrentModificationException in
> TopologyManagerImport.unImportForGoneEndpoints
>     * [ARIES-1817] - Export remove do no always end up in REMOVE events
> (timing issue)
>     * [ARIES-1837] - ConcurrentModificationException in
> InterestManager.endpointChanged
>     * [ARIES-1838] - Zookeeper discovery does not send modified events
>     * [ARIES-1839] - Invalid zookeeper path
> /osgi/service_registry#osgi#service_registry is created
>     * [ARIES-1840] - ConcurrentModificationException in
>
> org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices
>
> ** Test
>     * [ARIES-1835] - TestFastbinRoundTrip fails in a high percentage of the
> builds
>
> ** Dependency upgrade
>     * [ARIES-1779] - Upgrade ZooKeeper to 3.4.13
>     * [ARIES-1822] - Upgrade plugins
>
>
> Please review and vote
>
> Here is my
> +1
>
> Christian
>
> --
> --
> Christian Schneider
> http://www.liquid-reality.de
>
> Computer Scientist
> http://www.adobe.com
>