Promote SchemaUnawareCodec to a top-level construct
[yangtools.git] / binding / mdsal-binding-dom-codec / src / test /
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 VargaAdd InstanceNotification(Publish)ServiceAdapter
2024-06-19 Robert VargaEnforce InstanceIdentifier creation
2024-06-19 Robert VargaModernize ExceptionReportingTest
2024-06-19 Robert VargaAdopt odlparent-10.0.0/yangtools-8.0.0-SNAPSHOT
2024-06-19 Robert VargaRework BindingRuntimeTypes
2024-06-19 Robert VargaMap system-ordered leaf-lists to Set<T>
2024-06-19 Robert VargaSeparate out notification handling
2024-06-19 Robert VargaSeparate out RPC input/output codecs
2024-06-19 Robert VargaAdd negative tests for instance identifier codec
2024-06-19 Robert VargaFix raw Notification warnings
2024-06-19 Robert VargaUse Empty.value() instead of Empty.getInstance()
2024-06-19 Robert VargaTreat wildcards as objects
2024-06-19 Robert VargaBump to odlparent-9.0.0/yangtools-7.0.1-SNAPSHOT
2024-06-19 Robert VargaDo not generate 'isFoo()' methods
2024-06-19 miroslav.kovacSpecialize relative leafref types during instantiation
2024-06-19 Robert VargaFix checkstyle
2024-06-19 Robert VargaAdjust to {Container,Input,Output}SchemaNode split
2024-06-19 Robert VargaRemove unthrown exceptions
2024-06-19 Robert VargaEliminate ClassLoadingStrategy
2024-06-19 Robert VargaUse QName.bindTo() instead of withModule()
2024-06-19 Robert VargaReplace SchemaPath with SchemaNodeIdentifier.Absolute...
2024-06-19 Robert VargaCorrect mdsal-binding-runtime-{api,spi} packages
2024-06-19 Robert VargaRemove uses of deprecated Builder.addAugmentation()
2024-06-19 Peter ValkaFix leafref-to-enum encoding
2024-06-19 Robert VargaAdd lazily-instantiated maps
2024-06-19 Robert VargaAdd lazily-instantiated lists
2024-06-19 Robert VargaCleanup BindingRuntimeHelpers
2024-06-19 Robert VargaSquash empty MapNode/UnkeyedListNode objects to null
2024-06-19 Robert VargaRefactor binding-dom-adapter
2024-06-19 Robert VargaMigrate assertThat() imports
2024-06-19 Robert VargaSplit up BindingRuntimeContext
2024-06-19 Robert VargaSplit out mdsal-binding-runtime-{api,spi}
2024-06-19 Robert VargaPromote BindingRuntimeContext to binding-generator-api
2024-06-19 Robert VargaMove mdsal-binding-dom-codec tests
2024-06-19 Robert VargaPromote codec exceptions to binding.codec.api
2024-06-19 Robert VargaRevert "Revert "Do not emit empty lists to NormalizedNo...
2024-06-19 Robert VargaMap system-ordered keyed lists to Map
2024-06-19 Robert VargaMove Bug5224/Bug5845 tests
2024-06-19 Robert VargaRevert "Do not emit empty lists to NormalizedNodes"
2024-06-19 Robert VargaChange mapping of uint{8,16,32,64}
2024-06-19 Robert VargaFixup leaf caching test in face of lazy leaf nodes
2024-06-19 Robert VargaDo not emit empty lists to NormalizedNodes
2024-06-19 Robert VargaRemove use of getKeyValues()
2024-06-19 Robert VargaDo not use NodeIdentifierWithPredicates constructors
2024-06-19 Robert VargaAdd binding support for anydata nodes
2024-06-19 Robert VargaDo not inline NodeContextSuppliers
2024-06-19 Robert VargaAdd support for EventInstantAware notifications
2024-06-19 Robert VargaTeach BindingNormalizedNodeCache to cache leaf type...
2024-06-19 Robert VargaRework DataObjectSerializer implementations
2024-06-19 Robert VargaAdd codec support for anyxml classes
2024-06-19 Robert VargaRework BindingCodecTreeNode
2024-06-19 Robert VargaBump yangtools to 3.0.0
2024-06-19 Robert VargaChange 'type empty' mapping
2024-06-19 Stephen KittUse HashMap and HashSet constructors
2024-06-19 Stephen KittSwitch to Objects.requireNonNull
2024-06-19 Stephen KittRemove redundant type declarations
2024-06-19 Robert VargaGenerate nonnull default wrappers for list getters
2024-06-19 Robert VargaFixup null warnings reported by eclipse
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 VargaMove BindingReflections to mdsal-binding-spec-util
2024-06-19 Tom PantelisConvert binding read to java.util.Optional
2024-06-19 Robert VargaTeach binding-dom-codec about actions
2024-06-19 Robert VargaSpeed up dom-codec tests
2024-06-19 Robert VargaFix case-related augment test
2024-06-19 Robert VargaFix root choice targeting
2024-06-19 Robert VargaTeach mdsal-binding-dom-codec about cases
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 Robert VargaImprove EnumerationCodec
2024-06-19 Jie HanBug 8903 - binding-data-codec does not work with boolea...
2024-06-19 Robert VargaFix checkstyle in mdsal-binding-dom-codec
2024-06-19 Robert VargaMove mdsal-binding-dom codec classes
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 Robert VargaBUG-7446: Bump odlparent to 2.0.0
2024-06-19 Jakub TothBug 6859 #3 Binding generator v1 refactoring
2024-06-19 Lorand JakabCheckstyle: fix ParenPad violations
2024-06-19 Peter NosalBug 5947: additional tests for binding-dom-codec #9
2024-06-19 Peter NosalBug 5947: refactored common-api tests
2024-06-19 Michael VorburgerCheckstyle clean-up src/test/java
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 Isaku YamahataBug 6006 - UnionTypeCodec fails to handle indentityref
2024-06-19 Peter NosalBug 5947: Increasing code coverage for mdsal project
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 4798: Can not define a list as a subordinate
2024-06-19 Robert VargaBUG-2062: handle ordered leaf-lists
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 TkacikModuleInfoBackedContext uses YangTextSchemaResolver.
2024-06-19 Tony TkacikRenamed test packages to use org.opendaylight.mdsal
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
next