Add XMLInputFactory to UntrustedXML
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / spi /
2017-05-18 Igor FoltinBug 8307: Add the option for activating deviation state... 52/56452/5
2017-04-14 Peter KajsaBug 7050 - Document parser-impl package structure 40/54840/8
2017-04-14 Peter KajsaBug 7038 - Rework 'type decimal64' lookup 24/54524/7
2017-04-07 Peter KajsaBug 8126 - Some augments are not being processed 65/54365/5
2017-03-27 Peter KajsaBug 6183 - Shorthand case should create case node in... 39/53139/11
2017-03-06 Robert VargaBUG-7424: introduce a putIfAbsent storage operation 62/52762/2
2017-03-03 Igor FoltinBug 6856: Rpc definition should implicitly define input... 04/48704/22
2017-02-27 Peter KajsaBug 6886 - [Yang 1.1] Update rules for handling of... 26/51926/5
2017-02-23 Igor FoltinBug 6885: [Yang 1.1] Disallow "when" and "if-feature... 85/50785/13
2017-02-23 Peter KajsaBug 7480 - yang-system-test: -p directories are for... 18/51018/13
2017-02-13 Igor FoltinBug 6877: [Yang 1.1] Allow multiple base identities 72/49772/10
2017-02-13 Igor FoltinBug 6261: Introduce resolution of deviation statement... 08/51008/9
2017-01-24 Peter KajsaBug 6868: If-feature argument may be boolean expression 14/49714/8
2017-01-10 Robert VargaBUG-5222: Optimize SubstatementValidator 16/49816/8
2017-01-04 Robert VargaBUG-5222: Optimize use of declared substatements 15/49815/4
2017-01-04 Robert VargaRemove StatementIdentifier 12/49812/3
2017-01-04 Robert VargaMove StatementContextBase.getStorageNodeType() 11/49811/3
2017-01-04 Robert VargaTurn Prerequisite into a FunctionInterface 00/49800/4
2017-01-04 Robert VargaEliminate superfluous onFullDefinitionDeclared overrides 98/49798/4
2017-01-04 Robert VargaDocumented StatementSupport's SourceException throwing 96/49796/4
2017-01-04 Robert VargaAdd ModelActionBuilder javadocs 01/49801/4
2016-12-26 Robert VargaExpand StatementSupport documentation 02/49802/3
2016-12-26 Robert VargaAdd StatementFactory javadocs 92/49792/2
2016-12-17 Peter KajsaBug 6870: [Yang 1.1] Support for new "modifier" statement 58/49158/12
2016-12-17 Igor FoltinBug 6897: [Yang 1.1] Allow notifications to be tied... 26/48926/18
2016-12-17 Peter KajsaBug 6897: Adding getSubstatementValidator() method... 62/49462/4
2016-12-14 Alexis de TalhouëtBug 6867: Rename of Rfc6020Mapping to YangStmtMapping 54/48854/14
2016-12-14 Peter KajsaBug 6867: Extend yang statement parser to support diffe... 68/48368/28
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-11-22 Robert VargaAddress trivial eclipse warnings 01/48501/3
2016-11-18 Robert VargaBUG-5717: add unique child identifier 41/48241/11
2016-11-11 Robert VargaBUG-5717: eliminate StmtContext.substatements() 05/48205/8
2016-11-04 Robert VargaBUG-7038: update StatementWriter.startElement() 54/47754/7
2016-10-27 Robert VargaBUG-7051: move nasmespace declarations 06/47706/1
2016-10-26 Robert VargaBUG-6522: streamline QNameToStatementDefinitionMap API 67/47567/5
2016-10-26 Robert VargaBUG-6964: reuse StatementDefinitionNamespace 64/47464/10
2016-10-26 Robert VargaBUG-6522: intern cached QNames 51/47551/5
2016-10-26 Robert VargaOptimize toString() methods 25/47525/2
2016-10-25 Robert VargaBUG-6972: enforce statement state when copying 17/47417/6
2016-10-25 Robert VargaBUG-6522: grow StatementContext collections lazily 25/47325/14
2016-10-25 Peter KajsaBug 6669: Mandatory nodes cannot be added to node from... 82/45382/15
2016-10-24 Robert VargaBUG-6522: create a specialized CopyHistory object 48/47348/9
2016-10-21 Robert VargaBUG-6522: Adjust collection sizes 16/47316/3
2016-10-21 Robert VargaBUG-6964: define a namespace to hold model-defined... 03/47203/6
2016-10-19 Robert VargaReuse cardinality constants 45/47045/6
2016-09-22 Peter KajsaBug 6551: Support for third-party Yang extensions imple... 26/45226/7
2016-09-05 Robert VargaFix a bunch of warnings 48/45148/1
2016-08-09 Robert VargaUse lambdas instead of StmtContextUtils.build{Declared... 62/42862/7
2016-08-08 Igor FoltinBug 6244: Add context to exceptions thrown by yang... 13/43113/2
2016-07-24 Robert VargaKill trailing whitespace 07/42407/2
2016-07-11 Peter KajsaBug 6158: Optimization of if-feaures resolution during... 71/41471/7
2016-07-07 Filip GregorBug 5884: Augmenting a choice without a case results... 58/40158/13
2016-06-08 Robert VargaRemove unused imports 12/39712/12
2016-06-03 Peter KajsaBug 4662: Introduce a SemanticVersion concept - import... 77/36877/28
2016-06-03 Robert VargaScripted update of if statements 93/39793/2
2016-05-24 Peter KajsaBug 5200: Yang parser doesn't fill error-app-tag and... 32/38432/13
2016-05-23 Igor FoltinBug 4506: Honor if-feature during SchemaContext assembly 08/38108/12
2016-05-16 Peter KajsaBug 4662: Introduce a SemanticVersion concept - pre... 72/36872/16
2016-05-03 Michael VorburgerFixed Eclipse specific compilation error related to... 89/38289/2
2016-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/2
2016-03-07 Stephen KittRemove redundant modifiers 82/35882/2
2016-01-28 Peter KajsaBug 5059: Do not fail when 'refine' targets an extension. 31/33631/2
2016-01-19 Robert VargaIntroduce formatting methods for SourceException 11/32111/14
2016-01-16 Igor FoltinBug 4540: Yang parser exceptions should follow consiste... 78/31078/16
2016-01-09 Peter KajsaBug 3874: Support of yang modeled AnyXML - XML deserial... 38/29738/15
2016-01-04 Robert VargaExceptions should have serialVersionUid 84/32084/2
2015-12-17 Filip.GregorBug 4646: Parser accepts invalid models 02/30202/13
2015-12-01 Peter KajsaBug 4656 - Yang parser does not determine configuration... 93/30193/7
2015-11-27 Peter KajsaBug 4456 - StackOverflowError on recursive extension... 00/28300/20
2015-11-16 Martin CiglanBug 2496: Implement parser support for parsing YIN... 09/23409/26
2015-11-09 Robert VargaInstantiate a QName cache 51/29451/2
2015-11-04 Robert VargaStore key arguments in an ImmutableSet 79/29179/2
2015-11-02 Robert VargaBUG-4556: Introduce StmtContext.getSchemaPath() 71/29071/6
2015-10-15 Robert VargaIntroduce TypeDefinitionAware 78/28478/2
2015-10-06 Tony TkacikSpeed-up look up of namespace listeners. 68/27968/1
2015-10-03 Tony TkacikRevert "Revert "Updated SchemaNodeIdentifier namespace... 71/27871/2
2015-10-03 Robert VargaExpose LIST_KEY_SPLITTER 56/27856/2
2015-10-03 Robert VargaAdd @SafeVargs 55/27855/2
2015-10-02 Tony TkacikRevert "Updated SchemaNodeIdentifier namespace handling." 50/27850/1
2015-10-02 Tony TkacikUpdated SchemaNodeIdentifier namespace handling. 57/27757/8
2015-10-02 Robert VargaBUG-4400: make sure we retain input ordering 32/27832/1
2015-10-02 Robert VargaUse explicit ImmutableList instead of FluentIterable 35/27735/3
2015-09-30 Tony TkacikIntroduced ChildSchemaNodes namespace to parser 85/27685/2
2015-09-29 Peter KajsaBug 3670: Replaced YANG parser for new statement parser 26/25526/9
2015-09-28 Robert VargaDo not instantiate a temporary list 27/27527/1
2015-09-27 Robert VargaFix a few sonar warnings 99/27499/1
2015-09-16 Robert VargaFix sonar warnings is yang-parser-impl 70/27070/2
2015-08-31 Peter KajsaBug 3670 (part 3/5): Use of new statement parser in... 24/25524/3
2015-08-31 Peter KajsaBug 3670 (part 1/5): Use of new statement parser in... 20/25520/3
2015-08-06 Thanh HaFix license header violations in yang-parser-impl 35/24835/1
2015-08-03 Peter KajsaBug 2366 - Effective statments impl merge, retest ... 85/20885/98
2015-06-16 Robert VargaSonar: remove unused modifiers 23/22723/1
2015-06-12 Robert VargaFix sonar warnings 28/22028/3
2015-05-07 Debalina GhoshElimitating redundant modifiers 34/19734/2
2015-04-30 Robert VargaMerge "Fixed sonar issues in ClassLoaderUtils."
2015-04-30 Tony TkacikMerge "Add hooking into NormalizedNodeParsers."
2015-04-30 Tony TkacikMerge "Bug 2983 - Throws ResultAlreadySet instead of...
2015-04-29 Peter KajsaBug 2366 - Effective statement implementation 13/19013/7
2015-04-24 Robert VargaMerge "Bug 3051: Fixed pattern checks in generated...
2015-04-23 Tony TkacikMerge "Bug 2363, Bug 2205. Beta version of LeafRefConte...
next