Changes between Version 37 and Version 38 of WikiStart
- Timestamp:
- 03/04/09 12:00:49 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v37 v38 78 78 == Download == 79 79 80 Latest Version (2.2): 81 [http://delight.opendfki.de/repos/trunk/XmlRpcDelight/dist/XmlRpcDelight-2.2_14.05.2008.zip] 80 Latest Version: 2.2.1 81 [http://delight.opendfki.de/repos/trunk/XmlRpcDelight/dist/XmlRpcDelight-2.2.1_04.03.2009.zip] 82 83 '''Changes''' 84 85 - minor fixes (method typos), no new features 86 - added URL c'tor to XmlRpcConnection 87 - added FileConverter 88 89 Version 2.2: 82 90 83 91 '''Changes''' … … 85 93 - added new feature: unknown, xml-rpc unaware types without annotations are treated as !XmlRpcBeans 86 94 enable with: {{{XmlRpc.treatUnkownTypesAsBeans( true )}}} 87 88 95 - added support for types ''Float'' and ''float'' 89 90 96 - support for sets added 91 92 97 - new automatic null-value masking feature: {{{XmlRpc.useAutomaticNullMasking( true )}}} enables the feature [[BR]] 93 98 94 99 values for all standard XML-RPC types (except BASE64), arrays and ''Convertable'' parameters can now be null-values. !XmlRpcBeans can have null-valued properties. !ParameterConverters can handle null-values separately, but also can rely on the new masking feature. 95 96 100 - Note: this version is java 1.5 compliant 97 101 98 102 99 v 2.0: [http://delight.opendfki.de/repos/trunk/XmlRpcDelight/dist/XmlRpcDelight-2.0_22.05.2007.zip] 103 Version 2.0: 100 104 101 105 '''Changes''' 106 102 107 - Contains annotation not needed anymore 103 104 108 - Array support added (also supported: primitive type arrays) 105 106 109 - Nested parameters and return types for collections, maps and arrays possible 107 108 110 - 'null'-parameters can be used together with !ParameterConverters 109 110 111 - Better logging support 111 112