+1 I'll note the following RAT failures and errors for the record. If you're satisfied they are not an issue, please proceed.
RAT FAILURE:????? tck/apply-to-tck.sh.template !????? Readme.md !????? .Readme.md.html ERROR: Bundle org.apache.aries.rsa.examples.echotcp.consumer [26] EventDispatcher: Error during dispatch. (java.lang.NullPointerException) [1] [1] ERROR: Bundle org.apache.aries.rsa.examples.echotcp.consumer [26] EventDispatcher: Error during dispatch. (java.lang.NullPointerException) java.lang.NullPointerException at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.prebind(DependencyManager.java:1033) at org.apache.felix.scr.impl.manager.DependencyManager.prebind(DependencyManager.java:1457) at org.apache.felix.scr.impl.manager.AbstractComponentManager.collectDependencies(AbstractComponentManager.java:983) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:812) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:724) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:954) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:915) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:120) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:987) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:838) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:545) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4560) at org.apache.felix.framework.Felix.registerService(Felix.java:3542) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:348) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:322) at org.apache.aries.rsa.core.RemoteServiceAdminCore.exposeServiceFactory(RemoteServiceAdminCore.java:427) at org.apache.aries.rsa.core.RemoteServiceAdminCore.importService(RemoteServiceAdminCore.java:381) at org.apache.aries.rsa.core.RemoteServiceAdminInstance$2.run(RemoteServiceAdminInstance.java:80) at org.apache.aries.rsa.core.RemoteServiceAdminInstance$2.run(RemoteServiceAdminInstance.java:78) at java.security.AccessController.doPrivileged(Native Method) at org.apache.aries.rsa.core.RemoteServiceAdminInstance.importService(RemoteServiceAdminInstance.java:78) at org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importService(TopologyManagerImport.java:249) at org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices(TopologyManagerImport.java:218) at org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.access$100(TopologyManagerImport.java:53) at org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport$1.run(TopologyManagerImport.java:186) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) On Thu, Jul 7, 2016 at 7:58 AM, Christian Schneider <ch...@die-schneider.net > wrote: > Hi John, > > thanks for spotting this. The repository is located at: > https://repository.apache.org/content/repositories/orgapachearies-1077 > > Christian > > > > On 07.07.2016 14:26, John Ross wrote: > >> Looks like you intended to provide a reference to the staging repository, >> but I don't see it. >> >> On Thu, Jul 7, 2016 at 2:29 AM, Christian Schneider < >> ch...@die-schneider.net >> >>> wrote: >>> This release contains lots of bug fixes and a few notable new features: >>> >>> - New provider fastbin: This is donated by redhat and implements a fast >>> binary transport based on nio/protobuf. It is recommended to use this >>> instead of the tcp provider for production >>> - Felix gogo command endpoints that lists all endpoints known to the >>> discovery >>> - New config discovery. This allows to export existing OSGi services by >>> creating a config >>> >>> Known issues: >>> During the release I had problems creating the OBR index. So this release >>> does not include the OBR index. It still contains the repository pom >>> though. So >>> it is easy to create your own index by refering to this pom. As I think >>> there are not many people using the OBR index I continued with the >>> release. >>> Btw. future version might only contain the pom anyway I will start a >>> thread to discuss this on the dev list. >>> >>> I've staged the release at >>> >>> For a list of issues resolved see: >>> >>> https://issues.apache.org/jira/browse/ARIES/fixforversion/12335556 >>> >>> Release Notes - Aries - Version rsa-1.9.0 >>> >>> >>> ** Bug >>> * [ARIES-1515] - TCPServer fails to retrive method @reflection when >>> using interfaced arguments >>> * [ARIES-1518] - RSA exports services that don't match the >>> DistributionProvider >>> * [ARIES-1519] - NPE when DistributionProvider has no >>> remote.intents.supported >>> * [ARIES-1556] - fastbin provider fails if local host cannot be >>> resolved >>> * [ARIES-1571] - Exception in TCPEndpoint Integer cannot be cast to >>> java.lang.String >>> * [ARIES-1577] - Deadlock in TopologyManagerImport >>> * [ARIES-1579] - Fastbin tests often fail as zookeeper of previous >>> test is still running >>> * [ARIES-1581] - RSA does not include the ExportReference in RSA >>> Events >>> * [ARIES-1583] - RSA discovery commands >>> >>> ** Improvement >>> * [ARIES-1527] - [rsa] Make eventadmin optional >>> * [ARIES-1528] - [rsa] Use karaf 4 maven plugin to verify features >>> * [ARIES-1543] - Make it easier to use EndpointDescriptionParser >>> * [ARIES-1573] - RSA discovery from ConfigAdmin >>> * [ARIES-1576] - Properties of the tcp endpoint should be prefixed >>> with aries.rsa to avoid ambiguity >>> * [ARIES-1582] - fastbin should handle object methods locally >>> >>> ** New Feature >>> * [ARIES-1526] - Add a fast nio/protobuf provider >>> >>> >>> Please review and vote >>> >>> Here is my >>> +1 >>> >>> Christian >>> >>> -- >>> Christian Schneider >>> http://www.liquid-reality.de >>> >>> Open Source Architect >>> http://www.talend.com >>> >>> >>> > > -- > Christian Schneider > http://www.liquid-reality.de > > Open Source Architect > http://www.talend.com > >