BUG-865: deprecate SourceStreamAware
[yangtools.git] / yang / yang-model-util /
2016-01-04 Robert VargaBUG-865: deprecate internal implementation classes 21/32021/2
2016-01-04 Robert VargaUse QNameModule#intern() 96/31896/3
2016-01-04 Robert VargaMake BitImpl.unknownNodes final 20/32020/3
2015-12-01 Robert VargaBUG-4638: Convert to using new types 95/29695/44
2015-11-23 Robert VargaBUG-4638: introduce CompatUtils 87/30087/1
2015-11-21 Robert VargaBUG-4658: fix default value in BooleanType 42/30042/5
2015-11-20 Robert VargaBUG-4638: rework getBaseType() for derived types 31/29831/3
2015-11-20 Tony TkacikBug 4648: Fixed binary default value in old parser. 71/29971/1
2015-11-19 Robert VargaBUG-4638: rename LeafTypes to ConcreteTypes 74/29874/2
2015-11-19 Robert VargaBUG-4638: add more type checking methods 73/29873/2
2015-11-19 Robert VargaBUG-4638: Implement enum build validation 70/29870/3
2015-11-19 Robert VargaBUG-4638: implement bits validation 63/29863/4
2015-11-19 Robert VargaBUG-865: mark yang-model-util types as deprecated 24/29724/5
2015-11-19 Robert VargaBUG-4638: create a dedicated exception for range/length... 59/29759/10
2015-11-18 Robert VargaBUG-4638: add utility check methods for base types 92/29792/3
2015-11-18 Tony TkacikBug 4645: Fixed code-implied defaults. 49/29849/4
2015-11-16 Robert VargaBUG-4638: Implement length restrictions 56/28856/13
2015-11-16 Robert VargaBUG-4638: Split out Number comparator 85/28585/13
2015-11-16 Robert VargaBUG-4638: Emit a warning when units are redefined 21/29721/3
2015-11-16 Robert VargaBUG-4638: Introduce LeafTypeBuilders 17/29717/5
2015-11-16 Robert VargaBUG-4638: Fix BaseTypes and DerivedTypes 94/29694/11
2015-11-10 Robert VargaMake InMemorySchemaSourceCache expire items 81/29481/1
2015-10-20 Robert VargaAdd range validation and normalization 72/28572/3
2015-10-20 Robert VargaIntroduce UnresolvedNumber 54/28554/3
2015-10-19 Robert VargaUtil types: implement hashCode()/equals()/toString() 38/28538/4
2015-10-15 Robert VargaIntroduce model.util.type package 61/28261/7
2015-10-13 Robert VargaBUG-4322: Leafref should not have a default value 53/28253/2
2015-10-10 Robert VargaBUG-4407: Fix a typo in Decimal64 range tables 49/28249/3
2015-10-08 Robert VargaBUG-4407: Fix Decimal64 range enforcement 81/27881/4
2015-10-02 Robert VargaBUG-865: Deprecate ExtendedType 36/27836/2
2015-10-02 Robert VargaBaseTypes should reference into YangConstants 53/27753/5
2015-10-02 Robert VargaUse a pre-compiled pattern in SchemaContextUtil 36/27736/3
2015-09-29 Robert VargaFix sonar naming warnings 63/27563/2
2015-09-28 Robert VargaUse Objects.equals() in yang-model-util 09/27509/2
2015-09-27 Robert VargaUse Objects.hashCode() 00/27500/1
2015-09-16 Robert VargaBUG-865: Remove deprecated methods in yang.model.util 65/26965/3
2015-09-16 Robert VargaBUG-865: remove yang.model.util.repo 57/26957/3
2015-09-16 Robert VargaCleanup yang-model-util 36/26936/2
2015-09-16 Robert VargaClean Decimal64 up 35/26935/2
2015-09-07 Robert VargaOptimize SchemaContextUtil.findParentModule() 35/26535/2
2015-08-06 Thanh HaFix license header violations in yang-model-util 34/24834/1
2015-08-03 Peter KajsaBug 2366 - Effective statments impl merge, retest ... 85/20885/98
2015-06-29 Robert VargaFix some minor sonar warnings 48/23048/4
2015-06-16 Robert VargaSonar: remove unused modifiers 23/22723/1
2015-06-08 Jan HajnarBug 3325 - RPC returns 500. 74/21974/2
2015-06-05 Robert VargaBUG-3399: fix BaseYangTypes' range constraints 60/21960/2
2015-06-05 Robert VargaBaseTypes' QNameModule should be cached 29/21929/2
2015-04-30 Tony TkacikMerge "Bug 2983 - Throws ResultAlreadySet instead of...
2015-04-24 Robert VargaMerge "Bug 3051: Fixed pattern checks in generated...
2015-04-23 Tony TkacikBumped Yangtools by minor version. 06/18906/2
2015-04-13 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
2015-04-10 Tony TkacikMerge "BUG-2962: add DataTreeTip interface and implemen...
2015-04-10 Robert VargaMerge "Bug 2362: Added pattern validation for string...
2015-04-10 Robert VargaMerge "Extracted remaining codecs to protected classes."
2015-04-09 Tony TkacikMerge "Fix modifier ordering"
2015-04-09 Robert VargaFix modifier ordering 04/18004/1
2015-04-08 Tony TkacikMerge "BUG-2955: Fix error reporting for wrong YangInst...
2015-04-08 Tony TkacikMoved DerivedTypes to yang-model-util 56/17856/4
2015-04-07 Tony TkacikMerge "Bug 2909 - Gson codec lost correct type"
2015-04-01 Robert VargaBUG-869: remove unneeded null check 04/17504/4
2015-04-01 Robert VargaBUG-869: kill more sonar warnings 03/17503/4
2015-04-01 Robert VargaBUG-869: use curly braces 66/17366/4
2015-03-31 Robert VargaMerge "Bug 2924: DataCodecTree expose (de)serialization...
2015-03-30 Robert VargaBUG-869: constants should be static 63/17363/1
2015-03-30 Robert VargaBUG-869: remove empty statements 57/17357/1
2015-03-30 Tony TkacikMerge "BUG-2876: prune empty subtree modifications"
2015-03-30 Tony TkacikMerge "Bug 2366: Introducing support for statement...
2015-03-30 Tony TkacikMerge "Add DefaultDataTreeCandidate utility class"
2015-03-27 Robert VargaMerge "Bug 2906 - Added support of entering notificatio...
2015-03-26 Tony TkacikMerge "Bug 2894 - Yang Data Codec Gson: null pointer...
2015-03-26 Jan HajnarBug 2894 - Yang Data Codec Gson: null pointer exception... 05/17105/2
2015-03-22 Robert VargaMerge "Introduced skeletons of Contributor and User...
2015-03-21 Robert VargaMerge "Bug 2361: Added prototype implementation using...
2015-03-10 Robert VargaBUG-1513: introduce ChoiceSchemaNode 70/16270/7
2015-03-10 Tony TkacikMerge "BUG 2282 - JSON top level element without module...
2015-03-10 Tony TkacikMerge "Fix a generic warning"
2015-03-10 Robert VargaFix a generic warning 68/16268/1
2015-03-09 Robert VargaMerge "Bug 2766: Fixed parsing and serializing XPath...
2015-03-08 Tony TkacikBug 2766: Fixed parsing and serializing XPath Instance... 00/15900/8
2015-02-25 Tony TkacikMerge "Fix checkListKey not checking actual/expected...
2015-02-25 Tony TkacikMerge "Updated Json Stream Writer to use gson JsonWriter."
2015-02-16 Tony TkacikMerge "Update Objects->MoreObjects"
2015-02-16 Robert VargaUpdate Objects->MoreObjects 29/15329/3
2015-02-13 Robert VargaMerge "Bug 2512: Initial design of YANG statement meta...
2015-02-13 Tony TkacikMerge "BUG 2413 - tracking in yang grouping"
2015-02-13 Tony TkacikMerge "BUG 2307: Filtering proxy for Schema context...
2015-02-13 Marian DubaiBUG 2307: Filtering proxy for Schema context functionality 97/14597/9
2015-02-09 Tony TkacikRemoved unused dependency on yang-binding from yang... 61/15061/1
2015-02-04 Robert VargaMerge "Modified RpcResultBuilder classes to be Serializ...
2015-01-27 Robert VargaMerge "Bug 2561: Parser incorrectly allows usage of...
2015-01-27 Robert VargaMerge "Bug 865: Moved filesystem model cache related...
2015-01-26 Tony TkacikBug 865: Moved filesystem model cache related functionality 31/14431/2
2015-01-26 Tony TkacikMerge "Cleanup warning suppressions"
2015-01-23 Robert VargaCleanup warning suppressions 19/14419/2
2015-01-23 Tony TkacikMerge "Fixed incorrect serialization of multiple nested...
2015-01-23 Robert VargaMerge "Bug 2480: Union objects are generated incorrectl...
2015-01-22 Robert VargaMerge "Added getModifiedChild to DataTreeCandidateNode."
2015-01-22 Robert VargaMerge "Bug 2404: RPC and Notification support for Bindi...
2015-01-22 Tony TkacikMerge "Bug 1305: Review YangTools grammar"
2015-01-22 Tony TkacikBug 865: Deprecated Hydrogen Source Repository APIs 77/14377/2
next