Add YangFeatureProvider
[yangtools.git] / binding / mdsal-binding-test-model / src /
2024-06-19 Robert VargaAdd YangFeatureProvider
2024-06-19 Robert VargaGenerate classes for 'feature' statements
2024-06-19 OleksandrZharovGenerate fields for all Identityrefs in an Union bindin...
2024-06-19 Robert VargaDo not generate union builders
2024-06-19 Robert VargaMap system-ordered leaf-lists to Set<T>
2024-06-19 Robert VargaFix action invocation and registration
2024-06-19 Robert VargaTreat wildcards as objects
2024-06-19 Robert VargaCleanup yang model whitespace
2024-06-19 Robert VargaFix String length checker
2024-06-19 miroslav.kovacSpecialize relative leafref types during instantiation
2024-06-19 Robert VargaFix failure to generate runtime types with duplicate...
2024-06-19 Robert VargaAdd BindingMap helper class
2024-06-19 illia.ihushevFix wrong leafref path
2024-06-19 Robert VargaEliminate use of addAugmentation(Class, DataObject)
2024-06-19 Peter ValkaFix leafref-to-enum encoding
2024-06-19 Robert VargaBackport controller's binding-broker tests
2024-06-19 Robert VargaClean up GeneratedProperty use
2024-06-19 Robert VargaRemove explicit UOE throws
2024-06-19 Robert VargaRemove executable bits
2024-06-19 Robert VargaAdd a simple Binding query language
2024-06-19 Robert VargaRevert "Revert "Do not emit empty lists to NormalizedNo...
2024-06-19 miroslav.kovacFix RPC method name conflict with JLS
2024-06-19 Robert VargaMap system-ordered keyed lists to Map
2024-06-19 Robert VargaAdd codegen support for nested notifications
2024-06-19 Robert VargaSpeed up ListsBindingUtils
2024-06-19 Robert VargaFix invalid augmentations
2024-06-19 Robert VargaSquash Parameterized types in javadoc references
2024-06-19 Robert VargaRevert "Do not emit empty lists to NormalizedNodes"
2024-06-19 Robert VargaBackport code generation test
2024-06-19 Robert VargaChange mapping of uint{8,16,32,64}
2024-06-19 Robert VargaDo not emit empty lists to NormalizedNodes
2024-06-19 Robert VargaAdd binding support for anydata nodes
2024-06-19 Robert VargaDo not inline NodeContextSuppliers
2024-06-19 Robert VargaTeach BindingNormalizedNodeCache to cache leaf type...
2024-06-19 Robert VargaAdd support for anyxml node code generation
2024-06-19 Vratko PolakTolerate unresolvable leafrefs in groupings
2024-06-19 Robert VargaTeach MethodSignature about default methods
2024-06-19 Robert VargaMake sure we compare key members via their property...
2024-06-19 Jakub TóthFix KeyedListAction serialization
2024-06-19 Robert VargaFix actions in keyed lists
2024-06-19 Tom PantelisChange DOM invokeRpc to FluentFuture
2024-06-19 Robert VargaTeach binding-dom-codec about actions
2024-06-19 Robert VargaAdd action tests
2024-06-19 Robert VargaGenerate code for action statements
2024-06-19 Robert VargaFix case-related augment test
2024-06-19 Robert VargaTeach mdsal-binding-dom-codec about cases
2024-06-19 Robert VargaRename Augmentable.getAugmentation() to augmentation()
2024-06-19 Robert VargaRename Identifiable.getKey() to key()
2024-06-19 Jie HanBinding codec v1 - fix get codec for typedef of empty...
2024-06-19 Jie HanMDSAL-292: Binding v1 - Pattern attribute ignored for...
2024-06-19 Robert VargaFix invalid yang models
2024-06-19 Robert VargaFix yang module naming
2024-06-19 Robert VargaAdd alternative enum assigned name mapping
2024-06-19 Jie HanBug 8903 - binding-data-codec does not work with boolea...
2024-06-19 Robert VargaFix checkstyle in mdsal-binding-test-model
2024-06-19 Robert VargaMDSAL-298: properly handle unkeyed lists
2024-06-19 Robert VargaCorrect model revision
2024-06-19 Jakub TothBug 8449 - BindingToNormalizedNodeCodec fails to deseri...
2024-06-19 Robert VargaCleanup warnings
2024-06-19 Jakub TothBug 7759 - TEST - Getter of BA object fails to construc...
2024-06-19 Isaku YamahataBug 6112 - UnionTypeCodec fails to non-identityref...
2024-06-19 Filip GregorLazyDataObject bindingEquals fix
2024-06-19 Isaku YamahataBug 6006 - UnionTypeCodec fails to handle indentityref
2024-06-19 Filip GregorBug 5845: can not transform ba to bi, when keys contain...
2024-06-19 Peter KajsaBug 5446: toString() throws exception for 'type binary...
2024-06-19 Maros MarsalekCheck augments for equality in LazyDataObject
2024-06-19 Filip GregorBug 5524: NPE in BA->BI serialization
2024-06-19 Filip GregorBug 4798: Can not define a list as a subordinate
2024-06-19 Robert VargaFix checkstyle warnings
2024-06-19 Igor FoltinBug 4647: Binding Codec does not provide leaf default...
2024-06-19 Robert VargaBUG-2062: handle ordered leaf-lists
2024-06-19 Robert VargaRevert "Bug 4647: Binding Codec does not provide leaf...
2024-06-19 Igor FoltinBug 4647: Binding Codec does not provide leaf default...
2024-06-19 Igor FoltinBug 4322: return default valued-object
2024-06-19 Igor FoltinBUG-4322: return default valued-object
2024-06-19 Tony TkacikBug 4360: Removed incorrect precondition for class...
2024-06-19 Tony TkacikRenamed test packages to use org.opendaylight.mdsal
2024-06-19 Tony TkacikMoved binding MD-SAL APIs to binding folder
2024-06-19 Tony TkacikCleaned up Java Binding code from YANG Tools