Difference between revisions of "Patch 3 4 0 4 Final"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "=={{GVESB}} patch 3.4.0.4 Final== *Commons/DTE #Added JSONUtils utility class in order to manage JSON<->XML conversions #The new converter perform better than that implemented i...")
 
Line 4: Line 4:
 
#Added JSONUtils utility class in order to manage JSON<->XML conversions
 
#Added JSONUtils utility class in order to manage JSON<->XML conversions
 
#The new converter perform better than that implemented in JSON library and:
 
#The new converter perform better than that implemented in JSON library and:
#:enable the JSON2XML transformer to specify a list of JSON property names to be set as element attributes in output XML
+
##enable the JSON2XML transformer to specify a list of JSON property names to be set as element attributes in output XML
#:enable the XML2JSON transformer to specify a list of XML element names to be forcefully set as JSONArray in output JSON
+
##enable the XML2JSON transformer to specify a list of XML element names to be forcefully set as JSONArray in output JSON
 
#Improved conversion of ISO8601 date-time in DateUtils
 
#Improved conversion of ISO8601 date-time in DateUtils
 
#Improved encrypt/decrypt of configuration parameters
 
#Improved encrypt/decrypt of configuration parameters

Revision as of 10:20, 30 December 2014

GreenVulcano® ESB patch 3.4.0.4 Final

  • Commons/DTE
  1. Added JSONUtils utility class in order to manage JSON<->XML conversions
  2. The new converter perform better than that implemented in JSON library and:
    1. enable the JSON2XML transformer to specify a list of JSON property names to be set as element attributes in output XML
    2. enable the XML2JSON transformer to specify a list of XML element names to be forcefully set as JSONArray in output JSON
  3. Improved conversion of ISO8601 date-time in DateUtils
  4. Improved encrypt/decrypt of configuration parameters
  • Adapter HTTP Inbound
  1. Improved request text payload recognition in Adapter HTTP Inbound
  2. Added HTTP_QUERY property to request GVBuffer
  3. Improved customization of status messages in response header for HTTP Adapter Inbound (added a property in gvstart script)
  • JMS Listener
  1. Improved Dump of JMS's MapMessage
  2. Added an utility class (JMSMessageToXML, to be used in ODP) to convert a JMS's message to XML document