Do not pull in spotbugs-annotations into binding-parent
[mdsal.git] / binding / mdsal-binding-dom-adapter / src /
2023-12-19 Robert VargaUnify {Action,Notification}Spec lookup 83/109383/2
2023-12-19 Robert VargaDo not use BindingReflections.findQName() 82/109382/1
2023-12-09 Robert VargaReduce ObjectRegistration use 61/109261/2
2023-12-09 Robert VargaClean up (DOM)DataTreeIdentifier methods 59/109259/5
2023-12-09 Robert VargaUse constructor activation for adapted services 60/109260/3
2023-12-09 Robert VargaDo not use ListenerRegistration in mdsal-binding-api 54/109254/3
2023-12-08 Robert VargaRemove DOMDataTreeCommitCohortRegistration 36/109236/1
2023-12-08 Robert VargaDo not use ListenerRegistration in mdsal-dom-api 06/109206/4
2023-12-07 Robert VargaMerge DOMExtensibleService into DOMService 62/109062/8
2023-12-07 Robert VargaRemove DOMRpcRouterServices 91/109191/3
2023-12-06 Robert VargaClean up DOMNotificationRouter 74/109174/2
2023-12-06 Robert VargaClean up BindingDOMNotificationPublishServiceAdapter 71/109171/1
2023-11-14 Robert VargaRemove support for composite NotificationListener 50/108950/5
2023-11-14 Robert VargaRename RpcConsumerRegistry to RpcService 48/108948/3
2023-11-14 Robert VargaRemove yang.binding.RpcService 96/108696/10
2023-10-21 Robert VargaMake LambdaTarget a record 81/108581/3
2023-09-29 Robert VargaFix NotificationListenerInvokerTest on Java 19+ 64/108064/1
2023-08-30 Robert VargaFix mdsal-binding-dom-adapter checkstyle 83/107583/1
2023-08-30 Robert VargaFix mergeParentStructure{Merge,Put} with augmentations 66/107566/4
2023-08-29 Robert VargaQualify nested interfaces 64/107564/1
2023-06-21 Robert VargaRename yang.binding.{Identifiable,Identifier} 97/106597/6
2023-06-21 Robert VargaAdjust for DataTreeCandidateNode API change 06/106606/2
2023-06-21 Robert VargaRequire failureaccess 07/106607/1
2023-06-21 Robert VargaModernize AbstractDataObjectModification 04/106604/1
2023-06-21 Robert VargaMove BindingReflections.isNotificationCallback() 93/106593/4
2023-06-21 Robert VargaMove BindingReflections.cacheModuleInfos() 88/106588/5
2023-06-21 Robert VargaHide BindingReflections.getModuleInfo() 85/106585/2
2023-06-21 Oleksandr PanasiukAdd simple data listeners 80/105080/10
2023-06-19 Oleksandr PanasiukRehost BindingReflections.loadModuleInfos() 77/104877/4
2023-06-15 Samuel SchneiderConvert mdsal-binding-dom-adapter to a JPMS module 86/105886/14
2023-05-29 Robert VargaCorrect AbstractDataObjectModification memoization 16/106216/3
2023-05-29 Robert VargaRelax AbstractDataObjectModification.childNodesCache 15/106215/3
2023-05-28 Robert VargaRelax AbstractDataObjectModification.modificationType 14/106214/1
2023-05-28 Robert VargaPerform partial modification matching 97/106197/1
2023-05-28 Robert VargaRefactor AbstractDataTreeChangeListenerTest 96/106196/2
2023-05-28 Robert VargaMigrate users of NormalizedNode.getIdentifier() 92/106192/1
2023-05-28 Robert VargaMigrate users of YangInstanceIdentifier.{create,empty}() 90/106190/1
2023-05-28 Robert VargaAdopt yangtools-11.0.0-SNAPSHOT 86/104586/27
2023-05-27 Robert VargaUpdate binding-dom adaptation to remove AugmentationNode 63/105463/45
2023-05-27 Robert VargaImprove AbstractDataTreeChangeListenerTest 79/106179/3
2023-05-26 Robert VargaModernize AbstractDataTreeChangeListenerTest a bit 78/106178/1
2023-05-25 Robert VargaSimplify LazyDataObjectModification.childCache 57/106157/2
2023-05-18 Robert VargaDo not mock YangInstanceIdentifier.PathArgument 19/106019/2
2023-04-12 Robert VargaCleanup AbstractBindingAdapter 00/105400/2
2023-04-11 Robert VargaFix DOMDataTreeCommitCohort 04/105204/4
2023-04-11 Robert VargaMigrate Optional.get() callers 69/105369/6
2023-04-04 Robert VargaRemove explicit DataTreeChangeService 14/105214/1
2023-04-04 Robert VargaUse ArgumentMatchers.anyCollection() 05/105205/1
2023-03-24 Robert VargaRename InstanceIdentifierBuilder 90/104990/2
2023-03-20 Šimon UkušRehost BindingMapping in yang.binding.contract.Naming 84/104484/6
2022-12-08 Robert VargaDeprecate WriteTransaction.mergeParentStructure*() 37/103637/1
2022-11-26 Robert VargaRefactor createDomRpcIdentifiers() 25/103425/2
2022-11-26 Robert VargaLog timeouts 08/103408/2
2022-11-25 Robert VargaCentralize AbstractDOMRpcImplementationAdapter.serialize() 70/103370/4
2022-11-24 Robert VargaTighten AbstractDOMRpcImplementationAdapter.serialize() 69/103369/2
2022-11-24 Robert VargaEliminate RpcMethodInvoker 68/103368/2
2022-11-24 Robert VargaRegister multiple LegacyDOMRpcImplementationAdapters 67/103367/1
2022-11-24 Robert VargaEliminate RpcServiceInvokers 66/103366/1
2022-11-24 Robert VargaUnify RPC input serialization 65/103365/2
2022-11-24 Robert VargaRehost getRpcMethodToQName() 64/103364/2
2022-11-24 Robert VargaLegacyDOMRpcImplementationAdapter is generic 63/103363/1
2022-11-24 Robert VargaRemove BindingReflections.resolveRpc{In,Out}putClass() 21/103021/6
2022-11-24 Robert VargaCentralize "invoke" string definition 36/103336/4
2022-11-24 Robert VargaDeprecate RpcService 61/102661/16
2022-11-24 Robert VargaAdd support for registering single-RPC services 78/102578/34
2022-11-24 Robert VargaChange action input/output naming strategy 60/103360/3
2022-11-24 Robert VargaClean up BindingDOMAdapterLoaderTest 59/103359/2
2022-11-24 Robert VargaClean up ContextReferenceExtractor a bit 55/103355/2
2022-11-24 Robert VargaTighten up RpcInvocationStrategy 35/103335/2
2022-11-24 Robert VargaConnect ContextReferenceExtractor with BindingMapping 34/103334/2
2022-11-24 Robert VargaSeal ContextReferenceExtractor 33/103333/2
2022-11-24 Robert VargaRework ContextReferenceExtractor caching 32/103332/2
2022-11-24 Robert VargaBreak open RpcInvocationStrategy 31/103331/2
2022-11-24 Robert VargaIntegrate getRpcMethodToSchema() into constructor 30/103330/2
2022-11-24 Robert VargaMove getRpcMethodToSchema() 29/103329/3
2022-11-24 Robert VargaUpdate CurrentAdapterSerializer.getRpcMethodToSchema() 27/103327/3
2022-11-24 Robert VargaClean up RpcServiceAdapter 21/103321/5
2022-11-24 Robert VargaSplit out RpcInvocationStrategy 20/103320/4
2022-11-22 Robert VargaRefactor RpcRoutingStrategy 13/103313/2
2022-11-21 Robert VargaDerive RpcRoutingStrategy from RpcEffectiveStatement 06/103306/2
2022-11-20 Robert VargaAdd RpcProviderService documentation 01/103301/1
2022-11-06 Robert VargaRemove OSGiQueryFactory 11/103111/3
2022-11-06 Robert VargaUse a record for RecordId 10/103110/2
2022-11-06 Robert VargaFixup AbstractForwardedTransaction.doExecute() 12/103112/2
2022-11-02 Robert VargaClean up LazySerializedContainerNodeTest 35/103035/1
2022-10-13 Robert VargaDOM RPC invocation takes ContainerNode 62/102662/1
2022-10-12 Robert VargaIntegrate Action with BindingContract 77/102577/5
2022-10-06 Robert VargaUpdate DOMRpcResult a bit 71/102571/5
2022-07-04 Robert VargaUse FrameworkUtil.asDictionary() 19/101719/1
2022-06-26 Robert VargaAdd support for composite notification listeners 84/97984/11
2022-06-25 Robert VargaRemove BindingDOMNotificationServiceAdapter.getDomService() 25/101625/1
2022-06-21 Robert VargaDeprecate NotificationListener 17/101617/4
2022-05-31 Robert VargaModernize LazyDataObjectModification 65/101365/4
2022-05-30 Robert VargaModernize BindingStructuralType 63/101363/3
2022-05-30 Robert VargaUse instanceof pattern in RpcServiceAdapter 64/101364/2
2022-05-30 Robert VargaUse instanceof patterin ActionAdapter 62/101362/1
2022-04-26 Robert VargaSeal more Binding contracts 08/100808/5
2022-04-26 Robert VargaRemove RpcServiceInvoker.from(Class) 23/100823/1
2022-04-26 Robert VargaDeprecate RpcServiceInvoker.from(Class) 22/100822/1
2022-04-26 Robert VargaDo not mock YangInstanceIdentifier 19/100819/1
next