Bump versions to 2.0.24-SNAPSHOT
[yangtools.git] / yang / yang-data-util / src /
2019-01-21 Robert VargaAllow {Json,Xml}ParserStream to handle actions 73/79773/4
2018-12-20 Robert VargaIntern empty leaves 87/78887/1
2018-11-25 Robert VargaAdd predicate-free NodeIdentifierWithPredicates constructor 15/78115/1
2018-11-23 Robert VargaImprove ListEntryNodeDataWithSchema 00/78100/2
2018-11-23 Robert VargaSpeed up UnorderedMapMixinContextNode 67/78067/2
2018-11-23 Robert VargaRetrofit SchemaContextProvider 72/78072/2
2018-09-10 Robert VargaMinor code cleanups 17/75917/1
2018-09-10 Robert VargaUse Iterables.filter() instead of FluentIterable 13/75913/1
2018-08-03 Robert VargaCentralize AugmentationIdentifier instantiation 94/74794/4
2018-08-03 Robert VargaRemove duplicate instantiation of EffectiveAugmentation... 92/74792/5
2018-07-10 Robert VargaReduce sonar code smells 78/73878/1
2018-05-04 Robert VargaThrow ISE from SharedCodecCache 96/71796/1
2018-04-27 Robert VargaAdd DataSchemaContextTreeTest 15/71515/1
2018-04-27 Robert VargaClean up DataSchemaContext{Node,Tree} 14/71514/1
2018-03-06 Robert VargaFix format string 18/69118/1
2018-03-05 Robert VargaValidate parsed QName to identity 76/69076/1
2018-03-05 Robert VargaValidate parsed QName to identity 43/68543/4
2018-02-02 Robert VargaDeprecate CopyableNode at al. 52/67752/3
2017-12-27 Robert VargaYANGTOOLS-766: add RFC7951JSONInstanceIdentifierCodec 72/66772/2
2017-12-26 Robert VargaYANGTOOLS-766: introduce JSONCodecFactorySupplier 65/66765/3
2017-11-20 Robert VargaRename ChoiceCaseNode to CaseSchemaNode 47/65747/2
2017-11-13 Robert VargaSplit out OpenDaylight yang-ext metamodel 46/65446/9
2017-11-11 Robert VargaIntroduce ElementCountConstraintAware interface 52/64952/15
2017-11-11 Robert VargaPeel WhenConditionAware from ConstraintDefinition 10/65410/10
2017-11-10 Robert VargaRefactor TypedSchemaNode 09/65409/6
2017-11-10 Robert VargaPeel MustConstraintAware from ConstraintDefinition 08/65408/7
2017-11-08 Robert VargaEliminate ConstraintDefition.isMandatory() 95/65095/14
2017-11-06 Robert VargaEliminate (Unsigned)IntegerTypeDefinition 86/65086/8
2017-11-03 Robert VargaYANGTOOLS-621: introduce specialized integer types 43/65043/11
2017-11-03 Robert VargaUpdate ChoiceSchemaNode design 52/64852/12
2017-11-02 Robert VargaCleanup NotificationNodeContainer 32/64832/10
2017-11-02 Robert VargaCleanup DocumentedNode 21/64821/19
2017-10-27 Robert VargaIntroduce DataNodeContainer.findDataChildByName() 16/64816/5
2017-10-27 Robert VargaIntroduce WhenConditionAware 11/64811/4
2017-10-27 Robert VargaMake ActionNodeContainer.getActions() non-default 08/64808/4
2017-10-25 Robert VargaFix yang.model.api.AugmentationSchema 31/64731/2
2017-10-25 Robert VargaBUG-4688: switch revisions from Date to Revision 83/62083/11
2017-10-25 Robert VargaBUG-4688: align Optional/nullable Date usage 93/64693/2
2017-10-24 Robert VargaBUG-4688: Rework SchemaContext module lookups 41/64641/4
2017-10-19 Robert VargaBUG-9265: Switch empty type mapping from Void to Empty 41/64241/7
2017-10-19 Robert VargaFix odlparent-3-detected checkstyle issues 56/64456/3
2017-10-09 Robert VargaCleanup use of Guava library 85/61985/23
2017-10-07 David SuarezRemove explicit default super-constructor calls 01/63601/3
2017-07-18 Igor FoltinBug 8745: Add support for parsing attributes to the... 18/60018/9
2017-07-18 Igor FoltinBug 8675: Fix a design flaw of the new XML parser 36/59036/12
2017-06-21 Robert VargaBump odlparent dependency to 2.0.0 73/50173/13
2017-06-12 Robert VargaFix checkstyle offences found by newer plugin 61/58761/1
2017-06-12 xygengBug 6897: [YANG 1.1] Allow notifications to be tied... 95/58695/2
2017-06-05 Robert VargaEnforce checkstyle in yang-data-util 41/58241/1
2017-04-04 Robert VargaBUG-7833: Fix identityref codecs 70/53870/7
2017-04-04 Robert VargaBUG-7983: unify JSONCodec and XmlCodec methods 69/53869/5
2017-04-04 Robert VargaSpeed up XpathStringParsingPathArgumentBuilder 71/53871/7
2017-04-04 Robert VargaBUG-7983: factor out AbstractCodecFactory 64/53864/2
2017-04-04 Robert VargaBUG-7983: extract codec caching from JSONCodecFactory 63/53863/2
2017-03-23 Robert VargaCleanup codecs a bit 69/53469/5
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-11-02 Stephen KittCleanup: remove redundant casts 34/47834/2
2016-10-22 Geng XingyuanBug 6958 - add class NotificationAsContainer for transf... 52/47052/10
2016-09-06 Robert VargaFix a few warnings 07/45207/1
2016-08-15 Robert VargaBUG-865: remove String-based getDataChildByName() 98/42898/7
2016-08-09 Robert VargaEliminate QNAME_FUNCTION 36/43336/2
2016-07-29 Isaku YamahataBug 6112 - yang data impl: teach codec union+identityref 45/41545/5
2016-07-24 Robert VargaKill trailing whitespace 07/42407/2
2016-06-21 Igor FoltinImplement method anyxmlNode in ImmutableNormalizedNodeS... 97/40597/1
2016-06-15 Robert VargaFurther cleanups of code 14/39714/18
2016-06-15 Robert VargaBUG-865: Remove users of SchemaAwareNormalizedNodeStrea... 98/39698/16
2016-06-08 Robert VargaMake LeafInterner a utility class 69/39469/3
2016-06-07 Abbas PareedkunjuBug 6016: Corrected the error message for typo 32/39932/2
2016-06-03 Robert VargaScripted update of if statements 93/39793/2
2016-05-02 Igor FoltinBug 1441: Implement XML Stream Reader to Normalized... 31/37031/5
2016-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/2
2016-04-04 Ryan GouldingFix LOG formatting issues 77/36977/2
2016-03-07 Stephen KittRemove redundant modifiers 82/35882/2
2016-01-20 Robert VargaInclude identityref leaves in interner 32/33032/2
2015-11-02 Robert VargaBUG-4556: enable DataSchemaContextTrees to be scavenged 94/29094/2
2015-10-28 Jan HajnarBUG-2399: Implement automatic container removal 30/17030/26
2015-10-12 Robert VargaBUG-4261; split NormalizedNodeInterners 45/28245/3
2015-09-23 Igor FoltinFixed some major sonar issues 42/27042/6
2015-09-14 Robert VargaBUG-4261: introduce NormalizedNodeInterners 25/26625/2
2015-09-13 Robert VargaBUG-4145: check if entire YangInstanceIdentifier is... 95/26895/1
2015-09-04 Robert VargaUse NodeIdentifier.create() in yang-data-util 25/26525/1
2015-07-02 Jan HajnarBug 3834 - Unhelpful error messages when parsing 35/23435/2
2015-06-18 Jan HajnarBug 3645 - instance-identifier parsing error 93/22693/2
2015-04-13 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
2015-04-10 Tony TkacikMerge "BUG-2962: add DataTreeTip interface and implemen...
2015-04-10 Robert VargaMerge "Bug 2362: Added pattern validation for string...
2015-04-10 Robert VargaMerge "Extracted remaining codecs to protected classes."
2015-04-09 Tony TkacikMerge "Fix modifier ordering"
2015-04-09 Robert VargaFix modifier ordering 04/18004/1
2015-04-07 Tony TkacikMerge "Bug 2909 - Gson codec lost correct type"
2015-04-01 Robert VargaBUG-869: kill more sonar warnings 03/17503/4
2015-03-31 Robert VargaMerge "Bug 2924: DataCodecTree expose (de)serialization...
2015-03-30 Robert VargaBUG-869: remove empty statements 57/17357/1
2015-03-23 Tony TkacikMerge "Make sure YangInstanceIdentifier.EMPTY is retained"
2015-03-22 Robert VargaMerge "Introduced skeletons of Contributor and User...
2015-03-21 Robert VargaMerge "Bug 2361: Added prototype implementation using...
2015-03-20 Robert VargaMerge "Bug 868: Removed Composite Nodes from Yangtools"
2015-03-19 Tony TkacikBug 868: Removed Composite Nodes from Yangtools 38/16838/1
2015-03-10 Robert VargaBUG-1513: introduce ChoiceSchemaNode 70/16270/7
2015-03-09 Robert VargaMerge "Bug 2766: Fixed parsing and serializing XPath...
next