Start 2.0.2 release cycle
[yangtools.git] / yang / yang-data-impl /
2018-01-18 Robert VargaStart 2.0.2 release cycle 98/67298/1
2018-01-08 Robert VargaBump odlparent version to 3.0.2 52/66952/1
2017-12-25 Michael VorburgerFix slf4j usage errors found by checkstyle-logging 46/66446/3
2017-12-23 Robert VargaYANGTOOLS-838: detect grouping identifier shadowing 66/66666/2
2017-11-29 Stephen KittDrop obsolete Maven site configuration 37/65937/3
2017-11-27 Robert VargaBump versions to next development cycle 39/65939/1
2017-11-27 jenkins-relengRelease yangtools 38/65938/1
2017-11-24 Robert VargaBump odlparent to 3.0.1 92/65892/1
2017-11-21 Robert VargaCleanup DataTree interfaces and InMemmoryDataTreeFactory 95/65795/3
2017-11-21 Stephen KittBump odlparent dependencies to 3.0.0 80/65580/3
2017-11-20 Robert VargaRename ChoiceCaseNode to CaseSchemaNode 47/65747/2
2017-11-15 Robert VargaBump odlparent to 3.0.0-SNAPSHOT and fix breakages 49/64449/30
2017-11-13 Robert VargaFix checkstyle issues reported by odlparent-3.0.0's... 90/65490/1
2017-11-13 Robert VargaYANGTOOLS-706: Split out yang-parser-rfc7950 56/65456/11
2017-11-13 Robert VargaSplit out OpenDaylight yang-ext metamodel 46/65446/9
2017-11-11 Robert VargaYANGTOOLS-706: finish evacuation of stmt.rfc6020.effective 15/65415/7
2017-11-11 Robert VargaIntroduce ElementCountConstraintAware interface 52/64952/15
2017-11-10 Robert VargaRefactor TypedSchemaNode 09/65409/6
2017-11-10 Robert VargaYANGTOOLS-706: reorganize statement definitions 52/65352/11
2017-11-08 Robert VargaEliminate ConstraintDefition.isMandatory() 95/65095/14
2017-11-08 Robert VargaFix InMemoryDataTreeFactory.create() methods 40/65240/5
2017-11-06 Robert VargaEliminate (Unsigned)IntegerTypeDefinition 86/65086/8
2017-11-03 Robert VargaMake RangeRestrictedTypeDefinition type-aware 50/65050/9
2017-11-03 Robert VargaYANGTOOLS-621: introduce specialized integer types 43/65043/11
2017-11-03 Robert VargaUpdate DataTreeFactory 37/65037/5
2017-11-03 Robert VargaRemove SchemaTracker.leafSetEntryNode() 33/65033/5
2017-11-03 Robert VargaBUG-8043: correct RangeConstraint definition 45/62445/18
2017-11-03 Robert VargaUpdate ChoiceSchemaNode design 52/64852/12
2017-11-02 Robert VargaYANGTOOLS-823: take modifier into account when enforcin... 49/64849/5
2017-11-02 Robert VargaClean up PatternConstraint's String confusion 38/64838/12
2017-10-28 Robert VargaMake ConstraintMetaDefition attributes Optional 20/64820/9
2017-10-27 Robert VargaClean up data.api.SchemaUtils 44/64744/4
2017-10-27 Robert VargaBUG-4688: update Revision design a bit more 85/64785/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: eliminate SimpleDateFormatUtil.DEFAULT_DATE_REV 73/64673/3
2017-10-24 Robert VargaBUG-4688: Rework SchemaContext module lookups 41/64641/4
2017-10-24 Robert VargaBUG-8043: correct LengthConstraint definition 19/62319/13
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-18 Robert VargaBUG-865: Remove TreeNodeFactory.createTreeNodeRecursively() 62/32862/15
2017-10-18 Robert VargaEliminate use of DataTreeFactory.create(TreeType) 00/64300/2
2017-10-18 Robert VargaFix raw type warning 99/64299/2
2017-10-16 Robert VargaFix ModificationApplyOperation javadoc 40/64240/2
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-10-04 Robert VargaCleanup checkstyle warnings and turn enforcement on... 51/62551/6
2017-10-03 Jie HanFix deleteWriteFooBar2ndLevelEmptyContainerTest 35/63435/4
2017-09-28 Robert VargaBUG-2389: Remove obsolete XML parser classes 59/60559/15
2017-09-28 Stephen KittBump odlparent 2.0.4 to 2.0.5 46/63646/2
2017-09-27 Robert VargaRemove deprecated Yin/YangStatementSourceImpl 37/62537/22
2017-09-07 Peter KajsaBug 8713 - BGP models not compatible with leafref context 32/62832/2
2017-09-02 Robert VargaRemove antlr version override 45/62545/2
2017-09-01 Peter KajsaBug 7246 - Fix of SchemaTracker initialization and... 12/61712/11
2017-08-20 Robert VargaFix AnyXml node handling 86/61986/2
2017-08-15 Robert VargaEliminate LeafRefPathParseException 35/61235/2
2017-08-15 Robert VargaUse ValueNode in LeafRefValidation 34/61234/2
2017-08-14 Thanh HaBump versions by (x+1).y.z for next dev cycle 21/61621/2
2017-08-10 Robert VargaMake sure binary values are properly wrapped 64/61464/1
2017-08-09 Stephen KittBump odlparent 2.0.2 to 2.0.4 55/61355/4
2017-08-07 Robert VargaEnforce no split packages 12/61212/6
2017-08-03 Robert VargaCleanup SchemaTracker logic 97/61097/1
2017-07-26 Robert VargaBUG-2389: Deprecate yang-data-impl XML codec 58/60558/3
2017-07-18 Igor FoltinBug 8745: Add support for parsing attributes to the... 18/60018/9
2017-07-09 Robert VargaBump odlparent to 2.0.2 09/60109/1
2017-07-03 Robert VargaBump odlparent dependency to 2.0.1 52/59852/1
2017-06-21 Robert VargaBump odlparent dependency to 2.0.0 73/50173/13
2017-06-15 Robert VargaRemove use of ALTLRInputStream 22/59022/1
2017-06-14 Robert VargaBump antlr4 to 4.7 42/58942/3
2017-06-13 Thanh HaMigrate to odlparent 1.9.0 29/58829/3
2017-06-06 Thanh HaMigrate to odlparent 1.8.0-Carbon 94/58294/1
2017-06-04 David SuarezReplace LOGGER/logger/log by LOG 86/58186/2
2017-05-25 Robert VargaFix a couple of warnings 03/57803/1
2017-05-23 Robert VargaFix a few warnings 44/57644/2
2017-05-16 Peter KajsaBug 7844 - Unable to create LeafRefContext for leafref 46/56946/5
2017-04-26 Peter KajsaBug 8291 - Unit test 45/56045/3
2017-04-25 Robert VargaBUG-8291: expose additional DataTreeFactory methods 25/56025/2
2017-04-11 Anil BelurBump versions by x.(y+1).z for next dev cycle 31/54731/1
2017-04-04 Robert VargaBUG-7996: reshuffle caching logic 20/53620/10
2017-03-23 Robert VargaTrim down TypeDefinitionAwareCodec 53/53653/2
2017-03-23 Robert VargaCleanup codecs a bit 69/53469/5
2017-03-22 Robert VargaBUG-8039: Enforce binary/string type length 53/53553/3
2017-03-15 Robert VargaReduce visibility of codec methods 93/53293/4
2017-03-14 Robert VargaBUG-7759: return deserialized type 97/53297/2
2017-03-11 Robert VargaUse UntrustedXML in tests 79/53179/3
2017-03-11 Robert VargaMake XmlDocumentUtils use UntrustedXML 75/53175/2
2017-03-11 Igor FoltinBug 6392: Fix lenient parsing of unkeyed list entries 49/53149/3
2017-03-10 Xiao LiangBug 7945: Fix schema validation for augmentation of... 25/52025/4
2017-01-25 Michael VorburgerReplace FindBugs :jsr305 by full :annotation (Bug 7663) 96/50896/3
2017-01-17 Peter KajsaBug 7551 - Bad error message for pattern constrain 43/50543/3
2017-01-04 Igor FoltinBug 7159: Stop using deprecated methods from YangParser... 06/50006/1
2016-12-09 Igor FoltinBug 7159: Add yang-test-util artifact 29/49129/2
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-12-01 Robert VargaCleanup MandatoryLeafEnforcer and DataTreeConfiguration 71/48671/5
2016-11-29 Robert VargaBUG-5968: Mandatory leaf enforcement does not work... 32/48532/5
2016-11-22 Robert VargaAddress trivial eclipse warnings 01/48501/3
2016-11-21 Luis GomezRevert "Bug 5968: Mandatory leaf enforcement does not... 23/48523/1
2016-11-10 Robert VargaFix CursorAwareDataTreeSnapshot.newModification() 79/48179/2
2016-11-09 Peter KajsaBug 5968: Mandatory leaf enforcement does not work... 62/48162/1
next