Add support for reusable streaming
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / test / java / org / opendaylight / controller / remote / rpc / registry /
2018-12-05 Robert VargaMigrate to java.time.Duration 74/75374/41
2018-07-27 Tom PantelisConvert sal-remoterpc to mdsal APIs 97/74597/1
2018-07-25 Stephen KittRemove unused exceptions 39/74339/5
2018-01-27 Tom PantelisFix intermittent RemoteRpcRegistryMXBeanImplTest failures 93/67593/4
2018-01-24 Robert VargaMigrate from JavaTestKit to javadsl.TestKit 22/65622/11
2018-01-11 Robert VargaAdjust to yangtools-2.0.0 changes 75/64175/42
2017-04-15 Ivan HraskoUnit test for RemoteRpcRegistryMXBeanImpl class 59/54359/19
2017-02-10 Robert VargaBUG-7594: Rework sal-remoterpc-connector messages 29/50629/34
2017-02-09 Robert VargaBUG-7556: update version tracking 22/50622/22
2017-01-30 Robert VargaRemove Copier interface 91/50591/11
2017-01-30 Robert VargaBUG-7573: add BucketStore source monitoring 85/50585/12
2017-01-30 Robert VargaBUG-3128: cache ActorSelections 84/50584/12
2017-01-30 Robert VargaBUG-3128: rework sal-remoterpc-connector 88/50488/26
2016-11-15 Tom PantelisFix CS warnings in sal-remoterpc-connector and enable... 90/47690/4
2016-09-23 Stephen KittMechanical code cleanup (sal-remoterpc-connector) 67/46067/3
2016-03-04 Tom PantelisFix ConcurrentModificationEx in RpcRegistry.onBucketsUp... 14/35714/2
2016-02-23 Tom PantelisBug 4866: Add wait/retries for routed RPCs 75/34175/4
2015-11-20 Gary WuFix warnings on unparameterized generic types 44/29944/2
2015-10-10 Moiz RajaBUG 4151 : Create a shared actor system 62/27562/9
2015-08-09 Thanh HaFix license header violations in sal-remoterpc-connector 88/24988/1
2015-01-09 Tom PantelisMerge "Fix compilation warnings: replace deprecated...
2015-01-08 Tom PantelisMerge "Fix compilation warnings: replace deprecated...
2015-01-07 Ed WarnickeMerge "Fix bug 2554 - XSQL getting stuck on some models"
2015-01-07 Tony TkacikMerge "Model dom-broker statistics"
2015-01-07 Tony TkacikMerge "Move ConcurrentDOMDataBroker to clustered-datastore"
2015-01-07 Tony TkacikMerge "Add timeout to netconf IT test"
2015-01-07 Tony TkacikMerge changes I4ec0efd7,Ia2619921
2015-01-07 Tony TkacikMerge "Add better error reporting to ConfigSnapshot...
2015-01-07 Tony TkacikMerge "Fail on validation of checkstyle set to true"
2015-01-06 Ed WarnickeMerge "Fix test case mis-spelling."
2015-01-06 Tom PantelisMerge "Fix Akka exception: cannot use non-static local...
2015-01-06 Moiz RajaMerge "Bug 2526: Race condition may cause missing route...
2014-12-20 tpantelisBug 2526: Race condition may cause missing routes in... 53/13753/7
2014-12-03 Tony TkacikMerge "Add MD-SAL artifacts"
2014-12-03 Tony TkacikMerge "Remove use of xtend"
2014-12-03 Tony TkacikMerge "Fix checkstyle warnings in netty-threadgroup...
2014-12-03 Tony TkacikMerge "Fix checkstyle warnings in netty-event-executor...
2014-12-03 Tony TkacikMerge "Fix checkstyle warnings in logback-config"
2014-12-03 Tony TkacikMerge "Fix checkstyle warnings in netconf-util"
2014-12-03 Tony TkacikMerge "BUG-8: migrate newMBeanProxy() -> newMXBeanProxy()"
2014-12-02 Ed WarnickeMerge "Handle more specific BindException and IOException"
2014-12-02 Ed WarnickeMerge "Fix allowable Unix ports range 1024 - 65535"
2014-12-02 Moiz RajaMerge "Bug 2415: Fixed intermittent RpcRegistry unit...
2014-11-20 Tony TkacikMerge "BUG-2218: Keep existing link augmentations durin...
2014-11-19 tpantelisBug 2415: Fixed intermittent RpcRegistry unit test... 51/13151/1
2014-11-14 Ed WarnickeMerge "Updating features archetype to talk about user...
2014-11-12 Tony TkacikMerge "Bug 1029: Remove dead code: samples/clustersession"
2014-11-12 Tony TkacikMerge "Bug 1029: Remove dead code: p2site"
2014-11-10 Tony TkacikMerge "BUG-2329 Add test for anyxmls inside rpc resonse...
2014-11-10 Tony TkacikMerge "Make idle timeout configurable in ssh proxy...
2014-11-10 Tony TkacikMerge "Fix raw references to SimpleNode"
2014-11-10 Tony TkacikMerge "Fix raw reference to SessionNegotiatior"
2014-11-10 Tony TkacikMerge "Fix raw use of Gauge"
2014-11-10 Tony TkacikMerge "Add serialVersionUID to Serializable classes"
2014-11-10 Tony TkacikMerge changes Ic7e83322,I2482a37c
2014-11-10 Tony TkacikMerge changes I525c2070,Ib920ff67
2014-11-10 Tony TkacikMerge "Use generic-aware empty collections"
2014-11-10 Tony TkacikMerge "Fix raw references to Promise"
2014-11-10 Tony TkacikMerge "Fix raw reference to Predicate"
2014-11-10 Tony TkacikMerge "Fix raw ProtocolService references"
2014-11-10 Tony TkacikMerge "Fix a raw ServiceReference"
2014-11-10 Tony TkacikMerge "Fix a non-generic reference to DataContainerNode"
2014-11-10 Tony TkacikMerge "Fix non-generic references to NormalizedNode"
2014-11-10 Tony TkacikMerge changes I0fe4b78d,I3d3bc71b
2014-11-10 Tony TkacikMerge "Do not override managed versions"
2014-11-10 Tony TkacikMerge "Fix raw types in Neutron northbound"
2014-11-08 Robert VargaUse generic-aware empty collections 50/12650/5
2014-11-08 Tony TkacikMerge changes I9865d0cd,Ic71d525f,Ib8faba91,Ia10e5ec9...
2014-11-08 Robert VargaFix raw reference to Predicate 37/12637/2
2014-11-08 Robert VargaFix raw references to java.lang.Class 36/12636/2
2014-09-18 Ed WarnickeMerge "Bug 1763: Fixed illegal state in Binding Transac...
2014-09-12 Ed WarnickeMerge "Fixed Karaf Distribution Archetype add dependent...
2014-09-11 Ed WarnickeMerge "Bug 1789: Reorder odl-mdsal-clustering feature...
2014-09-11 Tony TkacikMerge "BUG 1582 - PUT fails validate outer object name"
2014-09-09 Abhishek KumarMetrics and Configuration 65/10665/15
2014-09-04 Ed WarnickeMerge "BUG 1595 - Clustering : NPE on startup"
2014-09-04 Tony TkacikMerge "Be sure to shutdown instance when destroyed"
2014-09-03 Tony TkacikMerge "Hotfix for resolving of remote yang schemas."
2014-09-02 Ed WarnickeMerge "Bug 1593 - Flow Statistics manager is updating...
2014-09-02 Ed WarnickeMerge "Bug 1569 - [DEV] Too small variable for OF-Port...
2014-09-02 Tony TkacikMerge "Small fix to xsql dependencies"
2014-08-29 Abhishek KumarChanged key actors to use bounded mailbox 67/10267/5
2014-08-26 Ed WarnickeMerge "Added IP address of the OF switch to flow-node"
2014-08-25 Giovanni MeoMerge "Bug 1536: Fixed minimum values of SET_TP_SRC...
2014-08-25 Tony TkacikMerge "Fixed possible NPE in TopologyManager FlowCapabl...
2014-08-25 Moiz RajaMerge "Fix for possible NPE if Bundle is stopped."
2014-08-23 Ed WarnickeMerge "Bug 1262 - Document Transaction Chaining of...
2014-08-22 Moiz RajaMerge "changed the label for seed node config"
2014-08-22 Tom PantelisMerge "Incorrect name of elements in yang case nodes"
2014-08-22 Tony TkacikMerge "Removed getClass comparison if FlowComparator."
2014-08-22 Devin AveryMerge "Remove unused getter"
2014-08-22 Devin AveryMerge "BUG-868: remove unused things"
2014-08-22 Devin AveryMerge "BUG-868: remove deprecated call"
2014-08-21 Abhishek KumarChanged gossiper test to use akka system's LocalRefProvider 20/10120/2
2014-08-21 Abhishek KumarAdded more tests for Bucket store 19/10119/2
2014-08-21 Madhu VenugopalMerge "Karaf odl-nsf-managers feature fails due to...
2014-08-21 Ed WarnickeMerge "Bug 1586: Do not use JaxRS 2.0 unnecessarily"
2014-08-21 Ed WarnickeMerge "Converted Inventory Manager to use Transaction...
2014-08-21 Ed WarnickeMerge "Fixed possible NPE in flow reconciliation"
2014-08-21 Ed WarnickeMerge "Bug 1585 - switch features removed after node...
next