Changes between Version 37 and Version 38 of WikiStart


Ignore:
Timestamp:
03/04/09 12:00:49 (15 years ago)
Author:
lauer
Comment:

added new dist entry

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v37 v38  
    7878== Download == 
    7979 
    80 Latest Version (2.2):  
    81 [http://delight.opendfki.de/repos/trunk/XmlRpcDelight/dist/XmlRpcDelight-2.2_14.05.2008.zip] 
     80Latest 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 
     89Version 2.2:  
    8290 
    8391'''Changes''' 
     
    8593 - added new feature: unknown, xml-rpc unaware types without annotations are treated as !XmlRpcBeans 
    8694  enable with: {{{XmlRpc.treatUnkownTypesAsBeans( true )}}} 
    87  
    8895 - added support for types ''Float'' and ''float'' 
    89  
    9096 - support for sets added 
    91  
    9297 - new automatic null-value masking feature: {{{XmlRpc.useAutomaticNullMasking( true )}}} enables the feature [[BR]] 
    9398 
    9499   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  
    96100 - Note: this version is java 1.5 compliant 
    97101 
    98102 
    99 v 2.0: [http://delight.opendfki.de/repos/trunk/XmlRpcDelight/dist/XmlRpcDelight-2.0_22.05.2007.zip] 
     103Version 2.0:  
    100104 
    101105'''Changes''' 
     106 
    102107 - Contains annotation not needed anymore 
    103  
    104108 - Array support added (also supported: primitive type arrays) 
    105  
    106109 - Nested parameters and return types for collections, maps and arrays possible 
    107  
    108110 - 'null'-parameters can be used together with !ParameterConverters 
    109  
    110111 - Better logging support 
    111112