Un-deprecate CopyableNode, AddedByUsesAware
[yangtools.git] / yang / yang-data-impl /
2019-09-03 Robert VargaSwitch encoding unsigned type normalization to Uint... 47/83947/20
2019-08-30 Robert VargaVerify leaf node squashing 95/84095/1
2019-08-30 Robert VargaFixup LazyLeafOperations 89/84089/3
2019-08-29 Robert VargaRemove useless method generic arguments 67/84067/1
2019-08-29 Robert VargaDo not retain leaf nodes in containers by default 15/84015/9
2019-08-28 Robert VargaDeprecate YangInstanceIdentifier.EMPTY 44/84044/4
2019-08-27 Robert VargaOptimize ImmutableNodes.leafNode() 14/84014/2
2019-08-26 Robert VargaCentralize serializeImpl() 66/83966/1
2019-08-24 Robert VargaFix Serializer/Deserializer/Codec concepts 49/83949/9
2019-08-23 Robert VargaUpdate TypeDefinitionAwareCodec 48/83948/1
2019-08-22 Robert VargaRemove unneeded spotbugs/checkstyle declarations 87/83887/2
2019-08-22 Robert VargaDisable SpotBugs enforcement on select artifacts 86/83886/3
2019-08-19 Robert VargaBump odlparent to 6.0.0-SNAPSHOT 83/83383/17
2019-08-06 Robert VargaSwitch to using java.util.Base64 17/83417/5
2019-08-06 Robert VargaApply modernization 14/83414/2
2019-07-30 Robert VargaBump version to 4.0.0-SNAPSHOT 18/83318/1
2019-07-29 Robert VargaBump version to 3.0.5-SNAPSHOT 93/83293/1
2019-07-24 Robert VargaTeach InstandIdToNodes about AnydataNode 38/83238/1
2019-07-18 Robert VargaBump versions for 3.0.4-SNAPSHOT 83/83083/1
2019-07-17 Robert VargaRefactor MountPoint-related definitions 65/83065/11
2019-07-16 Robert VargaMove MountPointChild to rfc8528-data-api 63/83063/1
2019-07-16 Robert VargaAdd ImmutableMountPointNormalizedNodeStreamWriter 12/83012/15
2019-07-15 Robert VargaAdd XML support for parsing schema-mount data 48/82748/41
2019-07-09 Robert VargaAdd AbstractIdentifiable 83/82983/4
2019-07-09 Robert VargaAdd AbstractSchemaContextProvider 81/82981/4
2019-06-12 Robert VargaBump versions to 3.0.3-SNAPSHOT (again) 02/82502/1
2019-06-12 Robert VargaRevert "Bump versions to 3.0.3-SNAPSHOT" 00/82500/1
2019-06-12 Robert VargaBump versions to 3.0.3-SNAPSHOT 94/82494/1
2019-06-06 Robert VargaMake ReusableImmutableNormalizedNodeStreamWriter reuse... 22/82422/2
2019-06-06 Robert VargaExpose ReusableStreamReceiver 16/82416/4
2019-05-31 Robert VargaDeprecate NodeIdentifierWithPredicates.getKeyValues() 47/82347/4
2019-05-30 Robert VargaBump versions to 3.0.2-SNAPSHOT 58/82258/6
2019-05-30 Robert VargaCleanup testing AugmentationIdentifier instantiations 41/82341/2
2019-05-30 Robert VargaDeprecate NodeIdentifierWithPredicates constructors 39/82339/2
2019-05-30 Robert VargaAdd ImmutableMetadataNormalizedAnydata.ofOptional() 33/82333/1
2019-05-30 Robert VargaAdd missing @NonNull annotations 32/82332/1
2019-05-29 Robert VargaRefactor anydata-related interfaces 20/82320/3
2019-05-28 Robert VargaCleanup NormalizedAnydata 59/82259/5
2019-05-27 Robert VargaAdd support for Anydata content normalization 54/82154/31
2019-05-27 Robert VargaRework Anydata model 94/82194/17
2019-05-21 Robert VargaAdd support for opaque anydata XML output 57/82157/22
2019-05-21 Robert VargaAdd OpaqueAnydataExtension and related interfaces 55/82155/21
2019-05-17 Robert VargaAdd AnydataNode specialization to OpaqueData 96/57596/28
2019-05-14 Robert VargaAdd ReusableImmutableNormalizedNodeStreamWriter 37/82037/2
2019-05-14 Robert VargaAllow LeafSetEntryNodes to be added to result builder 23/82023/3
2019-05-13 Robert VargaAdd FIXMEs to remove generic type argument 11/82011/1
2019-04-30 Jakub TothAllow builders to optionally use LinkedHashMap 18/81718/4
2019-04-08 Robert VargaAdd DataNodeContainer.findDataChildByName(QName, QName...) 51/81451/2
2019-04-08 Robert VargaReduce use of getChildByName() 49/81449/4
2019-04-08 Robert VargaReduce use of DataSchemaContextTree.getChild() 50/81450/2
2019-04-08 Robert VargaBump versions to 3.0.0-SNAPSHOT 53/81453/1
2019-04-08 Robert VargaRemove misleading comment 36/81436/1
2019-04-08 Robert VargaFix NONE operation node with automatic lifecycle 25/81425/2
2019-04-05 Robert VargaFix ImmutableMetadataNormalizedNodeStreamWriter state 97/81397/1
2019-04-04 Robert VargaRemove AttributesContainer 88/80688/33
2019-04-04 Robert VargaRemove ModifyAction and related code 78/81378/2
2019-04-04 Robert VargaIntegrate ImmutableNormalizedNodeStreamWriter with... 83/80683/30
2019-03-27 Robert VargaUpdate NormalizedNodeStreamWriter 19/81219/1
2019-03-26 Robert VargaRemove CursorAwareDataTreeSnapshot.createCursor() 93/81193/4
2019-03-26 Robert VargaRemove getNodeIdentifierForAugmentation() methods 90/81190/2
2019-03-26 Robert VargaPush out FIXMEs 70/81170/11
2019-03-26 Robert VargaClean up DataTreeCandidateNode contract 63/81163/4
2019-03-25 Robert VargaCorrect LeafrefTypeDefinition 43/81143/7
2019-03-25 Robert VargaRemove unneeded services inclusions 41/81141/1
2019-03-20 Robert VargaRemove descendant_schema_nodeid 24/81024/3
2019-03-20 Robert VargaCleanup LeafRefPath{Lexer,Parser} 23/81023/3
2019-03-19 Robert VargaRemove LeafRefValidatation 16/81016/1
2019-03-16 Robert VargaAdd Automatic-Module-Name declarations 36/80936/1
2019-03-16 Robert VargaRemove @ThreadSafe annotations 21/80921/7
2019-03-06 Robert VargaEliminate ImmutableNormalizedNodeStreamWriter.getBuilders() 99/80699/2
2019-03-04 Robert VargaRework NormalizedNodeStreamWriter 62/80662/16
2019-02-26 Robert VargaRemove SchemaTracker.create(SchemaContext) 07/80607/1
2019-02-14 Robert VargaPrefer Immutable collections over Collections.emptyFoo() 37/80337/3
2019-02-14 Robert VargaFix ImmutableUnkeyedListNodeBuilder.valueEquals() 36/80336/2
2019-02-13 Robert VargaRefactor checkTouchApplicable() 08/80308/2
2019-02-13 Robert VargaAdd ModificationPath.toString() 07/80307/1
2019-02-12 Robert VargaRemove checkApplicable() overrides 98/80298/2
2019-02-12 Robert VargaRemove DelegatingModificationApplyOperation 84/80284/1
2019-02-12 Robert VargaRemove AlwaysFailOperation 83/80283/1
2019-02-12 Robert VargaExpand DataTreeCandidatesTest 78/80278/1
2019-02-11 Robert VargaRemove unneeded Iterator.remove() overrides 63/80263/1
2019-02-11 Robert VargaExpand ImmutableNodes methods 61/80261/1
2019-02-11 Robert VargaCleanup yang-data-impl nullness annotations 79/80179/4
2019-02-11 Robert VargaCorrect mandatory leaf enforcement 54/80254/2
2019-02-06 Robert VargaSchemaAwareApplyOperation has getSchema() 78/80178/1
2019-02-05 Robert VargaRemove MapModificationStrategy hack 50/80150/6
2019-02-05 Robert VargaRework DataNodeContainerModificationStrategy child... 52/80152/3
2019-02-05 Robert VargaSquash value-based ModificationStrategies 35/80135/6
2019-02-04 Robert VargaSeparate out ModificationApplyOperation.verifyStructure() 34/80134/4
2019-02-04 Robert VargaMove NormalizedNode-based DataTreeCandidateNodes into API 73/79973/6
2019-02-04 Robert VargaSeparate out RootModificationApplyOperation 59/80059/8
2019-01-31 Robert VargaAdd utility wrappers for instantiating builders/nodes 43/80043/5
2019-01-30 Robert VargaEliminate no-op MandatoryLeafEnforcer 22/80022/8
2019-01-30 Robert VargaHide SchemaAwareApplyOperation.checkWriteApplicable() 40/80040/1
2019-01-30 Robert VargaAdd Abstract{LeafSet,Map}ModificationStrategy 25/80025/3
2019-01-30 Robert VargaCleanup AbstractValueNodeModificationStrategy 23/80023/3
2019-01-30 Robert VargaIntroduce DelegatingModificationApplyOperation 20/80020/2
2019-01-30 Robert VargaFix automatic lifecycle delete stacking 52/79952/12
2019-01-28 Robert VargaFix ModifiedNode.toString() 67/79967/1
2019-01-28 Robert VargaOptimize IMDT tests 51/79951/1
next