Remove maven site configuration
[mdsal.git] / binding /
2018-07-03 Robert VargaRemove maven site configuration 70/73670/4
2018-06-29 Robert VargaRefactor GeneratorJavaFile 95/73495/10
2018-06-29 Stephen KittBump to yangtools 2.0.7 51/73451/8
2018-06-28 Robert VargaGenerate code for action statements 78/72678/24
2018-06-28 Robert VargaOverride xtend-maven-plugin dependencies 71/73571/1
2018-06-27 Robert VargaEnforce patterns in supertype constructors 29/73129/5
2018-06-27 Robert VargaCentralize code generation a bit more 97/73497/2
2018-06-27 Robert VargaUse String.replace(char, char) instead of splitting 94/73494/1
2018-06-27 Robert VargaConstify Types.listTypeFor(BaseYangTypes.STRING_TYPE) 15/73415/7
2018-06-27 Robert VargaHide parameterized Types constants 14/73414/7
2018-06-27 Robert VargaLower BindingTypes constant visibility 13/73413/7
2018-06-27 Robert VargaFix case-related augment test 69/73469/2
2018-06-26 Stephen KittBump odlparent to 3.1.2 14/72514/3
2018-06-26 Robert VargaAdd Action and RpcOutput interfaces 58/73158/10
2018-06-26 Robert VargaCleanup AbstractForwardedDataBroker 03/73403/4
2018-06-26 Robert VargaFix root choice targeting 82/72382/27
2018-06-26 Robert VargaAllow base type to be passed down 11/73211/7
2018-06-26 Robert VargaParameterizedTypeImpl should not allow nulls 39/73239/6
2018-06-26 Michael Vorburgerinclude YANG module QName in "Schema for %s is not... 52/73352/3
2018-06-25 Tom PantelisAdd binding blueprint XML 77/73377/5
2018-06-25 Robert VargaAdd DOM/Binding AdapterFactory 07/73407/2
2018-06-25 Robert VargaAdd DynamicBindingAdapter 98/73398/8
2018-06-25 Robert VargaRemove unneeded AutoCloseable interfaces 99/73399/1
2018-06-25 Robert VargaMap RpcProviderService and a BindingService 97/73397/1
2018-06-25 Robert VargaSimplify BindingMountPointAdapter 96/73396/1
2018-06-21 Robert VargaTighten childOf type 66/73166/3
2018-06-21 Robert VargaTeach mdsal-binding-dom-codec about cases 56/72456/16
2018-06-21 Michael Vorburgerminor Checkstyle compliance issues in BindingRuntimeContext 16/73316/3
2018-06-19 Robert VargaValidate augmentation binding class 61/72961/6
2018-06-18 Robert VargaShare RpcResult Type 57/73157/1
2018-06-18 Robert VargaShare Class Type 56/73156/1
2018-06-18 Robert VargaShare Object Type 55/73155/1
2018-06-18 Robert VargaShare Serializable Type 54/73154/1
2018-06-18 Robert VargaMake identifiable/identifier Types more safe 53/73153/1
2018-06-18 Tom PantelisAdvertise ClassLoadingStrategy service 09/73009/2
2018-06-12 Robert VargaChange nested type enumeration tracking 95/69495/25
2018-06-12 Robert VargaMake BindingToNormalizedNodeCodec non-final 79/72879/3
2018-06-12 Robert VargaAdd a few toString() methods 86/72886/1
2018-06-08 Robert VargaReference java.lang.Override through importedName 70/72770/2
2018-06-07 Robert VargaPopulate enumeration conflicting names 48/72748/3
2018-06-05 Robert VargaRPC input/output are always present 83/72683/3
2018-06-05 Robert VargaSpeed up TypedefResolver.getAllTypedefs() 82/72682/2
2018-06-05 Robert VargaOptimize findInputOutput() 81/72681/2
2018-06-05 Robert VargaBump yangtools to 2.0.5 57/72357/5
2018-06-03 Robert VargaRename Augmentable.getAugmentation() to augmentation() 39/71239/13
2018-06-03 Robert VargaRename Identifiable.getKey() to key() 34/71234/13
2018-05-30 Robert VargaRevert "Do not generate GhoiceIn" 66/72366/12
2018-05-30 Robert VargaTeach InstanceIdentifier about case-based addressing 11/72211/22
2018-05-30 Robert VargaAdd more information to BindingReflections 05/72405/4
2018-05-30 Robert VargaUse new ClassLoaderUtils methods 04/72404/4
2018-05-30 Robert VargaDeprecate InstanceIdentifier.(Identifiable)Item constru... 05/72305/12
2018-05-30 Robert VargaLoosen leader method visibility 81/72381/4
2018-05-29 Robert VargaRemove InstanceIdentifier.builder(InstanceIdentifier) 65/72365/10
2018-05-29 Robert VargaRemove InstanceIdentifierBuilder.toInstance() 03/72303/14
2018-05-29 Tom PantelisDefault AsyncWriteTransaction#submit() 72/72172/4
2018-05-28 Robert VargaImprove InstanceIdentifier documentation 04/72304/8
2018-05-28 Robert VargaFix BindingReflections with no revisions 79/72379/1
2018-05-28 Robert VargaFix codegen of root choices 77/72377/1
2018-05-28 Robert VargaFix YangModuleInfoTemplate 75/72375/2
2018-05-26 Robert VargaDo not generate GhoiceIn 31/72331/1
2018-05-25 Robert VargaUse java.util.Objects.requireNonNull in InstanceIdentifier 02/72302/2
2018-05-25 Robert VargaAdd ChoiceIn marker interface 09/72209/5
2018-05-24 Robert VargaImprove QNAME field definition 36/71836/8
2018-05-23 Robert VargaCleanup unchecked casts in InstanceIdentifier 08/72208/1
2018-05-23 Robert VargaMake RPC implementations return ListenableFuture 62/69362/38
2018-05-23 Robert VargaAlways generate RPC input/output 55/69355/41
2018-05-22 Stephen KittAdd @Nullable annotations on getters 99/69399/13
2018-05-10 Robert VargaDocument JavassistUtils thread safety 65/71865/5
2018-05-10 Robert VargaRemove JavassistUtils.get() 64/71864/4
2018-05-09 Michael Vorburgeradd additional (debug) logging to AbstractStreamWriterG... 49/71849/4
2018-05-09 Michael Vorburgermake AbstractStreamWriterGenerator loadSerializerFor... 52/71852/4
2018-05-09 Robert VargaRemove JavassistUtils.createClass() 63/71863/3
2018-05-09 Robert VargaRemove JavassistUtils.method utils 62/71862/3
2018-05-09 Robert VargaRemove JavassistUtils.{method,staticMethod} 61/71861/3
2018-05-09 Robert VargaCleanup JavassistUtils 60/71860/2
2018-05-09 Robert VargaCleanup AbstractStreamWriterGenerator 59/71859/2
2018-05-09 Michael Vorburgerfix minor typo in DataContainer 50/71850/2
2018-05-08 Michael Vorburgerremove un-used getChildSizeFromSchema() in StreamWriter... 51/71851/1
2018-05-07 Robert VargaCleanup mdsal-binding-java-api-generator compilation... 39/71839/1
2018-05-07 Robert VargaCleanup YangModuleInfoTemplate 35/71835/1
2018-05-02 Robert VargaUse QName's imported name for QNAME constant 33/71233/3
2018-05-02 Robert VargaCleanup EnumTemplate and UnionTemplate 10/70110/17
2018-04-28 Robert VargaRework Java import tracking 09/70109/23
2018-04-21 Robert VargaRevert "Add NoZone support" 20/71120/3
2018-04-19 Jie HanBinding codec v1 - fix get codec for typedef of empty... 93/62393/17
2018-04-17 Robert VargaAdd NoZone support 69/70769/7
2018-04-12 Robert VargaUse QName.withModule() 71/69371/11
2018-04-12 Stephen KittBump to odlparent 3.1.0 and yangtools 2.0.3 85/69885/7
2018-04-10 Robert VargaFix derived types missing pattern restrictions 29/70729/2
2018-03-30 Robert VargaMap identities to interfaces, not abstract classes 12/69212/39
2018-03-30 Robert VargaRework YangModuleInfo 51/69751/8
2018-03-27 Robert VargaAdd Types.primitiveVoidType() 46/70146/1
2018-03-27 Robert VargaMove getRestrictions() into BaseTemplate 08/70108/2
2018-03-22 Robert VargaImprove EnumerationCodec 51/69351/29
2018-03-22 Robert VargaRemove use of CheckedFuture in ModuleInfoBackedContext 50/69750/4
2018-03-22 Robert VargaRevert "Fix add imports of nested classes" 63/69863/2
2018-03-21 Robert VargaRevert "Rework inlined union generation" 69/69769/1
2018-03-21 Robert VargaRevert "Fixup test for MDSAL-320" 68/69768/1
2018-03-20 Robert VargaReintroduce BindingRuntimeContext.getEnumMapping(String) 98/69698/1
2018-03-20 Peter NosalChange transformation from DOMRpcResult to RpcResult 77/69677/3
next