Bump datastore version
[yangtools.git] / java / org / opendaylight / controller / cluster / datastore /
2019-06-08 Robert VargaBump datastore version
2019-06-08 Robert VargaAdd QNameModule coding
2019-06-07 Robert VargaRemove use of thread-local input
2019-06-05 Robert VargaTake advantage of AugmentationIdentifier.create()
2019-06-04 Robert VargaDo not use NodeIdentifierWithPredicates constructors
2019-06-04 Robert VargaOptimize readQNameSet()
2019-06-04 Robert VargaRemove use of thread-local output
2019-06-04 Robert VargaMove byte-based serialization method
2019-05-29 Robert VargaOptimize NodeIdentifier reading
2019-05-29 Robert VargaAdd support for coded QNames/AugmentationIdentifiers
2019-05-29 Robert VargaSeparate lazy-versioned NormalizedNodeDataInput
2019-05-29 Robert VargaDo not format QNames to string on input
2019-05-29 Robert VargaUpdate QNameFactory caching
2019-05-14 Robert VargaCentralize read{Augmentation,Node}Identifier() methods
2019-04-16 Robert VargaBump yangtools to 3.0.0
2019-04-16 Robert VargaBump odlparent to 5.0.0
2019-03-28 Robert VargaAdd ReusableNormalizedNodePruner
2019-03-28 Robert VargaMove checkNotSealed() to addBuilder()
2019-03-28 Robert VargaRemove NormalizedNodePruner.findSchemaNodeForNodePath()
2019-03-28 Robert VargaDo not use Optional in NormalizedNodeWrapper
2019-03-28 Robert VargaHide NormalizedNodeBuilderWrapper
2019-03-27 Robert VargaRemove NormalizedNodePruner.SimpleStack
2019-03-27 Robert VargaClean up NormalizedNodePruner
2019-03-15 Robert VargaUse a simple list for string code table
2019-03-15 Robert VargaImprove NormalizedNodeInputStreamReader defensiveness
2019-02-12 Robert VargaReduce JSR305 proliferation
2018-12-01 Robert VargaImprove NormalizedNodeInputStreamReader
2018-11-25 Robert VargaUse pre-sized ImmutableLists for yang-data-api
2018-07-30 Michael Vorburgersimplify a statement in NormalizedNodeInputStreamReader
2018-07-25 Stephen KittRemove unused exceptions
2018-01-22 Tom PantelisHandle empty type in NormalizedNode streaming
2018-01-11 Robert VargaAdjust to yangtools-2.0.0 changes
2017-10-14 David SuarezFix some sonar/checkstyle issues
2017-09-01 HeYunBoBug 9008: Fix the error of the persisted journal data...
2017-06-06 Tom PantelisRemove deprecated NormalizedNodeInputStreamReader ctor
2017-05-16 Robert VargaLower debugging in sal-clustering-commons
2017-04-26 Robert VargaLower AbstractNormalizedNodeDataOutput debugs to trace
2017-02-10 Lorand JakabCheckstyle: fix ParenPad violations
2017-01-23 Robert VargaBUG-7594: Expand NormalizedNodeData{Input,Output} to...
2016-10-27 Tom PantelisRemove legacy NormalizedNode serialization classes
2016-10-27 Tom PantelisMove SerializationUtils to sal-clustering-commons
2016-10-25 Tom PantelisFix FindBugs warnings in sal-clustering-commons
2016-10-21 Tom PantelisFix CS warnings in sal-clustering-commons and enable...
2016-10-11 Tom PantelisBug 6910: Fix anyxml node streaming
2016-09-23 Stephen KittMechanical code cleanup (sal-clustering-commons)
2016-06-22 Robert VargaBUG-5280: move AbstractDataTreeModificationCursor
2016-05-09 Robert VargaMake potentially-static methods static
2016-04-29 Tom PantelisMove ClusterAdminRpcService to its own bundle
2016-03-16 Tom PantelisBug 5485: Improve DataTreeModification pruning on recovery
2016-02-18 Robert VargaHide NormalizedNodeOutputStreamWriter
2016-02-18 Robert VargaRemove InputStream constructors
2016-02-17 Robert VargaNormalizedNodeDataOutput should be AutoCloseable
2016-02-17 Robert VargaRemove implements NormalizedNodeStreamWriter declaration
2016-02-17 Robert VargaRemove NormalizedNodeStreamReader
2016-02-15 Robert VargaFix raw type warnings
2016-01-27 Tom PantelisBug 5109: Handle stand alone leaf nodes in CDS streaming
2016-01-12 Robert VargaBug 2062 - StreamWriter APIs loses information about...
2015-12-10 Robert VargaBUG-4626: create AbstractNormalizedNodeDataOutput
2015-12-10 Robert VargaBUG-4626: Introduce NormalizedNodeData{Input,Output}
2015-12-10 Robert VargaBUG-4626: Split out stream token types
2015-12-07 Peter KajsaBug 3874: Support of yang modeled AnyXML
2015-12-07 Robert VargaClean NormalizedNodeSerializer up
2015-12-05 Robert VargaDeprecate NormalizedNodeInputStreamReader(InputStream)
2015-11-27 Robert VargaAutomatic addition of final keywords
2015-11-11 Moiz RajaBUG 4589 : Handle writing and reading large strings
2015-10-26 Robert VargaMake private methods static
2015-08-09 Thanh HaFix license header violations in sal-clustering-commons
2015-06-12 Moiz RajaBUG 2970 : Recovery fails with SchemaValidationExceptio...
2015-06-08 Robert VargaTake advantage of YangInstanceIdentifier methods
2015-05-29 Moiz RajaBUG 2970 : Create a PruningDataTreeModification
2015-05-27 Moiz RajaBUG 2970 : Create a utility class which can prune a...
2015-05-20 Tom PantelisFix CDS serialization failures due to YangInstanceIdent...
2015-05-19 Harman SinghBug 3258 : Changed the order of condition for OrderedMa...
2015-04-22 Robert VargaClustering: Expose PathArgument writer
2015-04-21 Robert VargaSimplify instantiation of NormalizedNodeInputStreamReader
2015-04-10 Tom PantelisBug 2948: Add getLastSequenceNumber method to DataPersi...
2015-04-08 Robert VargaAdd generic arguments
2015-03-31 Robert VargaBUG-2673: make CDS implement DOMDataTreeChangeListener
2015-03-10 Maros MarsalekMigrate users of AnyXml node to DOMSource
2015-02-10 Moiz RajaMerge "Add signature marker and version to NormalizedNo...
2015-02-04 Tom PantelisMerge "BUG 2667 : Handle null value type"
2015-02-03 Moiz RajaBUG 2667 : Handle null value type
2015-02-02 tpantelisAdd signature marker and version to NormalizedNode...
2015-02-01 tpantelisBug 2268: Use streaming for Modification payload
2015-01-28 Robert VargaNormalizedNodeOutputStreamWriter should forward flush()
2015-01-28 Robert VargaCleanup PathArgumentTypes
2015-01-28 Robert VargaNodeTypes is a utility class
2015-01-22 Robert VargaOptimize ValueSerializer
2015-01-27 Robert VargaOptimize ValueType class lookups
2015-01-27 Robert VargaOptimize AugmentationIdentifierGenerator.getPathArguments()
2015-01-27 Robert VargaOptimize PathUtils.toString()
2015-01-26 Robert VargaOptimize PathUtils.toYangInstanceIdentifier()
2015-01-26 Robert VargaMake sure QNameFactory cache is constant
2015-01-26 Moiz RajaMerge "Bug 2265: Use new NormalizedNode streaming in...
2015-01-21 tpantelisMore unit test code coverage for NormalizedNodeStreamRe...
2015-01-18 tpantelisBug 2327: Handle binary data in NormalizedNode streaming
2014-11-17 tpantelisBug 2267: Reuse leaf and leaf set entry builders in...
2014-11-19 Robert VargaFix raw references to Iterator
2014-11-12 Moiz RajaBUG 2353 : Handle binary, bits and instanceidentifier...
2014-11-10 Tony TkacikMerge "Fix raw use of Gauge"
next