Bug 3067: Improved error reporting in Binding Data Codec
[mdsal.git] / code-generator / binding-data-codec / src / main / java / org / opendaylight / yangtools / binding / data / codec / impl / SchemaRootCodecContext.java
2015-05-12 Tony TkacikBug 3067: Improved error reporting in Binding Data...
2015-03-31 Robert VargaMerge "Bug 2924: DataCodecTree expose (de)serialization...
2015-03-31 Tony TkacikBug 2924: DataCodecTree expose (de)serialization method...
2015-03-27 Robert VargaMerge "Bug 2906 - Added support of entering notificatio...
2015-03-27 Tony TkacikBug 2906 - Added support of entering notification by...
2015-03-18 Robert VargaMerge "Bug 2857: Tied pre-existing implementation to...
2015-03-18 Tony TkacikBug 2857: Tied pre-existing implementation to BindingCo...
2015-03-10 Robert VargaBUG-1513: introduce ChoiceSchemaNode
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 "Bug 2404: RPC and Notification support for Bindi...
2015-01-19 Tony TkacikBug 2404: RPC and Notification support for Binding...
2015-01-07 Tony TkacikMerge "BUG-1382: eliminate QName.getPrefix()"
2015-01-07 Tony TkacikMerge "Update xtend and embed it"
2015-01-07 Tony TkacikMerge "BUG-2159: ensure test survies Java 8"
2015-01-07 Tony TkacikMerge "Use predictable class order"
2015-01-07 Tony TkacikMerge "Add a failure message when compilation test...
2015-01-07 Tony TkacikMerge "Limit the references IdentityCodec retains"
2015-01-07 Tony TkacikMerge "Migrate ClassLoaderUtils user to new package"
2015-01-07 Tony TkacikMerge topic 'stable/helium'
2014-12-24 Robert VargaBUG-2350: optimize SchemaRootCodecContext.getYangIdenti...
2014-08-29 Robert VargaMerge "BUG-1433: augmentation field visibility changed...
2014-08-21 Tony TkacikMerge "Fix ordering fields in generated type builder"
2014-08-21 Lukas SedlakMerge "add new tests BindingTypesTest, BaseYangTypesTest"
2014-08-21 Robert VargaMerge "BUG-1382: eliminate QName.getPrefix() from Gener...
2014-08-20 Tony TkacikBug 1443: Fixed incorrect throw of IllegalArgumentExcep...
2014-08-10 Tony TkacikBug 1443: Implemented Lazy deserialization using dynami...
2014-08-07 Tony TkacikMerge "Fixed incorrect test location."
2014-08-07 Tony TkacikMerge "Bug 1372 - toString methods in generated classes"
2014-08-04 Tony TkacikBug 1439, Bug 1443 Binding Codec NormalizedNodeWriter...