Fix unsubscribe checks in DOMNotificationRouterEvent
[mdsal.git] / dom / mdsal-dom-broker / src / main / java / org / opendaylight /
2020-04-27 Robert VargaFix unsubscribe checks in DOMNotificationRouterEvent 41/89441/3
2020-04-23 Robert VargaRevert "Update RPC invocation to take ContainerNode" 24/89324/1
2020-04-23 Robert VargaUpdate RPC invocation to take ContainerNode 96/89296/2
2020-04-22 Robert VargaAdjust DOMMountPoint to be EffectiveModelContextProvider 93/89293/2
2020-04-20 Robert VargaEnforce non-null input on RPCs 39/89139/4
2020-04-16 Robert VargaSwitch DOMNotificationRouter to OSGi DS 75/89075/4
2020-04-16 Robert VargaSplit DOMRpcRouter from blueprint 74/89074/3
2020-04-09 Robert VargaMake DOMSchemaService operate of EffectiveModelContext 97/84797/5
2020-02-29 Robert VargaUse ListenerRegistry.clear() 58/88158/3
2020-02-29 Robert VargaModernize ListenerRegistry users 48/88148/3
2020-02-29 Robert VargaRemove ScanningSchemaServiceProvider.removeListener() 57/88157/2
2020-02-29 Robert VargaConvert DOMSchemaServiceImpl into a component 47/88147/1
2020-02-28 Robert VargaRework binding component instantiation 28/88028/18
2019-09-30 Robert VargaAdjust for YangTextSchemaContextResolver return type... 00/84800/1
2019-08-29 Robert VargaRemove use of YangInstanceIdentifier.EMPTY 47/84047/3
2019-08-19 Robert VargaBump to odlparent-6.0.0-SNAPSHOT 80/83380/13
2019-07-18 Robert VargaUse ActionNodeContainer.findAction() 48/82948/4
2019-07-08 Robert VargaRemove unneeded null check 46/82946/1
2019-04-09 Jakub MorvayRefactor DOMMoutPointServiceImpl UT a little bit 23/81423/3
2019-04-08 Robert VargaHide ShardedDOMReadWriteTransactionAdapter 43/81443/4
2019-04-08 Robert VargaBump yangtools to 3.0.0 08/80908/32
2019-04-08 Robert VargaBump odlparent to 5.0.0 07/80907/26
2019-04-08 Robert VargaIntegrate PingPongDataBroker into DataBroker contract 96/81396/7
2019-04-08 Michael VorburgerAdd AbstractDOMSchemaService and FixedDOMSchemaService 72/79972/13
2019-04-07 Jakub MorvayFix small formatting issue 22/81422/2
2019-04-07 Jakub MorvayDo not fail if invoking of listener fails 13/81413/5
2019-04-06 Jakub MorvayRemove deprecated leak method 14/81414/2
2019-03-26 Robert VargaRemove @(Not)ThreadSafe annotation 83/81183/2
2019-03-20 Robert VargaRemove FluentFuture from DOM RPC contracts 33/80933/9
2019-03-19 Jakub MorvayRemove DOMMountPointServiceImpl.registerMountPoint() 86/80186/4
2019-03-18 hanFix check path contention when create tree producers 19/76919/18
2019-03-15 Robert VargaFix logging placeholders 06/80906/3
2019-02-12 Stephen KittSwitch to Objects.requireNonNull 79/80279/1
2019-01-08 Jie HanUse the new constructor of 'Disruptor' instead of a... 89/79089/5
2018-11-27 hanFix up release old producers to avoid memory leak 01/76501/22
2018-11-14 hanFixup lookup of DOMDataTreePrefixTableEntry 14/76814/13
2018-11-08 Robert VargaSeparate out DOMDataTree{Read,Write}Transactions 90/77590/8
2018-11-08 Jakub MorvayDeprecate leak methods in DOMMountPointServiceImpl 09/77609/5
2018-11-08 Robert VargaCleanup ShardedDOMWriteTransactionAdapter 95/77595/2
2018-11-08 Robert VargaCleanup ScanningSchemaContext 93/77593/2
2018-11-08 Robert VargaCleanup PingPongDataBroker 92/77592/2
2018-11-08 Robert VargaCleanup ShardedDOMTransactionChainAdapter 91/77591/2
2018-10-11 Robert VargaEnable mdsal-dom-broker spotbugs 97/76897/2
2018-10-09 Robert VargaMigrate mdsal-dom-broker to JDT annotations 50/76750/15
2018-10-03 Robert VargaRemove AsyncDataBroker and related classes 16/76516/4
2018-10-02 Robert VargaRemove common.api.TransactionChain 78/76078/9
2018-08-29 Anil BelurMerge branch 'mdsal-trace' from controller
2018-08-29 Anil BelurMerge branch 'blueprint' from controller
2018-08-20 Jie HanFix set schema context to action routing table 62/75262/2
2018-08-10 Robert VargaMass-migrate to java.util.Optional 56/74956/9
2018-08-06 Robert VargaAdd DOMAction(Provider)Service facades 10/74210/19
2018-08-06 Robert VargaFix raw type warnings and null safety errors 39/74839/1
2018-07-31 Jie HanAdd DOMActionRoutingTable and DOMActionRoutingTableEntry 74/74374/13
2018-07-30 Jie HanRemove AbstractDOMRpcRoutingTableEntry.invokeRpc 24/74624/2
2018-07-27 Stephen KittSimplify code using Java 8 features 88/74588/2
2018-07-26 Tom PantelisConvert CursorAware APIs to FluentFuture 78/74478/6
2018-07-25 Tom PantelisChange DOM invokeRpc to FluentFuture 65/74365/5
2018-07-20 Robert VargaMove DOMRpcRouter implementation methods 09/74209/8
2018-07-18 Tom PantelisChange DOM read/exists to FluentFuture 27/74127/9
2018-07-18 Robert VargaRemove DOMRpcRoutingTable.invoke() 08/74208/2
2018-07-18 Robert VargaHarden DOMRpcRouter shutdown 88/74188/2
2018-07-18 Robert VargaDo not retain reference to DOMRpcRouter in registrations 98/74098/4
2018-07-17 Robert VargaEliminate unneeded constant 97/74097/2
2018-07-12 Robert VargaSwitch DOMExtensibleService to require getExtensions() 38/73938/10
2018-07-11 Robert VargaIntroduce DOMExtensibleService.getExtensions() 36/73936/4
2018-07-10 Tom PantelisAdd DOM and binding PingPongDataBroker 68/73668/4
2018-07-10 Robert VargaTake advantage of FluentFutures 62/73862/2
2018-07-03 Robert VargaBUG-7697: add defences against nulls 79/73679/1
2018-06-23 Tom PantelisAdd DOM blueprint XML 78/73378/4
2018-05-29 Tom PantelisDefault AsyncWriteTransaction#submit() 72/72172/4
2018-03-22 Robert VargaMake DOMDataTreeService extensible 57/68057/12
2018-02-09 Jaime Caamaño RuizFix infinite loop on cancel transaction 98/68098/1
2018-01-11 Robert VargaAdjust to yangtools-2.0.0 changes 68/64168/43
2017-11-16 Robert VargaFix odlparent-3.0.0 checkstyle issues 44/65544/6
2017-10-17 Tom PantelisAdd read-write transaction to the AsyncDataBroker APIs 56/50156/9
2017-10-12 Robert VargaUse mdsal's MappingCheckedFuture 95/64195/1
2017-10-09 Jakub TothBug 8326 - Split out OsgiBundleScanningSchemaService 61/62261/33
2017-08-03 Robert VargaCleanup DOMMountPointServiceImpl 14/61014/3
2017-08-01 Robert VargaBUG-8733: switch to using DOMDataTreeListener-based... 00/61000/2
2017-08-01 Robert VargaBUG-8733: Add ListenableDOMDataTreeShard 99/60999/2
2017-07-17 Robert VargaCleanup warnings 41/60241/4
2017-07-14 Robert VargaOptimize transaction collection 95/60295/3
2017-07-03 MerlinChanBug 8531:Implementation for offerNotification method... 08/59008/16
2017-06-21 Robert VargaBUG-7446: Bump odlparent to 2.0.0 27/59027/3
2017-05-23 Robert VargaFix ShardedDOMDataTree registration result 22/57622/5
2017-04-28 Robert VargaBUG-8327: Introduce DOMYangTextSourceProvider and imple... 46/56246/4
2017-04-27 Robert VargaBUG-7927: stop scanning bundles on framework stop 92/56192/4
2017-04-27 Robert VargaTurn off visibility of OsgiBundleScanningSchemaService... 88/56188/3
2017-04-27 Robert VargaLazily create schema context in GlobalBundleScanning* 87/56187/2
2017-04-27 Robert VargaSpeed up OsgiBundleScanningSchemaService close 86/56186/1
2017-04-20 Michael VorburgerFix Checkstyle problems (red in Eclipse, missed in... 60/55760/1
2017-02-03 Lorand JakabCheckstyle: fix ParenPad violations 08/51408/2
2017-01-24 Robert VargaBUG-3128: Teach DOMRpcRouter about new concepts 65/50565/5
2017-01-20 Robert VargaDo not open-code routed RPC identification 13/50713/1
2016-12-15 Tomas CereBUG-2138: Add shard DTO classes to spi 39/49239/6
2016-11-21 Dana KutenicsovaRemoved sonar warnings. 32/48032/9
2016-11-14 Tomas CereBUG-3128: Extract abstract shard implementations. 21/46821/10
2016-09-21 Robert VargaAdd cursor lookup fast-path 07/45907/4
2016-09-21 Robert VargaPerform delegate cursor enter/exit first 95/45895/4
2016-09-21 Robert VargaMove lookup check 94/45894/4
next