yangtools.git
2020-06-29 Robert VargaFix javadoc to comply with JDK14 03/90803/1
2020-06-25 Robert VargaAdd YangInstanceIdentifier.create(PathArgument) 07/90707/2
2020-06-25 Robert VargaClean up AntlrXPathParser a bit 87/90487/1
2020-06-22 Robert VargaFix reference to odl-antlr4 79/90579/1
2020-06-22 Robert VargaBump versions to 4.0.11-SNAPSHOT 44/90544/1
2020-06-21 Robert VargaBump odlparent to 6.0.8 40/90540/1
2020-06-12 Robert VargaSpeed up YangParser.addLibSource() 25/90425/1
2020-06-12 Robert VargaAdd CrossSourceStatementReactor javadocs 24/90424/1
2020-06-12 Robert VargaSpeed up YangParser.addSource() 23/90423/1
2020-06-09 Jamo LuhrsenAllow list elements to be interleaved 56/90356/1
2020-06-09 Robert VargaDeprecate ListEntryNodeDataWithSchema.forSchema() 52/90352/1
2020-06-09 Robert VargaSplit out addCompositeChild(CaseSchemaNode) 51/90351/1
2020-06-09 Robert VargaClean up variable initialization 50/90350/1
2020-06-05 Robert VargaAdd YangInstanceIdentifier.coerceParent() 06/90306/1
2020-06-05 Robert VargaAdd MultipleEntryDataWithSchema interface 02/90302/1
2020-06-04 Anna BencurovaAdd test for union with identity XML codec issue 84/90284/1
2020-06-04 Robert VargaCheck unions for instance-identifier types 83/90283/1
2020-06-04 Robert VargaCheck unions for identityref types 82/90282/1
2020-06-04 Robert VargaIssue a warning when we encounter a non-QName identityref 81/90281/1
2020-06-04 Robert VargaSeparate out correct QName-bearing serialization method 75/90275/1
2020-06-04 Robert VargaImprove error message in UnionXmlCodec 74/90274/1
2020-06-04 Robert VargaPropagate type to XMLStreamWriterUtils 73/90273/1
2020-06-02 Robert VargaBump versions to 4.0.10-SNAPSHOT 15/90215/1
2020-06-02 Robert VargaBump odlparent to 6.0.7 14/90214/2
2020-05-27 Robert VargaTeach SchemaAwareApplyOperation about anydata/anyxml 00/90000/2
2020-05-26 Robert VargaFix an error message typo 92/89892/2
2020-05-26 Robert VargaSimplify AbstractNodeContainerModificationStrategy 59/89959/1
2020-04-22 Robert VargaOptimize LazyContainerNode.getChild() 74/89274/1
2020-04-22 Robert VargaAdd NormalizedNodeContainer.size() 73/89273/1
2020-04-18 Robert VargaBump versions to 4.0.9-SNAPSHOT 16/89116/1
2020-04-17 miroslav.kovacFix relative xPath resolution for leafref types 05/89105/1
2020-04-17 Robert VargaRemove StackedReversePathArguments.haveSize 02/89102/2
2020-04-17 Robert VargaFix junit/hamcrest javadoc links 00/89100/1
2020-04-17 Robert VargaBump odlparent to 6.0.6 99/89099/1
2020-04-16 Robert VargaDeprecate StmtContextUtils.producesDeclared() for removal 79/89079/1
2020-04-16 Robert VargaUpstream StmtContextUtils.producesDeclared() 78/89078/1
2020-04-11 Robert VargaDo not issue duplicate warnings for lists missing keys 12/89012/2
2020-04-09 vladyslav.marchenkoRefactor string unescaping 11/89011/1
2020-03-31 Robert VargaImprove list key presence checks 07/88807/1
2020-03-27 Robert VargaAdd DataTreeCandidateInputOutput 26/88626/1
2020-03-18 Robert VargaFix StackedYangInstanceIdentifier.getParent() nullness 00/88300/2
2020-03-18 Robert VargaRequire JDT annotations transitively 99/88299/1
2020-02-29 Robert VargaFilter registered listeners 70/88170/1
2020-02-29 Robert VargaAdd AbstractRegistration.notClosed() 69/88169/1
2020-02-29 Robert VargaDo not instantiate a Consumer for registration 68/88168/1
2020-02-29 Robert VargaAdd ListenerRegistry.clear() 67/88167/1
2020-02-28 Robert VargaQName namespace is always non-null 16/88116/1
2020-02-26 Robert VargaAugment effective statements can vary in argument 72/88072/1
2020-02-20 Robert VargaAdd inject annotations 23/87923/1
2020-02-16 Robert VargaOptimize AbstractResumedStatement.buildDeclared() 59/87759/1
2020-02-16 Robert VargaTrim buildEffective() bytecode 58/87758/1
2020-02-16 Robert VargaSplit onPhaseCompleted() 57/87757/1
2020-02-16 Robert VargaDo not try to finish already completed phase 56/87756/1
2020-02-16 Robert VargaEffectiveStatements track StatementContextBase 55/87755/1
2020-02-14 Robert VargaSplit up tryToCompletePhase() 10/87710/1
2020-02-13 Robert VargaEliminate StatementMap.capacity() 95/87695/2
2020-02-13 Robert VargaMake StatementMap extend AbstractCollection 94/87694/2
2020-02-13 Robert VargaTurn ArgumentContextUtils into an abstract class 96/87696/2
2020-02-13 Robert VargaSplit processStatement a bit more 93/87693/1
2020-02-13 Robert VargaSplit StatementContextVisitor.processStatement() 92/87692/1
2020-02-13 Robert VargaMove SourceSpecificContext.lookupDeclaredChild() 91/87691/1
2020-02-13 Robert VargaSeparate out ArgumentContextUtils.normalizeDoubleQuoted() 90/87690/1
2020-02-13 Robert VargaOptimize ArgumentContext parsing 89/87689/1
2020-02-13 Robert VargaRefactor ArgumentContextUtils 88/87688/1
2020-02-12 Robert VargaEnable SpotBugs enforcement in yang-validation-tool 47/87647/1
2020-02-12 Robert VargaEnable test for invalid leafrefs 46/87646/1
2020-02-12 Robert VargaEnable SpotBugs enforcement in yang-data-impl 45/87645/1
2020-02-12 Robert VargaRemove StmtOrderingNamespace 44/87644/1
2020-02-12 Robert VargaDocument ModifiedNode.getValidatedNode() 42/87642/1
2020-02-12 Robert VargaFix StmtContext nullness confusion 37/87637/1
2020-02-12 Robert VargaEnable Bug6972Test 36/87636/1
2020-02-12 Robert VargaCleanup AugmentArgumentParsingTest 35/87635/1
2020-02-12 Robert VargaFix incorrect statement ordering in augment 34/87634/1
2020-02-12 Robert VargaRemove redundant interface 33/87633/1
2020-02-12 Robert VargaMake ChildSchemaNodeNamespace operate on StmtContext... 31/87631/2
2020-02-12 Robert VargaCheck for existence of slash before trimming 32/87632/1
2020-02-10 Robert VargaBump versions to 4.0.8-SNAPSHOT 40/87540/1
2020-02-10 Robert VargaRemove hashCode()/equals() from SchemaNode implementations 27/87527/2
2020-02-10 Robert VargaBump odlparent to 6.0.5 38/87538/2
2020-02-06 Robert VargaRefactor augment statement implementation 86/87486/5
2020-02-06 Robert VargaFix DataNodeContainerMixin.getChildNodes() 97/87497/1
2020-02-06 Robert VargaDo not use {Action,Notification}NodeContainerCompat... 94/87494/1
2020-02-06 Robert VargaRemove locking from TypedefEffectiveStatementImpl 90/87490/2
2020-02-06 Robert VargaRefactor typedef implementations 89/87489/2
2020-02-06 Robert VargaRefactor Feature statement implementations 88/87488/2
2020-02-06 Robert VargaRefactor identity statement implementations 87/87487/2
2020-02-06 Robert VargaRefactor grouping statement implementations 85/87485/1
2020-02-06 Robert VargaCleanup getQName() mixin interplay 84/87484/1
2020-02-06 Robert VargaRefactor notification statement implementation 83/87483/1
2020-02-06 Robert VargaRefactor rpc/action statements 81/87481/1
2020-02-06 Robert VargaRefactor anyxml/anydata 80/87480/1
2020-02-06 Robert VargaAdd BaseStringStatementSupport.parseArgument() 76/87476/4
2020-02-06 Robert VargaMigrate choice statement implementations 75/87475/3
2020-02-06 Robert VargaFix Status encoding 74/87474/3
2020-02-06 Robert VargaMigrate case statement 73/87473/3
2020-02-06 Robert VargaFixup input/output statements 72/87472/2
2020-02-06 Robert VargaMigrate input/output statements 71/87471/2
2020-02-06 Robert VargaAdd DefaultWithDataTree.WithSubstatements 70/87470/2
2020-02-06 Robert VargaRelease statement source upon Effective Model completion 66/87466/1
2020-02-04 Robert VargaAdd CopyPolicy.REJECT 04/87404/2
next