Teach binding-dom-codec about actions
[yangtools.git] / binding / mdsal-binding-dom-codec / src / main / java /
2024-06-19 Robert VargaTeach binding-dom-codec about actions
2024-06-19 Robert VargaAdd BindingLazyContainerNode
2024-06-19 Robert VargaSpeed up RPC prototype lookup
2024-06-19 Robert VargaFix root choice targeting
2024-06-19 Robert VargaTeach mdsal-binding-dom-codec about cases
2024-06-19 Robert VargaValidate augmentation binding class
2024-06-19 Robert VargaRPC input/output are always present
2024-06-19 Robert VargaRename Augmentable.getAugmentation() to augmentation()
2024-06-19 Robert VargaRename Identifiable.getKey() to key()
2024-06-19 Robert VargaDeprecate InstanceIdentifier.(Identifiable)Item constru...
2024-06-19 Robert VargaLoosen leader method visibility
2024-06-19 Michael Vorburgeradd additional (debug) logging to AbstractStreamWriterG...
2024-06-19 Michael Vorburgermake AbstractStreamWriterGenerator loadSerializerFor...
2024-06-19 Robert VargaCleanup JavassistUtils
2024-06-19 Robert VargaCleanup AbstractStreamWriterGenerator
2024-06-19 Michael Vorburgerremove un-used getChildSizeFromSchema() in StreamWriter...
2024-06-19 Jie HanBinding codec v1 - fix get codec for typedef of empty...
2024-06-19 Robert VargaUse QName.withModule()
2024-06-19 Robert VargaImprove EnumerationCodec
2024-06-19 Robert VargaAdd alternative enum assigned name mapping
2024-06-19 Robert VargaSplit out BindingRuntimeGenerator
2024-06-19 Jie HanBug 8903 - binding-data-codec does not work with boolea...
2024-06-19 Robert VargaSwitch to java.util.function.Supplier
2024-06-19 Robert VargaMDSAL-298: properly handle unkeyed lists
2024-06-19 Robert VargaFix BindingCodecTreeNode.getSchema() a bit
2024-06-19 Robert VargaLower DataObjectCodecContext method visibility
2024-06-19 Robert VargaAdjust to yangtools-2.0.0 changes
2024-06-19 Robert VargaFix odlparent-3.0.0 checkstyle issues
2024-06-19 Robert VargaFix checkstyle in mdsal-binding-dom-codec
2024-06-19 David SuarezRemove explicit default super-constructor calls
2024-06-19 Robert VargaFinish removal of yangtools classes
2024-06-19 Robert VargaRemove yangtools APIs
2024-06-19 Robert VargaDisconnect mdsal-bind-dom-codec yangtools/mdsal APIs
2024-06-19 Robert VargaMove mdsal-binding-dom codec classes
2024-06-19 Robert VargaDo not leak implementation class
2024-06-19 Robert VargaAddress sonar warnings
2024-06-19 Jakub TothBug 8449 - BindingToNormalizedNodeCodec fails to deseri...
2024-06-19 Robert VargaCleanup warnings
2024-06-19 Robert VargaBUG-7446: Bump odlparent to 2.0.0
2024-06-19 Robert VargaCleanup binding-dom-codec generator
2024-06-19 Robert VargaBUG-8004: handle implicit RPC input
2024-06-19 Martin CiglanBug 6859: Binding generator v1 refactoring
2024-06-19 Jakub TothBug 6859 #3 Binding generator v1 refactoring
2024-06-19 Jakub TothBug 6859 #2 Binding generator v1 refactoring
2024-06-19 Jakub TothBug 6859 #1 Binding generator v1 refactoring
2024-06-19 Lorand JakabCheckstyle: fix ParenPad violations
2024-06-19 Robert VargaBUG-5561: retain SchemaContext order for bits
2024-06-19 Robert VargaUse lambdas for functional interfaces
2024-06-19 Robert VargaBUG-6028: check value types for encapsulation
2024-06-19 Robert VargaBUG-6238: Remove char[]-based union instantiation path
2024-06-19 Robert VargaUse TypedSchemaNode
2024-06-19 Robert VargaRemove an unneeded type specifier
2024-06-19 Robert VargaRemove unneeded cast
2024-06-19 Robert VargaFix incorrect null check
2024-06-19 Robert VargaUse direct type checks
2024-06-19 Robert VargaUse lambda for Codec.loader()s
2024-06-19 Robert VargaFix checkstyle errors
2024-06-19 Robert VargaBUG-6022: retain order of constituent types
2024-06-19 Robert VargaAdd union deserialization debugs
2024-06-19 Robert VargaBUG-6028: iterate over component types to instantiate...
2024-06-19 Isaku YamahataBug 6112 - UnionTypeCodec fails to non-identityref...
2024-06-19 Filip GregorLazyDataObject bindingEquals fix
2024-06-19 Robert VargaOptimize BitsCodec
2024-06-19 Robert VargaOptimize UnionTypeCodec
2024-06-19 Robert VargaEnforce non-null class
2024-06-19 Robert VargaBUG-865: remove reference to SchemaAwareNormalizedNodeS...
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 4760: YANG leaf named 'class' breaks write with...
2024-06-19 Filip GregorBug 4798: Can not define a list as a subordinate
2024-06-19 Robert VargaBUG-5019: adjust to changed NormalizedNodeStreamWriter API
2024-06-19 Robert VargaEmit schema nodes in BindingToNormalizedStreamWriter
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 Robert VargaBUG-4764: resolve serializer body before javassist...
2024-06-19 Robert VargaBUG-4638: fix UnionTypeCodec
2024-06-19 Tony TkacikBug 4648: Use interface instead of implementation class.
2024-06-19 Tony TkacikFixed NPE in LeafNodeCodecContext.domValueFromString
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 Robert VargaCleanup whitespace/formatting in codecs
2024-06-19 Robert VargaUse Objects.equals()
2024-06-19 Robert VargaUse Objects.hashCode()
2024-06-19 Robert VargaUse NodeIdentifier.create()
2024-06-19 Tony TkacikRenamed yangtools.binding.data.codec.api to mdsal.bindi...
2024-06-19 Tony TkacikMoved binding MD-SAL APIs to binding folder
2024-06-19 Tony TkacikCleaned up Java Binding code from YANG Tools