mdsal.git
2019-06-12 Robert VargaBump yangtools to 3.0.2 95/82495/1
2019-06-01 Robert VargaBump versions to 4.0.3-SNAPSHOT 55/82355/2
2019-05-31 Robert VargaUse cached AugmentationIdentifiers in BindingRuntimeContext 52/82352/2
2019-05-31 Robert VargaImprove getResolvedAugmentationSchema() 51/82351/1
2019-05-31 Robert VargaDo not use NodeIdentifierWithPredicates constructors 50/82350/1
2019-05-31 Robert VargaBump yangtools to 3.0.1 48/82348/1
2019-05-29 Robert VargaAllow using ImmutableLists when returning binding objects 84/81884/7
2019-05-28 Robert VargaAdd binding support for anydata nodes 39/82239/5
2019-05-28 Robert VargaBump yangtools to 3.0.1-SNAPSHOT 57/82257/2
2019-05-24 Robert VargaAdd a simplified SimpleDOMActionResult constructor 36/82236/1
2019-05-15 Robert VargaGroupingDefinitionDependencySort needs to consider... 86/82086/2
2019-05-15 Robert VargaDo not issue immediate build when looking up grouping 83/82083/1
2019-05-11 Robert VargaFix two typos 99/81999/1
2019-05-10 Robert VargaTake advantage of AbstractAugmentable 51/81851/18
2019-05-10 Robert VargaBump version for 4.0.2-SNAPSHOT 77/81977/1
2019-05-07 Robert VargaAllow SnapshotBackedReadTransaction customization 43/81943/6
2019-05-07 Robert VargaExclude byte-buddy from features 42/81942/1
2019-05-07 Robert VargaDo not compare NormalizedNodes in CodecDataObject 30/81930/3
2019-05-07 Robert VargaMake sure mdsal-eos-dom-simple activates 32/81932/2
2019-05-06 Robert VargaRevert "Check registration being closed" 07/81907/2
2019-05-06 Robert VargaFix memory leak in BA mount service 98/81898/2
2019-05-05 Robert VargaAdd RFC8520 models 99/81899/1
2019-05-05 Robert VargaMove common bridging code 97/81897/1
2019-05-05 Robert VargaHide CodecDataObjectGenerator subclasses 95/81895/1
2019-05-02 Robert VargaBind CodecDataObject string instances 77/81877/2
2019-05-02 Robert VargaDo not inline NodeContextSuppliers 67/81867/4
2019-05-02 Robert VargaOptimize DataObjectCodecContext memory footprint 72/81872/1
2019-05-02 Robert VargaFix raw type warnings in CodecDataObjectBridge 71/81871/1
2019-05-01 Robert VargaDefend against nulls in ValueContext 61/81861/2
2019-05-01 Robert VargaIntroduce AbstractAugmentable 50/81850/5
2019-05-01 Robert VargaDo not use ClassToInstanceMap in AugmentableCodecDataObject 53/81853/2
2019-05-01 Robert VargaIgnore dependency-reduced-pom.xml 49/81849/2
2019-05-01 Robert VargaDo not retain java.lang.reflect.Method in ValueNodeCode... 29/81829/2
2019-04-30 Robert VargaCheck registration being closed 11/81811/2
2019-04-30 Robert VargaDo not use bound MethodHandle in DataObjectCodecContext 26/81826/2
2019-04-30 Robert VargaAdd support for EventInstantAware notifications 80/81580/11
2019-04-30 Robert VargaSwitch NormalizedNode->Binding codegen to ByteBuddy 78/81778/35
2019-04-29 Robert VargaTeach BindingNormalizedNodeCache to cache leaf type... 90/79990/32
2019-04-29 Robert VargaMark YangSchemaUtils for removal 91/81791/2
2019-04-29 Robert VargaRework DataObjectSerializer implementations 09/81709/20
2019-04-26 Robert VargaDrop a FIXME in DataContainerCodecPrototype 93/81793/3
2019-04-24 Robert VargaCache NodeContextSuppliers in CodecDataObject 15/81715/8
2019-04-24 Robert VargaOptimize CodecDataObject dispatch 08/81708/8
2019-04-24 Robert VargaSpeed up BindingReflections.getAugmentations() 28/81728/2
2019-04-24 Robert VargaGenerate DataObject codec implementation 54/81654/30
2019-04-24 Robert VargaExpand class customization capabilities 11/81711/5
2019-04-23 Robert VargaSpeed up DataContainerCodecPrototype.get() a bit 12/81712/4
2019-04-18 Robert VargaGenerate OpaqueObject implementation 53/81653/19
2019-04-18 Robert VargaAdd codec support for anyxml classes 43/81643/19
2019-04-18 Robert VargaAdd support for anyxml node code generation 89/81589/15
2019-04-18 Robert VargaAdd binding/dom codec class loader support 98/81698/5
2019-04-18 Robert VargaExtend AugmentableExtension to handle AugmentationHolder 83/81683/3
2019-04-17 Robert VargaMake LazySerializedDOMNotification a DOMEvent 79/81579/3
2019-04-17 Robert VargaOptimize source generation 47/81647/5
2019-04-14 Robert VargaDefine OpaqueData/OpaqueObject hashCode/equals 90/81590/7
2019-04-14 Robert VargaTag generated QNAME field with @NonNull 42/81642/3
2019-04-14 Robert VargaTag InstanceIdentifier methods with @Nullable/@NonNull 41/81641/3
2019-04-11 Robert VargaTag NotificationPublishService.REJECTED as non-null 78/81578/1
2019-04-11 Robert VargaBump version to 4.0.1-SNAPSHOT 77/81577/1
2019-04-11 Robert VargaSpecialize LeafNodeCodecContext for TypeObjects 71/81571/3
2019-04-11 Robert VargaSplit LeafNodeCodeContext and LeafSetNodeCodecContext 70/81570/1
2019-04-11 Robert VargaRename LeafNodeCodecContext to ValueNodeCodecContext 69/81569/1
2019-04-11 Robert VargaAllow BindingNormalizedNodeCachingCodec on any BindingO... 66/81566/1
2019-04-11 Robert VargaAdd BindingTypeObjectCodecTreeNode 58/81558/3
2019-04-11 Robert VargaSplit BindingNormalizedNodeCache 57/81557/2
2019-04-11 Robert VargaRework BindingCodecTreeNode 38/81538/8
2019-04-10 Robert VargaRemove unneeded suppressions 39/81539/2
2019-04-10 Robert VargaClean up tryToUseCacheElse() 37/81537/3
2019-04-10 Robert VargaDocument BindingCodec/Serializer/Deserializer 35/81535/3
2019-04-10 Robert VargaFix AbstractBaseType nullness handling 66/81466/5
2019-04-10 Robert VargaUpdate BindingMapping nullness handling 67/81467/5
2019-04-09 Jakub MorvayRefactor DOMMoutPointServiceImpl UT a little bit 23/81423/3
2019-04-09 Robert VargaRemove unneeded javadoc override 71/81471/2
2019-04-09 Robert VargaRe-enable generation of CheckReturnValue 68/81468/3
2019-04-09 Robert VargaReduce use of getDataChildByName() 65/81465/2
2019-04-09 Robert VargaFix ietf-type-util mis-bump 70/81470/1
2019-04-08 Robert VargaPush out API FIXMEs 45/81445/5
2019-04-08 Robert VargaMake WriteOperations.(put,merge) with boolean default... 44/81444/5
2019-04-08 Robert VargaHide ShardedDOMReadWriteTransactionAdapter 43/81443/4
2019-04-08 Robert VargaRemove DOMDataTreeReadWriteTransaction.close() 42/81442/4
2019-04-08 Robert VargaMake DOMDataTreeShardProducer#close() non-default 41/81441/4
2019-04-08 Robert VargaMake MethodSignature default-related methods required 40/81440/4
2019-04-08 Robert VargaBump yangtools to 3.0.0 08/80908/32
2019-04-08 Robert VargaBump odlparent to 5.0.0 07/80907/26
2019-04-08 Robert VargaIntegrate PingPongDataBroker into DataBroker contract 96/81396/7
2019-04-08 Michael VorburgerAdd AbstractDOMSchemaService and FixedDOMSchemaService 72/79972/13
2019-04-07 Jakub MorvayFix small formatting issue 22/81422/2
2019-04-07 Jakub MorvayDo not fail if invoking of listener fails 13/81413/5
2019-04-06 Jakub MorvayRemove deprecated leak method 14/81414/2
2019-03-27 Robert VargaAdd Opaque{Data,Object} interfaces 26/81226/2
2019-03-27 Robert VargaAdd yang-binding interfaces for annotations 25/81225/2
2019-03-27 Robert VargaAdd EventInstantAware interface 24/81224/1
2019-03-27 Robert VargaClarify DOMEvent and DOMNotification relationship 23/81223/1
2019-03-27 Robert VargaOffload null value checking to CodeHelpers 04/81204/3
2019-03-27 Robert VargaRemove unused imports 05/81205/2
2019-03-26 Robert VargaDeleting a non-existent node fails 03/81203/1
2019-03-26 Robert VargaRemove use of deprecated createCursor() method 96/81196/1
2019-03-26 Robert VargaBindingAdapterFactory should be Immutable 84/81184/2
2019-03-26 Robert VargaRemove @(Not)ThreadSafe annotation 83/81183/2
2019-03-25 Robert VargaDo not throw Exception 37/81137/1
next