Merge "BUG-869: minor changes to improve code readability in TypeDefinitionAwareCodec"
[yangtools.git] / common / util / src /
2014-08-31 Robert VargaMerge "BUG-869: minor changes to improve code readabili...
2014-08-29 Robert VargaMerge "BUG-576: fixed possible null pointer dereference...
2014-08-29 Robert VargaMerge "BUG-1433: augmentation field visibility changed...
2014-08-29 Tony TkacikMerge "Bug 1446: Add new concurrent classes for trackin...
2014-08-29 Robert VargaMerge "Fix to feature files to include ietf-yang-types...
2014-08-29 tpantelisBug 1446: Add new concurrent classes for tracking stats 37/9837/7
2014-08-26 Tony TkacikMerge "BUG-869: simplified if expressions as suggested...
2014-08-26 Martin VitezMerge "Fix for features - added missing dependency"
2014-08-26 Tony TkacikMerge ".equals() should check for null"
2014-08-25 Robert Varga.equals() should check for null 58/10258/1
2014-08-21 Tony TkacikMerge "Fix ordering fields in generated type builder"
2014-08-21 Tony TkacikMerge "Bug 1391 - New DataBroker unexpected behaviour"
2014-08-18 Robert VargaMerge "Enabled feature-test for features-yangtools."
2014-08-18 Robert VargaMerge "features-test to test that features load correctly."
2014-08-18 Martin VitezMerge "Fix MapAdaptor logging"
2014-08-11 Robert VargaFix MapAdaptor logging 41/9841/2
2014-08-08 Tony TkacikMerge "Bug 1372 - toString methods in generated classes"
2014-08-07 Tony TkacikMerge "BUG-1436: deprecate IntermediateMapping"
2014-08-07 Tony TkacikMerge "Fixed incorrect test location."
2014-08-07 Tony TkacikMerge "Fix AugmentationSchemaProxy.getDataChildByName()"
2014-08-07 Robert VargaMigrate test asserts 26/9626/4
2014-08-07 Tony TkacikMerge "Bug 1372 - toString methods in generated classes"
2014-08-04 Tony TkacikMerge "BUG-1275: teach NormalizedNode builders about...
2014-08-04 Martin VitezMerge "Bug 1475: Correctly handle case of typedef that...
2014-08-03 Tony TkacikMerge "BUG-1275: Expose XmlStreamUtils.writeValue()"
2014-08-03 Tony TkacikMerge "BUG-997: Evolve the SchemaRegistry concepts"
2014-08-03 Tony TkacikMerge "BUG-1469: introduce ReflectiveExceptionMapper"
2014-08-03 Tony TkacikMerge "BUG-1473: rename yang.model.util.InstanceIdentifier"
2014-08-03 Tony TkacikMerge "BUG-1460: make sure DCL works"
2014-08-03 Robert VargaBUG-1469: introduce ReflectiveExceptionMapper 09/9609/5
2014-08-03 Robert VargaMerge "Updated creation of Binding Spec Context to...
2014-08-03 Robert VargaMerge "Runtime Codec cleanup"
2014-08-01 Robert VargaMerge "Bug 1437, Bug 1438 NormalizedNode Stream Writer...
2014-08-01 Robert VargaMerge "Bug 1119 - Optimize generated range checks"
2014-08-01 Tony TkacikMerge "BUG-1305: fixed unknown nodes and issue with...
2014-08-01 Robert VargaMerge "Bug 1436: Introduced BindingStreamEventWriter...
2014-08-01 Robert VargaMerge "Bug 1430: New common/util concurrent classes"
2014-08-01 Tony TkacikMerge "BUG-997: introduce base SchemaRepository"
2014-08-01 Tony TkacikMerge "BUG-997: Rework URLSchemaContextResolver"
2014-08-01 Tony TkacikMerge "BUG-997: Introduce ASTSchemaSource"
2014-08-01 Robert VargaBUG-1460: make sure DCL works 67/9567/3
2014-08-01 Tony TkacikMerge "BUG-1402: removed hardcoded plugin version for...
2014-08-01 Tony TkacikMerge changes Ic9936326,I9b600761
2014-08-01 Tony TkacikMerge "BUG-865: Move Immutables"
2014-07-31 Tony TkacikMerge "Introduced CompositeNode <-> NormalizedNode...
2014-07-31 Tony TkacikMerge "Revert "Composite node <-> normalized node seria...
2014-07-31 Tony TkacikMerge "Composite node <-> normalized node serializer...
2014-07-30 Tony TkacikMerge "Bug 1354: Added rpcReplyToDomNodes method."
2014-07-30 Robert VargaBUG-865: move ClassLoaderUtils into util package 63/9463/2
2014-07-30 Robert VargaBUG-865: Move Immutables 64/9464/2
2014-07-30 Robert VargaBUG-865: prepare to move ListenerRegistry 65/9465/2
2014-07-30 Robert VargaOptimize binding types memory usage 49/9149/4
2014-07-29 Tony TkacikMerge "BUG-1413: fixed bug in antlr grammar."
2014-07-28 tpantelisBug 1430: New common/util concurrent classes 05/9305/15
2014-07-28 Tony TkacikMerge "Fix Ip{Address,Prefix}Builder performance"
2014-07-28 Tony TkacikMerge "BUG-1412: fixed bug in antlr grammar."
2014-07-28 Tony TkacikMerge "BUG-432: remove type argument from Registration"
2014-07-28 Tony TkacikMerge "Cache public view of children of AbstractImmutab...
2014-07-28 Tony TkacikMerge "Optimize AbstractDocumentedDataNodeContainer...
2014-07-28 Tony TkacikMerge "BUG-865: remove InstanceIdentifier.Builder.getId...
2014-07-28 Tony TkacikMerge "Rework data.api.InstanceIdentifier to work on...
2014-07-28 Martin VitezMerge changes I1a5340f1,I9bb2bdd9
2014-07-28 Robert VargaMerge "Bug 1392: New yang-common/util classes"
2014-07-28 Robert VargaMerge "Bug 1386: Added DeadlockDetectingListeningExecut...
2014-07-28 Thomas PantelisBug 1392: New yang-common/util classes 40/9240/5
2014-07-28 Thomas PantelisBug 1386: Added DeadlockDetectingListeningExecutorService 06/9206/5
2014-07-22 Tony TkacikMerge "BUG-979: reworked data schema nodes ordering"
2014-07-21 Martin VitezMerge "Bug 1329: Use original definition for searching...
2014-07-21 Tony TkacikMerge "BUG-865: removed use of deprecated code in yang...
2014-07-21 Tony TkacikMerge "BUG-865: removed use of deprecated schema path...
2014-07-21 Tony TkacikMerge "Tests for TreeNodeUtils"
2014-07-21 Tony TkacikMerge "BUG-865: prune deprecated constructors"
2014-07-21 Tony TkacikMerge "BUG-1281: switch serialization to use StAX APIs"
2014-07-21 Tony TkacikMerge changes Ibfbb4deb,I96e28324
2014-07-21 Tony TkacikMerge "BUG-1276: fixed generated union constructor"
2014-07-21 Tony TkacikMerge "BUG-532: implemented copy constructor for genera...
2014-07-21 Tony TkacikMerge "While the controller is starting up, we see...
2014-07-21 Tony TkacikMerge "Making javadoc actually get flagged as javadoc"
2014-07-12 Colin DixonMaking javadoc actually get flagged as javadoc 69/8969/1
2014-06-20 Tony TkacikMerge "Introduce HashCodeBuilder"
2014-06-19 Robert VargaIntroduce HashCodeBuilder 20/7820/3
2014-06-18 Tony TkacikMerge "Introduce Identifiables"
2014-06-07 Robert VargaIntroduce Identifiables 53/7753/4
2014-06-06 Tony TkacikMerge "BUG-584: added test-models to integration-test...
2014-06-06 Tony TkacikMerge "BUG-584: moved yangtools-it under integration...
2014-06-06 Tony TkacikMerge "Improved sorting of augmentations before code...
2014-06-05 Tony TkacikMerge "BUG 1130 STRING_DEFAULT_CODEC - deserialize...
2014-06-04 Robert VargaMerge "Bug 484: Fix XmlDocumentUtils.toDocument to...
2014-06-04 Robert VargaMerge "Checkstyle coding-style rules"
2014-06-03 Robert VargaMerge "Bug 1123 - Fixed incorrect augment target resolving"
2014-06-03 Robert VargaBUG-1120: add ExecutorServiceUtil 13/7613/3
2014-05-30 Tony TkacikMerge "Bug 1113 - ietf-restconf needs to specify the...
2014-05-29 Robert VargaMerge "Bug 731: Moved list initialization in UnionTypeB...
2014-05-28 Tony TkacikMerge "Fixed setting yang sources to modules."
2014-05-28 Robert VargaBUG-648: Create MapAdaptor and friends 31/7431/6