Bump versions to 5.0.4-SNAPSHOT
[mdsal.git] / binding / mdsal-binding-dom-adapter / src /
2019-09-27 Robert VargaAdjust for AnyXmlNode changing its name 86/84786/1
2019-09-03 Robert VargaChange mapping of uint{8,16,32,64} 55/83955/25
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-08-01 Robert VargaRemove javassist-based code 57/83357/2
2019-06-24 Robert VargaModuleInfoBackedContext cache 79/82679/1
2019-06-23 Robert VargaMigrate ModuleInfo cache to BindingReflections 72/82672/3
2019-06-23 Michael VorburgerAdd CDI annotations to mdsal-binding-dom-adapter 88/79888/18
2019-05-31 Robert VargaDo not use NodeIdentifierWithPredicates constructors 50/82350/1
2019-05-06 Robert VargaFix memory leak in BA mount service 98/81898/2
2019-04-30 Robert VargaAdd support for EventInstantAware notifications 80/81580/11
2019-04-29 Robert VargaRework DataObjectSerializer implementations 09/81709/20
2019-04-17 Robert VargaMake LazySerializedDOMNotification a DOMEvent 79/81579/3
2019-04-11 Robert VargaRework BindingCodecTreeNode 38/81538/8
2019-04-08 Robert VargaMake WriteOperations.(put,merge) with boolean default... 44/81444/5
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-03-26 Robert VargaDeleting a non-existent node fails 03/81203/1
2019-03-26 Robert VargaBindingAdapterFactory should be Immutable 84/81184/2
2019-03-22 Robert VargaFix logging arguments 22/81122/1
2019-03-20 Robert VargaRemove FluentFuture from DOM RPC contracts 33/80933/9
2019-03-20 Robert VargaCleanup RuntimeException throws 15/81015/2
2019-03-20 Robert VargaRemove DataContainer.getImplementedInterface() 51/80951/10
2019-03-20 Robert VargaGenerate implementedInterface 94/77894/40
2019-02-12 Stephen KittSwitch to Objects.requireNonNull 79/80279/1
2019-02-11 Robert VargaAccount for reported UNMODIFIED nodes 69/80269/1
2019-02-06 Robert VargaFix AbstractBaseDataBrokerTest.assertCommit() 65/80165/2
2018-12-17 Robert VargaAllow Binding/DOM/Binding shortcuts to be disabled 16/78816/4
2018-12-14 Robert VargaMass-migrate fields to Immutable collections 08/78808/1
2018-11-22 Robert VargaUpdate WriteOperations/TypedTransaction API design 67/77467/27
2018-11-16 Robert VargaUse Method.getParameterCount() 73/77873/3
2018-11-13 Robert VargaIntroduce ReadOperations.exists() 39/77739/3
2018-11-08 Robert VargaSeparate out DOMDataTree{Read,Write}Transactions 90/77590/8
2018-11-05 Robert VargaCache reflection operations in AbstractSchemaAwareTest 08/77508/1
2018-11-04 Robert VargaDo not issue empty list merges 79/77479/3
2018-11-01 Robert VargaAdd @NonNull annotation to LazyDataTreeModification 74/77374/3
2018-10-31 hanReport non-present initial data in (DOM)DataTreeChangeL... 70/77070/7
2018-10-14 Robert VargaShorten java.util.Optional reference 74/76974/1
2018-10-11 Robert VargaEnable spotbugs in mdsal-binding-dom-adapter 10/76910/1
2018-10-09 Robert VargaFixup null warnings reported by eclipse 63/76763/10
2018-10-09 Robert VargaMigrate mdsal-binding-dom-adapter to JDT annotations 54/76754/16
2018-10-04 Robert VargaSplit off Read/WriteOperations from Read/WriteTransaction 15/76615/2
2018-10-03 Robert VargaRemove AsyncDataBroker and related classes 16/76516/4
2018-10-02 Robert VargaRemove common.api.TransactionChain 78/76078/9
2018-10-01 Robert VargaFix some raw types 08/76508/4
2018-08-29 Anil BelurMerge branch 'mdsal-trace' from controller
2018-08-29 Anil BelurMerge branch 'blueprint' from controller
2018-08-10 Robert VargaFix mockito deprecation warnings 99/75099/2
2018-08-10 Robert VargaCleanup API components 73/75073/5
2018-08-10 Robert VargaMigrate to java.util.function.Function 57/74957/9
2018-08-10 Robert VargaMass-migrate to java.util.Optional 56/74956/9
2018-08-10 Robert VargaBump odlparent/yangtools versions to 4.0.0/2.1.0-SNAPSHOT 54/74854/17
2018-07-31 Michael Vorburgerinc. BindingRuntimeContext details in "Schema .. is... 20/73320/6
2018-07-30 Robert VargaExpose Action(Provider)ServiceAdapter 28/74628/1
2018-07-28 Robert VargaWire Action(Provider)Service into mountpoints 00/74600/2
2018-07-28 Robert VargaAdd ActionProviderService adapter 65/74065/13
2018-07-28 Robert VargaSimplify DOMOperationService API 96/74596/6
2018-07-27 Stephen KittSimplify code using Java 8 features 88/74588/2
2018-07-27 Robert VargaFix actions in keyed lists 55/74555/6
2018-07-26 Tom PantelisRemove deprecated methods from DOMDataTreeCommitCohort 73/74473/4
2018-07-26 Tom PantelisConvert CursorAware APIs to FluentFuture 78/74478/6
2018-07-25 Robert VargaFix up build breakage 46/74446/1
2018-07-25 Tom PantelisChange DOMDataTreeCommitCohort to FluentFuture 15/74415/3
2018-07-25 Tom PantelisChange DOM invokeRpc to FluentFuture 65/74365/5
2018-07-25 Robert VargaMove BindingMapping 61/74361/10
2018-07-23 Robert VargaMove BindingReflections to mdsal-binding-spec-util 47/74347/3
2018-07-23 Robert VargaMove NotificationListenerInvoker to mdsal-dom-adapter 32/74332/5
2018-07-23 Robert VargaMove RpcServiceInvoker to mdsal-dom-adapter 27/74327/7
2018-07-23 Robert VargaAdd NotificationListenerInvoker bridge class 31/74331/1
2018-07-23 Robert VargaAdd RpcServiceInvoker bridge class 26/74326/2
2018-07-20 Robert VargaMove DOMRpcRouter implementation methods 09/74209/8
2018-07-19 Tom PantelisUpdate *DataBrokerTest* classes from controller 55/74255/1
2018-07-19 Robert VargaAllow DataObjectModification to address grouping nodes 68/72368/43
2018-07-19 Tom PantelisConvert binding read to java.util.Optional 38/74238/2
2018-07-18 Tom PantelisChange DOM read/exists to FluentFuture 27/74127/9
2018-07-16 Tom PantelisChange binding read to FluentFuture 89/74089/2
2018-07-16 Robert VargaAdd ActionService adapter 00/73900/55
2018-07-16 Robert VargaTeach DynamicBindingAdapter about properties 93/73993/5
2018-07-14 Robert VargaTeach binding-dom-codec about actions 95/73995/32
2018-07-14 Robert VargaSpeed up service adapter object methods 28/74028/3
2018-07-13 Robert VargaAdd BindingLazyContainerNode 13/74013/13
2018-07-13 Robert VargaRemove unneeded lambda cast 21/74021/1
2018-07-12 Robert VargaTeach BindingToNormalizedNodeCodec action paths 89/73989/4
2018-07-12 Robert VargaAdapterFactory should be @NonNullByDefault and @Beta 98/73998/1
2018-07-12 Tom PantelisExtract AdapterFactory interface and advertise as a... 83/73983/3
2018-07-12 Robert VargaSwitch DOMExtensibleService to require getExtensions() 38/73938/10
2018-07-11 Robert VargaAdd AbstractBindingLoadingAdapter 27/73927/7
2018-07-11 Robert VargaSplit out AbstractBindingAdapter 25/73925/6
2018-07-11 Robert VargaIntroduce DOMExtensibleService.getExtensions() 36/73936/4
2018-07-11 Tom PantelisAdd binding ClusteredDataTreeChangeListener 61/73861/5
2018-07-09 Robert VargaAdd Binding{Data,RpcFuture}Aware bridge interfaces 24/73824/6
2018-07-09 Robert VargaEliminate synthetic access to invoke0() 22/73822/3
2018-06-26 Robert VargaCleanup AbstractForwardedDataBroker 03/73403/4
2018-06-26 Michael Vorburgerinclude YANG module QName in "Schema for %s is not... 52/73352/3
2018-06-25 Tom PantelisAdd binding blueprint XML 77/73377/5
2018-06-25 Robert VargaAdd DOM/Binding AdapterFactory 07/73407/2
2018-06-25 Robert VargaAdd DynamicBindingAdapter 98/73398/8
2018-06-25 Robert VargaRemove unneeded AutoCloseable interfaces 99/73399/1
2018-06-25 Robert VargaSimplify BindingMountPointAdapter 96/73396/1
next