yangtools.git
2019-03-20 Robert VargaRemove generics from YangNumberExpr 39/81039/3
2019-03-20 Robert VargaPropagate namespaceContext/mathSupport to FunctionSupport 38/81038/3
2019-03-20 Robert VargaMerge location step shorthand handling 37/81037/3
2019-03-20 Robert VargaUpdate yang-xpath-api design 36/81036/3
2019-03-20 Robert VargaAdd ModuleNameNamespaceContext 44/81044/1
2019-03-20 Robert VargaAdd YangNamespaceContext 42/81042/1
2019-03-20 Robert VargaEliminate unneeded YangLocationPath subclasses 35/81035/1
2019-03-20 Robert VargaCleanup LeafRefPath{Lexer,Parser} 34/81034/1
2019-03-20 Robert VargaAdd YangXPathAxis.asStep() methods without predicates 33/81033/1
2019-03-19 Robert VargaFixup xpath resolution 03/81003/1
2019-03-16 Robert VargaFix HTML5 javadoc compliance 40/80940/2
2019-03-16 Robert VargaRemove object cache declaration 39/80939/2
2019-03-16 Robert VargaAdd YANG Schema Mount parser support 38/80938/1
2019-03-16 Robert VargaUpdate .gitreview 17/80917/1
2019-03-10 Robert VargaHook if-feature statements onto FeatureNamespace 50/80750/1
2019-03-09 Robert VargaDefine IfFeature via a specialized class 45/80745/1
2019-03-09 Robert VargaMake sure we populate features 44/80744/1
2019-03-08 Robert VargaMake getIfFeaturePredicate() a default method 40/80740/1
2019-03-07 Robert VargaAdd YangInstanceIdentifier.createReverse(Deque) 10/80710/1
2019-03-05 Robert VargaAdd AnnotationSchemaNodeAware interface 84/80684/1
2019-03-04 Robert VargaUse ForwardingNormalizedNodeStreamWriter for QName... 73/80673/1
2019-03-04 Robert VargaFix ForwardingNormalizedNodeStreamWriter 68/80668/1
2019-03-01 Robert VargaMake NormalizedNodeStreamWriter extensible 57/80657/1
2019-02-28 Robert VargaAdd ExtensibleObject interface 49/80649/3
2019-02-28 Robert VargaFix YangParserImpl streaming use 51/80651/1
2019-02-26 Robert VargaRemove unneeded build-helper-plugin 95/80595/2
2019-02-20 Robert VargaAdd StatementMap.toString() 18/80418/1
2019-02-14 Robert VargaPrefer Immutable collections over Collections.emptyFoo() 40/80340/2
2019-02-14 Robert VargaFix ImmutableUnkeyedListNodeBuilder.valueEquals() 38/80338/2
2019-02-14 Robert VargaDefang immutables.org 39/80339/1
2019-02-13 Robert VargaRefactor checkTouchApplicable() 14/80314/1
2019-02-13 Robert VargaAdd ModificationPath.toString() 09/80309/1
2019-02-12 Robert VargaRemove checkApplicable() overrides 03/80303/1
2019-02-12 Robert VargaRemove DelegatingModificationApplyOperation 95/80295/1
2019-02-12 Robert VargaRemove AlwaysFailOperation 85/80285/1
2019-02-11 Robert VargaRemove unneeded Iterator.remove() overrides 64/80264/1
2019-02-11 Robert VargaCleanup yang-data-impl nullness annotations 59/80259/1
2019-02-11 Robert VargaSchemaAwareApplyOperation has getSchema() 55/80255/2
2019-02-11 Robert VargaCorrect mandatory leaf enforcement 56/80256/1
2019-02-05 Robert VargaRemove MapModificationStrategy hack 59/80159/1
2019-02-05 Robert VargaRework DataNodeContainerModificationStrategy child... 54/80154/3
2019-02-05 Robert VargaSquash value-based ModificationStrategies 53/80153/1
2019-02-05 Robert VargaSeparate out ModificationApplyOperation.verifyStructure() 49/80149/1
2019-02-05 Robert VargaMove NormalizedNode-based DataTreeCandidateNodes into API 44/80144/2
2019-02-04 Robert VargaSeparate out RootModificationApplyOperation 36/80136/1
2019-02-04 Robert VargaAdd utility wrappers for instantiating builders/nodes 30/80130/1
2019-01-30 Robert VargaEliminate no-op MandatoryLeafEnforcer 45/80045/1
2019-01-30 Robert VargaAdd Abstract{LeafSet,Map}ModificationStrategy 39/80039/2
2019-01-30 Robert VargaHide SchemaAwareApplyOperation.checkWriteApplicable() 41/80041/1
2019-01-30 Robert VargaIntroduce DelegatingModificationApplyOperation 30/80030/2
2019-01-30 Robert VargaCleanup AbstractValueNodeModificationStrategy 31/80031/1
2019-01-30 Robert VargaFix automatic lifecycle delete stacking 26/80026/1
2019-01-28 Robert VargaUpdate junit link 78/79978/1
2019-01-28 Robert VargaFix artifacts typo 04/79904/2
2019-01-28 Robert VargaOptimize IMDT tests 56/79956/1
2019-01-22 Robert VargaFix yangtools-docs 26/79826/1
2019-01-21 Robert VargaRework aggregate javadocs 70/79770/7
2019-01-20 Robert VargaRemove unneded artifacts entries 69/79769/1
2019-01-20 Robert VargaAllow {Json,Xml}ParserStream to handle actions 64/79764/2
2019-01-20 Robert VargaAllow JSON/XML writers to be instantiated with root... 65/79765/2
2019-01-19 Robert VargaBump version to 9-SNAPSHOT 59/79659/2
2019-01-18 Stephen KittBump to odlparent 4.0.9 58/79658/2
2019-01-18 Robert VargaRemove writeValue()'s IOException throws 55/79655/1
2019-01-18 Robert VargaClean up XMLStreamWriterUtils 87/79587/5
2019-01-18 Robert VargaDelay calling writeStartElement() 82/79582/7
2019-01-18 Robert VargaDeprecate XMLStreamNormalizedNodeStreamWriter.toString... 88/79588/4
2019-01-16 Robert VargaDo not write empty string in EmptyXmlCodec 83/79583/5
2019-01-16 Robert VargaRefactor implementations to hide XMLStreamWriter 81/79581/4
2019-01-16 Robert VargaRework anyxml encoding 24/79524/8
2019-01-16 Robert VargaRemove unused XMLStreamWriterUtils.writeAttribute(... 84/79584/1
2019-01-16 Robert VargaFix default namespace emission 46/79546/3
2019-01-15 Robert VargaImprove JAXP implementation compatibility 44/79544/2
2019-01-10 Robert VargaAdd javadoc.io badge 12/79412/1
2019-01-10 Robert VargaStart 2.1.8 release development 03/79403/1
2019-01-09 Stephen KittBump to odlparent 4.0.8 52/79352/1
2019-01-07 Robert VargaRemove JSR305 annotations from yang-data-codec-gson 66/79266/2
2019-01-07 Robert VargaRemove JSR305 annotations from yang-data-codec-xml 67/79267/1
2019-01-07 Robert VargaRemove JSR305 annotations from yang-data-util 65/79265/2
2019-01-07 Stephen KittAlign createQName @Nonnull declarations 61/79261/1
2019-01-02 Robert VargaRemove unneeded jaxb-api workarounds 36/79136/1
2019-01-01 Robert VargaAdd Codec/Deserializer/Serializer FIXMEs 95/79095/1
2019-01-01 Robert VargaMigrate parser to JDT annotations 04/76704/10
2018-12-30 Robert VargaAttach aggragate javadocs to aggragator 36/79036/3
2018-12-27 Robert VargaBump odlparent to 4.0.7 81/79081/4
2018-12-26 Robert VargaEnable spotbugs in yang-parser-reactor 16/76016/9
2018-12-26 Robert VargaShorten StatementMap$Regular.get(int) 54/79054/2
2018-12-26 Robert VargaFix StatementMap$RegularAsCollection's size 24/76024/6
2018-12-26 Robert VargaMass-migrate to Objects.requireNonNull() 40/79040/4
2018-12-25 Robert VargaSpeed up StatementContextVisitor.getValidStatementDefin... 42/79042/6
2018-12-25 Robert VargaFix noRev map efficiency 46/79046/3
2018-12-25 Robert VargaCleanup RFC6020_YIN_NAMESPACE usage 43/79043/5
2018-12-22 Robert VargaAdd a maven central badge 99/78999/1
2018-12-22 Robert VargaBump versions to .7-SNAPSHOT 90/78990/1
2018-12-22 Robert VargaUse odl-{antlr4,gson,stax2-api} 89/78989/3
2018-12-21 Robert VargaBump pt-triemap to 1.0.4 51/78951/3
2018-12-21 Robert VargaBump to odlparent 4.0.5 55/78955/2
2018-12-21 Robert VargaAdd karaf distribution 68/78968/2
2018-12-21 Robert VargaBump odlparent to 4.0.5-SNAPSHOT 67/78967/2
2018-12-21 Stephen KittBump to odlparent 4.0.4 05/78905/2
2018-12-20 Robert VargaIntern empty leaves 86/78886/1
next