Fix missing location in error reports
[yangtools.git] / yang / yang-data-codec-xml / src / main / java / org / opendaylight / yangtools / yang / data /
2021-02-10 Robert VargaFix missing location in error reports 18/95118/1
2020-10-08 Robert VargaExpose SchemaNodeIdentifier-based XML access 89/92989/3
2020-10-06 Robert VargaPush FIXMEs out 08/92908/1
2020-10-05 Robert VargaSplit out input/output schema nodes 95/92895/9
2020-10-03 Robert VargaPropagate EffectiveModelContext to more places 83/92883/5
2020-09-08 Robert VargaMass-migrate to use EffectiveModelContext 17/92417/2
2020-06-09 Jamo LuhrsenAllow list elements to be interleaved 75/90175/9
2020-06-05 Robert VargaAdd MultipleEntryDataWithSchema interface 01/90301/1
2020-06-04 Robert VargaCheck unions for instance-identifier types 52/90252/2
2020-06-04 Robert VargaCheck unions for identityref types 50/90250/4
2020-06-04 Robert VargaIssue a warning when we encounter a non-QName identityref 51/90251/5
2020-06-04 Robert VargaSeparate out correct QName-bearing serialization method 49/90249/3
2020-06-04 Robert VargaImprove error message in UnionXmlCodec 48/90248/2
2020-06-04 Robert VargaPropagate type to XMLStreamWriterUtils 47/90247/3
2020-04-23 Robert VargaMountPointContext needs to expose EffectiveModelContext 17/89317/4
2020-03-27 Robert VargaDo not use SchemaNode.getPath() in assertions 52/88752/2
2020-01-16 Robert VargaRefactor yang-model-api child traversal return types 77/86877/21
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-09-30 Robert VargaAllow startAnyxmlNode() to handle differing object... 07/84807/6
2019-09-30 Robert VargaRename NormalizedMetadataStreamWriter to StreamWriterMe... 05/84805/1
2019-09-30 Robert VargaIntegrate AnydataExtension 96/84096/3
2019-09-27 Robert VargaRename Any{Data,Xml}SchemaNode to Any{data,xml}SchemaNode 87/84787/1
2019-07-17 Robert VargaRefactor MountPoint-related definitions 65/83065/11
2019-07-16 Robert VargaSpecial-case schema-mount nodes 58/83058/3
2019-07-16 Robert VargaMove YangLibraryConstants 56/83056/5
2019-07-15 Robert VargaAdd XML support for parsing schema-mount data 48/82748/41
2019-06-11 Robert VargaRecognize AnyDataSchemaNode 83/82483/2
2019-06-07 Robert VargaEmit end of anyxml data 50/82450/3
2019-06-07 PeterSunaFix DOMSourceAnydata normalization 54/82354/9
2019-06-07 Robert VargaEnd anydata element 48/82448/5
2019-06-07 Robert VargaFlush element when streaming NormalizedAnydata 47/82447/2
2019-06-07 Robert VargaRemove dead code from StreamWriterFacade 46/82446/1
2019-05-30 PeterSunaCreate unit test for anydata. 82/82282/10
2019-05-30 Robert VargaDocument and fix DOMSourceAnydata streaming 21/82321/2
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 input 66/82166/23
2019-05-21 Robert VargaAdd support for opaque anydata XML output 57/82157/22
2019-05-21 Robert VargaTighten XmlParserStream.setValue() 84/82184/2
2019-05-21 Robert VargaCache translated XML attributes 83/82183/3
2019-04-09 Robert VargaUse XMLStreamException for reporting parsing errors 95/81495/3
2019-04-08 Robert VargaMove NormalizedMetadata#LEGACY_ATTRIBUTE_NAMESPACE 38/81438/1
2019-04-06 Robert VargaFix AnyXmlNode root element namespace/attribute forwarding 17/81417/3
2019-04-04 Robert VargaSwitch NodeDataWithSchema to use NormalizedMetadataStre... 61/81361/17
2019-04-04 Robert VargaSwitch XML value encoding 64/81364/2
2019-04-03 Robert VargaDefine legacy unprefixed XML attribute namespace 62/81362/5
2019-03-27 Robert VargaUpdate NormalizedNodeStreamWriter 19/81219/1
2019-03-26 Robert VargaRemove XMLStreamNormalizedNodeStreamWriter.toString() 89/81189/2
2019-03-25 Robert VargaRemove @NotThreadSafe annotations 38/81138/2
2019-03-22 Robert VargaRemove @ThreadSafe annotation from AbstractCodecFactory 03/81103/2
2019-03-04 Robert VargaRework NormalizedNodeStreamWriter 62/80662/16
2019-02-25 Robert VargaRefactor ListEntryNodeDataWithSchema 92/80592/3
2019-02-25 Robert VargaRemove javax.xml.parsers.ParserConfigurationException 71/80571/2
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-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-07 Robert VargaRemove JSR305 annotations from yang-data-codec-xml 67/79267/1
2018-12-14 Robert VargaMass migrate fields to use Immutable collections 06/78806/2
2018-12-09 Jakub MorvayPreserve attributes when parsing AnyXml from XML 66/78466/5
2018-11-22 Robert VargaRefactor XMLStreamWriterUtils 63/78063/3
2018-09-05 Robert VargaConsider namespace in namesakes 53/75753/2
2018-07-13 Michal CmaradaYANGTOOLS-890 - Fix XML parser bug 33/73933/4
2018-07-10 Robert VargaReduce sonar code smells 78/73878/1
2018-05-04 Robert VargaSpeed up XMLStreamNormalizedNodeStreamWriter.toString() 95/71795/1
2018-03-05 Robert VargaValidate parsed QName to identity 43/68543/4
2018-02-23 Robert VargaCorrect error message 38/68538/1
2017-11-20 Robert VargaYANGTOOLS-813: add parent schemapath to error report 16/65716/3
2017-11-13 Robert VargaSplit out OpenDaylight yang-ext metamodel 46/65446/9
2017-11-10 Robert VargaRefactor TypedSchemaNode 09/65409/6
2017-11-06 Robert VargaEliminate (Unsigned)IntegerTypeDefinition 86/65086/8
2017-11-03 Robert VargaRemove XmlParserStream.create(NormalizedNodeStreamWrite... 35/65035/5
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-08-09 Igor FoltinBug 8940: Fix XML parsing of anyxml nodes 21/61421/1
2017-07-29 Igor FoltinAdd XmlParserStream.traverse(DOMSource) 64/60864/5
2017-07-25 Igor FoltinBug 8803: check for null return NamespaceContext.getNam... 36/60736/4
2017-07-18 Igor FoltinBug 8745: Add support for parsing attributes to the... 18/60018/9
2017-07-18 Igor FoltinBug 8715: Add strictParsing switch to the new XML parser 67/59167/11
2017-07-18 Igor FoltinBug 8675: Fix a design flaw of the new XML parser 36/59036/12
2017-06-12 Robert VargaFix checkstyle offences found by newer plugin 61/58761/1
2017-06-06 Robert VargaEnforce checkstyle on yang-data-codec-xml 39/58339/2
2017-05-23 Robert VargaFix attribute namespace lookup 87/57587/6
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 VargaBUG-7983: make XmlCodecFactory a subclass of AbstractCo... 65/53865/4
2017-03-17 Robert VargaUse TypedSchemaNode 21/53321/4
next