yangtools.git
2024-06-19 Robert VargaRemove unused imports
2024-06-19 Robert VargaRemove use of deprecated createCursor() method
2024-06-19 Robert VargaRemove @(Not)ThreadSafe annotation
2024-06-19 Vratko PolakTolerate unresolvable leafrefs in groupings
2024-06-19 Robert VargaChange 'type empty' mapping
2024-06-19 Robert VargaRemove FluentFuture from DOM RPC contracts
2024-06-19 Robert VargaCleanup RuntimeException throws
2024-06-19 Robert VargaSpeed up ClassTemplate getDefaultInstance() generation
2024-06-19 Robert VargaSpeed up Union stringValue() generation
2024-06-19 Robert VargaSimplify UnionTemplate stringValue() dispatch
2024-06-19 Robert VargaRemove DataContainer.getImplementedInterface()
2024-06-19 Robert VargaGenerate implementedInterface
2024-06-19 Robert VargaUse E$$ to capture augmentation type
2024-06-19 Robert VargaBump version for 4.0.0-SNAPSHOT
2024-06-19 Robert VargaRemove use of deprecated constructors
2024-06-19 Jie HanMake Enumeration extend TypeObject
2024-06-19 Stephen KittUse Collections.emptyList and Collections.emptySet
2024-06-19 Stephen KittUse HashMap and HashSet constructors
2024-06-19 Stephen KittSwitch to java.util.Base64
2024-06-19 Stephen KittSwitch to Objects.requireNonNull
2024-06-19 Jie HanAdd mark interface
2024-06-19 Robert VargaBump to 3.0.7-SNAPSHOT
2024-06-19 Robert VargaRevert "Add BindingNormalizedNodeSerializer.coerceFromY...
2024-06-19 Robert VargaBump versions to 3.0.6-SNAPSHOT
2024-06-19 Robert VargaBump yangtools to 2.1.8
2024-06-19 Robert VargaAdd BindingNormalizedNodeSerializer.coerceFromYangInsta...
2024-06-19 Robert VargaStart mdsal-3.0.5 development
2024-06-19 Robert VargaBump yangtools to 2.1.7
2024-06-19 Robert VargaFixup version bump
2024-06-19 Stephen KittRemove redundant type declarations
2024-06-19 Robert VargaBump version to .4-SNAPSHOT
2024-06-19 Robert VargaBump yangtools to 2.1.6
2024-06-19 Robert VargaFix a javadoc typo
2024-06-19 Robert VargaBump to yangtools-2.1.6-SNAPSHOT
2024-06-19 Robert VargaRemove commons-lang3 dependency
2024-06-19 Robert VargaMass-migrate fields to Immutable collections
2024-06-19 Robert VargaAdd CodeHelpers.throwInvalidRange() specializations
2024-06-19 Robert VargaBump yangtools to 2.1.5
2024-06-19 Robert VargaDo not import javax.annotation
2024-06-19 Robert VargaSeparate out single-key Identifiable handling
2024-06-19 Robert VargaBump versions to 3.0.3-SNAPSHOT
2024-06-19 Robert VargaFix ClassTemplate.hashCode() alignment
2024-06-19 Robert VargaTeach MethodSignature about default methods
2024-06-19 Robert VargaOptimize IdentifiableItemCodec
2024-06-19 Robert VargaUse internal classes for codecs
2024-06-19 Robert VargaBind invoker method handle to constructor
2024-06-19 Robert VargaBump yangtools to 2.1.4
2024-06-19 Jie HanClean up pom of mdsal-binding-test-model a bit
2024-06-19 Robert VargaFix InterfaceGenerator confusion with RPC method names
2024-06-19 Robert VargaOptimize single-property ClassTemplate hashCode()
2024-06-19 Robert VargaIndex nonnull/getter methods by String
2024-06-19 Robert VargaDo not box result twice
2024-06-19 Robert VargaUse ImmutableMaps for lazy augmentations initialization
2024-06-19 Robert VargaIndex cached data by method name
2024-06-19 Robert VargaSwitch on method names
2024-06-19 Robert VargaSwitch on parameterCount
2024-06-19 Robert VargaUse Method.getParameterCount()
2024-06-19 Robert VargaDefine getImplementedInterface name in BindingMapping
2024-06-19 Robert VargaCache mismatched augmentations
2024-06-19 Robert VargaGenerate nonnull default wrappers for list getters
2024-06-19 Robert VargaMove getter method naming to BindingMapping
2024-06-19 Robert VargaRevert "Add DataObjectUtils"
2024-06-19 Robert VargaPrevent NPE from being propagated from LazyDataObject
2024-06-19 Robert VargaRefactor DataObjectCodecContext.getBindingChildValue()
2024-06-19 Robert VargaBump yangtools to 2.1.3
2024-06-19 Robert VargaRework lookup to eliminate the need for checkArgument()
2024-06-19 Robert VargaAdd DataObjectUtils
2024-06-19 Robert VargaReduce use of javax.annotation annotations
2024-06-19 Robert VargaTry harder to acquire class mapping
2024-06-19 Robert VargaRelax LazyDataObject.augmentations() implementation
2024-06-19 Robert VargaSpeed up DataObjectCodecContext instantiation
2024-06-19 Robert VargaDo not instantiate entrySet when not needed
2024-06-19 Robert VargaShorten java.util.Optional reference
2024-06-19 Robert VargaBump versions for 3.0.2-SNAPSHOT
2024-06-19 Robert VargaBump yangtools to 2.1.2
2024-06-19 Robert VargaOptimize AbstractBuilderTemplate key property sort
2024-06-19 Robert VargaOptimize AbstractBuilderTemplate.generateAugmentField()
2024-06-19 Robert VargaUse ArrayList.sort() instead of Collections.sort()
2024-06-19 Robert VargaBuilder should acquire augmentations only once
2024-06-19 Robert VargaBump yangtools to 2.1.2-SNAPSHOT
2024-06-19 Robert VargaEnable spotbugs in mdsal-binding-dom-codec
2024-06-19 Robert VargaEnable spotbugs in mdsal-binding-dom-codec-osgi
2024-06-19 Robert VargaEnable spotbugs in yang-binding
2024-06-19 Robert VargaEnable spotbugs in mdsal-binding-spec-util
2024-06-19 Robert VargaFix checkstyle in mdsal-binding-java-api-generator
2024-06-19 Robert VargaEnable checkstyle in mdsal-binding-spec-util
2024-06-19 Stephen KittRemove redundant string operations
2024-06-19 Robert VargaSeparate out builder/impl copy generators
2024-06-19 Robert VargaSort out BindingCodecTreeNode.streamChild() nullness
2024-06-19 Robert VargaFixup null warnings reported by eclipse
2024-06-19 Robert VargaMigrate mdsal-binding-dom-codec to JDT annotations
2024-06-19 Robert VargaRemove unneeded dependencies
2024-06-19 Robert VargaUse dom-parent internally
2024-06-19 Robert VargaRemove use of Class.newInstance()
2024-06-19 Robert VargaMigrate mdsal-binding-dom-adapter to JDT annotations
2024-06-19 Robert VargaSuppress javax.annotation imports in yang-binding
2024-06-19 Robert VargaMake sure we compare key members via their property...
2024-06-19 Robert VargaBump versions to 3.0.1-SNAPSHOT
2024-06-19 Stephen KittDrop Xtend Equinox Common overrides
2024-06-19 Robert VargaBump 2.7.0-SNAPSHOT to 3.0.0-SNAPSHOT
next