BUG-1425: Integrated new Binding to Normalized Node codec for write path
[mdsal.git] / opendaylight / md-sal / sal-binding-broker / src / test / java / org / opendaylight / controller / sal / binding /
2014-08-13 Robert VargaBUG-1425: Integrated new Binding to Normalized Node...
2014-08-11 Devin AveryMerge "Bug 1430: Off-load notifications from single...
2014-08-08 Tony TkacikMerge "BUG-1495: fail future when no local RPC is found"
2014-08-07 Tony TkacikMerge "BUG-868: migrate ListenerRegistry"
2014-08-07 tpantelisBug 1430: Off-load notifications from single commit...
2014-08-05 Robert VargaBUG-868: migrate ListenerRegistry
2014-08-01 Ed WarnickeMerge "Bug 1333: Regression Test suite."
2014-08-01 Ed WarnickeMerge "Bug 1369: Use separate single threadpool for...
2014-08-01 Tony TkacikMerge "BUG-868: Migrate to SchemaContextListener"
2014-07-31 Robert VargaBUG-868: Migrate to SchemaContextListener
2014-07-29 Robert VargaBUG-1092: adjust to YangInstanceIdentifier
2014-07-22 Devin AveryMerge "API Usability: Introduced type capture for Trans...
2014-07-18 Devin AveryMerge "Removed unused private implementation class"
2014-07-17 Devin AveryMerge "Added SingleThreadedExecutors to data store...
2014-07-16 Devin AveryMerge "Bug 1225: Fixed bug in registration of default...
2014-07-16 Devin AveryMerge "Deprecated Rpcs and RpcErrors helper classes"
2014-07-12 tpantelisDeprecated Rpcs and RpcErrors helper classes
2014-07-11 Ed WarnickeMerge "Bug 1223: Cleaned up BindingTestContext from...
2014-07-10 Tony TkacikBug 1223: Cleaned up BindingTestContext from unsupporte...
2014-07-09 Tony TkacikMerge "Improve documentation of BindingAware{Provider...
2014-07-08 Ed WarnickeMerge "Bug 1224, Bug 1221: Added Test case scenarios...
2014-07-08 Ed WarnickeMerge "Bug 1328: Improved argument checks in generated...
2014-07-08 Tony TkacikBug 1328: Improved argument checks in generated RPC...
2014-07-08 Devin AveryMerge changes I6e8805e1,I4df698a0,I41e0e30d
2014-07-07 Tom PantelisMerge "Bug 1235: Documented Notification services of...
2014-07-07 Tony TkacikMinor cleanup of test suites in MD-SAL
2014-07-07 Tony TkacikBug 1280: Ensure list parent if written item is list...
2014-07-02 Devin AveryMerge "Bug 488: Removed requirement for DOM providers...
2014-07-01 Tony TkacikBug 488: Removed requirement for DOM providers to suppl...
2014-06-23 Ed WarnickeMerge "Bug 1144: Fixed mising DataChangeEvents for...
2014-06-23 Ed WarnickeMerge "Initial implementation of ShardTransactionChain"
2014-06-20 Ed WarnickeMerge "Bug 629: Make BindingDataBroker to be visible."
2014-06-20 Ed WarnickeMerge "Bug 629: Make SchemaService required for Data...
2014-06-19 Tony TkacikBug 629: Make BindingDataBroker to be visible.
2014-06-19 Tony TkacikBug 629: Make SchemaService required for Data Brokers
2014-06-10 Tony TkacikMerge changes I63383291,I1c9f10e9,I9cac529f,I269d373b...
2014-06-10 Ed WarnickeMerge "Bug 1106: Introduced TransactionCommitFailedExce...
2014-06-10 Robert VargaBUG-272: remove empty statements
2014-06-10 Tony TkacikMerge "BUG-614: Remove YangtoolsMappingHelper in favor...
2014-06-10 Tony TkacikMerge "BUG-614: introduce AbstractRuntimeCodeGenerator"
2014-06-10 Tony TkacikMerge "BUG-614: migrate RuntimeGeneratedInvoker"
2014-06-10 Tony TkacikMerge "BUG-614: migrate RpcMetadata"
2014-06-10 Tony TkacikMerge "BUG-868: use a single version of ClassLoaderUtils"
2014-06-10 Tony TkacikMerge "BUG-272: remove trailing whitespace from Java...
2014-06-10 Robert VargaBUG-272: remove trailing whitespace from Java files
2014-05-20 Tony TkacikMerge "Bug 953 - Change the BindingIndependentConnector...
2014-05-20 Devin AveryBug 953 - Change the BindingIndependentConnector to...
2014-05-15 Ed WarnickeMerge "Cosmetics: fix typo facilitate"
2014-05-12 Giovanni MeoMerge "Bug 849: Fixed NPE in Translated Data Change...
2014-05-12 Tony TkacikMerge "BUG-648: Improve performance by reusing old...
2014-05-12 Tony TkacikMerge "BUG-731: RoutedRegistration.close() should not...
2014-05-12 Tony TkacikMerge "Add serialVersionUID to Serializable"
2014-05-12 Tony TkacikMerge "BUG-868: stop using InstanceIdentifier.builder()"
2014-05-11 Robert VargaBUG-868: stop using InstanceIdentifier.builder()
2014-05-11 Robert VargaBUG-981: remove deprecated use of constructors
2014-05-07 Tony TkacikMerge "Fixed typo in SnapshotBackedWriteTransaction...
2014-05-01 Tony TkacikMerge "Bug 930 - Add bound to queue in SingletonHandler...
2014-04-30 Tomas OlveckyBug 930 - Add bound to queue in SingletonHandler#NOTIFI...
2014-04-23 Tony TkacikMerge changes I67420353,I6851f9b9
2014-04-22 Robert VargaBUG-509, BUG-808: Added datastore support for lists...
2014-04-21 Ed WarnickeMerge "Bug 509: Improve logging in InMemoryDataStore."
2014-04-16 Ed WarnickeMerge "Bug 509: Fixed incorrect merging of Data Store...
2014-04-15 Ed WarnickeMerge "BUG-509: add missing copyright headers"
2014-04-15 Ed WarnickeMerge "Bug 509: Fixed small discrepancies in Binding...
2014-04-15 Ed WarnickeMerge "Bug 509: Added In-memory datastore support for...
2014-04-15 Tony TkacikMerge "Change RpcImplementation contract to asynchronous"
2014-04-14 Robert VargaChange RpcImplementation contract to asynchronous
2014-04-11 Tony TkacikMerge "BUG-592: Fix InstanceIdentifier instantiation"
2014-04-11 Robert VargaBUG-592: Fix InstanceIdentifier instantiation
2014-04-08 Ed WarnickeMerge "Bug 509: Fixed order of invoking Schema listeners."
2014-04-08 Tony TkacikMerge "BUG-509: Fix thread safety of DOMDataBrokerImpl...
2014-04-08 Tony TkacikMerge "BUG-579: Remove ImmutableMap in favor of LinkedH...
2014-04-08 Ed WarnickeMerge "Fixed potential class pool override in integrati...
2014-04-07 Tony TkacikFixed potential class pool override in integration...
2014-04-04 Ed WarnickeMerge "Bug 510: Implementation of Forwarded Binding...
2014-04-04 Robert VargaBug 510: Implementation of Forwarded Binding Data Broker
2014-04-01 Ed WarnickeMerge "Bug 499: Added support for old DOM Broker APIs."
2014-04-01 Ed WarnickeMerge "Bug 499: Added support for change listeners."
2014-04-01 Ed WarnickeMerge "Bug 499: Initial draft of in-memory datastore...
2014-03-31 Ed WarnickeMerge "Bug 499: Initial implementation of data tree...
2014-03-31 Ed WarnickeMerge "Bug 499: Initial implementation of supporting...
2014-03-31 Tony TkacikMerge "Do not use InstanceIdentifier.builder()"
2014-03-28 Tony TkacikBug 499: Added support for old DOM Broker APIs.
2014-03-27 Robert VargaDo not use InstanceIdentifier.builder()
2014-02-18 Tony TkacikMerge "Activate enforcement of Path type"
2014-02-18 Robert VargaAnother round of warnings fixes
2014-02-10 Ed WarnickeMerge "Fix a few eclipse-reported warnings"
2014-02-10 Ed WarnickeMerge "Cleanup imports/whitespace in MD-SAL"
2014-02-10 Robert VargaCleanup imports/whitespace in MD-SAL
2014-02-07 Robert VargaFix a few eclipse-reported warnings
2014-01-27 Ed WarnickeMerge changes I8c23739a,Ia0e70828
2014-01-26 Robert VargaBulk-add copyright headers to java files
2014-01-25 Tony TkacikExtract dom-serializer-api|impl from binding-broker...
2014-01-22 Giovanni MeoMerge "Log transactions being allocated"
2014-01-22 Ed WarnickeMerge "More defensive RPC handling in DOM Broker"
2014-01-22 Tony TkacikMore defensive RPC handling in DOM Broker
2014-01-15 Tony TkacikFixed deployment of mount points (dynamic instances...
2013-12-19 Ed WarnickeMerge "Fixed bug in discovering JVM loaded case classes...
2013-12-19 Tony TkacikFixed bug in discovering JVM loaded case classes during...
2013-12-18 Ed WarnickeMerge "Fixed Bug 250 - bits serialization between Bindi...
next