Difference between revisions of "Patch 3 4 0 4 Final"
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
*Commons/DTE | *Commons/DTE | ||
− | #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 [[JSON2XMLTransformation|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 ([[XML2JSONTransformation|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 | ||
Line 11: | Line 11: | ||
*Adapter HTTP Inbound | *Adapter HTTP Inbound | ||
#Improved request text payload recognition in Adapter HTTP Inbound | #Improved request text payload recognition in Adapter HTTP Inbound | ||
− | #Added HTTP_QUERY property to request GVBuffer | + | #Added HTTP_QUERY property to request GVBuffer ([[GVAdapterHttpConfiguration|see]]) |
#Improved customization of status messages in response header for HTTP Adapter Inbound (added a property in gvstart script) | #Improved customization of status messages in response header for HTTP Adapter Inbound (added a property in gvstart script) | ||
Latest revision as of 19:37, 28 October 2015
GreenVulcano® ESB 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 in JSON library and:
- Improved conversion of ISO8601 date-time in DateUtils
- Improved encrypt/decrypt of configuration parameters
- Adapter HTTP Inbound
- Improved request text payload recognition in Adapter HTTP Inbound
- Added HTTP_QUERY property to request GVBuffer (see)
- Improved customization of status messages in response header for HTTP Adapter Inbound (added a property in gvstart script)
- JMS Listener
- Improved Dump of JMS's MapMessage
- Added an utility class (JMSMessageToXML, to be used in ODP) to convert a JMS's message to XML document