Split out CodecContextFactory
[yangtools.git] / binding / mdsal-binding-dom-codec / src / main / java / org / opendaylight / mdsal / binding / dom /
2024-06-19 Robert VargaSplit out CodecContextFactory
2024-06-19 Robert VargaSeal IdentifiableItemCodec
2024-06-19 Robert VargaRename CaseNodeCodecContext.Prototype
2024-06-19 Robert VargaSplit out CaseNodeCodecContext.Prototype
2024-06-19 Robert VargaSplit out NotificationCodecContext.Prototype
2024-06-19 Robert VargaSplit out SchemaRootCodecContext.Prototype
2024-06-19 Robert VargaSplit out DataContainerCodecPrototype subclasses
2024-06-19 Robert VargaUse instanceof patterns in KeyedListNodeCodecContext
2024-06-19 Robert VargaUse instanceof patterns in CodecDataObject
2024-06-19 Robert VargaSharpen CodecDataObject.data
2024-06-19 Robert VargaModernize dom-codec-api a bit
2024-06-19 Robert VargaModernize ChoiceNodeCodecContext
2024-06-19 Robert VargaImprove BindingNormalizedNodeSerializer API
2024-06-19 Robert VargaClean up BindingAugmentationCodecTreeNode
2024-06-19 Robert VargaImprove BindingCodecTree interface
2024-06-19 Robert VargaMigrate users of NormalizedNode.getIdentifier()
2024-06-19 Robert VargaMigrate callers of IncorrectNestingException.create()
2024-06-19 Robert VargaMigrate users of YangInstanceIdentifier.{create,empty}()
2024-06-19 Robert VargaAdopt yangtools-11.0.0-SNAPSHOT
2024-06-19 Robert VargaUpdate binding-dom adaptation to remove AugmentationNode
2024-06-19 Robert VargaImprove BindingCodecContext.getCodecContextNode()
2024-06-19 Robert VargaDitch use of LinkedList in BindingCodecContext
2024-06-19 Robert VargaModernize BindingCodecContext
2024-06-19 Robert VargaAdd CodecDataObjectAnalysis
2024-06-19 Robert VargaClean up DataContainerCodecContext exception handling
2024-06-19 Robert VargaImprove DataContainerCodecPrototype safety
2024-06-19 Robert VargaClean up NonCachingCodec
2024-06-19 Robert VargaisSubstitutionFor() should be final
2024-06-19 Robert VargaRemove BindingDataObjectCodecTreeNode.writeAsNormalized...
2024-06-19 Robert VargaMove addYangPathArgument()
2024-06-19 Robert VargaUse an instanceof pattern
2024-06-19 Robert VargaCachingNormalizedNodeSerializer should not be instantiated
2024-06-19 Robert VargaClean up BindingToNormalizedStreamWriter
2024-06-19 Robert VargaRemove BindingToNormalizedStreamWriter.create()
2024-06-19 Robert VargaClean up CachingNormalizedNodeSerializer
2024-06-19 Robert VargaUse instanceof pattern in AbstractBindingNormalizedNode...
2024-06-19 Robert VargaMigrate Optional.get() callers
2024-06-19 Šimon UkušRehost BindingMapping in yang.binding.contract.Naming
2024-06-19 Robert VargaMigrate user of TypeDescription.OBJECT
2024-06-19 Robert VargaImprove SchemaUnawareCodec
2024-06-19 Robert VargaClean up SchemaRootCodecContext
2024-06-19 Robert VargaClean up IdentifiableItemCodec
2024-06-19 Robert VargaClean up EncapsulatedValueCodec
2024-06-19 Robert VargaMove BindingReflections.isSubstitutionFor()
2024-06-19 Ruslan KashapovGenerate binding-dom-codec classes into separate packages
2024-06-19 Robert VargaMove BindingReflections.getChildrenClass*
2024-06-19 Robert VargaSplit out mdsal-binding-loader
2024-06-19 Robert VargaRename Enumeration to EnumTypeObject
2024-06-19 Ivan HraskoAdd nonnullFoo() getters for non-semantic objects
2024-06-19 Robert VargaClean up BindingNormalizedNodeCodec.deserialize() imple...
2024-06-19 Robert VargaUse Optional.orElseThrow()
2024-06-19 Robert VargaBump upstreams
2024-06-19 Robert VargaImprove BindingReflections.getQName()
2024-06-19 Robert VargaUse instanceof pattern
2024-06-19 Robert VargaFix a typo
2024-06-19 Robert VargaEliminate use of the IllegalArgumentCodec
2024-06-19 Robert VargaModernize SchemaRootCodecContext
2024-06-19 Robert VargaUse switch expression in IdentifiableItemCodec
2024-06-19 Robert VargaModernize DataContainerCodecPrototype
2024-06-19 Robert VargaAdjust for ModuleImport type change
2024-06-19 tadei.bilanConvert mdsal-binding-dom-codec to a JPMS module
2024-06-19 Robert VargaMap identities to proper objects
2024-06-19 Robert VargaSpecialize CompositeValueCodec
2024-06-19 Robert VargaRemove ValueTypeCodec
2024-06-19 Robert VargaSimplify CompositeValueCodec instantiation
2024-06-19 Robert VargaSchemaUnawareCodec is AbstractIllegalArgumentCodec
2024-06-19 Robert VargaSwitch SchemaUnawareCodec to an abstract class
2024-06-19 Robert VargaDo not indirect UnionLoading through Callable
2024-06-19 Robert VargaRemove ReflectionBaseCodec
2024-06-19 Robert VargaDisconnect BitsCodec from ReflectionBasedCodec
2024-06-19 Robert VargaEliminate ValueTypeCodec.encapsulatedValueCodecFor()
2024-06-19 Robert VargaDisconnect EncapsulatedValueCodec from ReflectionBasedCodec
2024-06-19 Robert VargaEncapsulatedValueCodec does not use TypeDefinition
2024-06-19 Robert VargaPromote SchemaUnawareCodec to a top-level construct
2024-06-19 Robert VargaSplit STATIC_CODECS into per-type caches
2024-06-19 Robert VargaDisconnect IdentifiableItemCodec from IllegalArgumentCodec
2024-06-19 Robert VargaAdd InstanceNotification(Publish)ServiceAdapter
2024-06-19 Robert VargaRemove superfluous @NonNull
2024-06-19 Robert VargaIgnore empty augmentations at runtime
2024-06-19 Robert VargaRework AugmentRuntimeType and Choice/Case linkage
2024-06-19 Robert VargaSplit out BindingDataObjectCodecTreeNode.streamChild()
2024-06-19 Robert VargaRefactor InstanceIdentifier.create(Iterable)
2024-06-19 Robert VargaAdopt odlparent-10.0.0/yangtools-8.0.0-SNAPSHOT
2024-06-19 Robert VargaRework BindingRuntimeTypes
2024-06-19 Robert VargaDo not use BindingReflections to acquire augmentations
2024-06-19 Robert VargaMap system-ordered leaf-lists to Set<T>
2024-06-19 Robert VargaImprove DtaContainerCodecProtype.loadInstance()
2024-06-19 Robert VargaSeparate out notification handling
2024-06-19 Robert VargaSeparate out RPC input/output codecs
2024-06-19 Robert VargaMark DataContainerCodecPrototype.isChoice() for removal
2024-06-19 Robert VargaBump byte-buddy to 1.12.8
2024-06-19 Robert VargaSimplify leaf access
2024-06-19 Robert VargaAlign argument names of getLeafNodes()
2024-06-19 Robert VargaInline create{Notification,Rpc}DataContext()
2024-06-19 Robert VargaClarify BindingReflections.getChildrenClassToMethod()
2024-06-19 Robert VargaReference SchemaContext.NAME directly
2024-06-19 Robert VargaFix raw Notification warnings
2024-06-19 Robert VargaDo no use reflection to obtain opaque value ctor
2024-06-19 Robert VargaNarrow Notification.implementedInterface() return type
2024-06-19 Robert VargaUse Map.entry() in BindingCodecContext
next