diff --git a/core/src/main/resources/xml/xsd/FrankConfig-compatibility.xsd b/core/src/main/resources/xml/xsd/FrankConfig-compatibility.xsd index be3287732ff..265517dfac0 100644 --- a/core/src/main/resources/xml/xsd/FrankConfig-compatibility.xsd +++ b/core/src/main/resources/xml/xsd/FrankConfig-compatibility.xsd @@ -1,5 +1,5 @@ - + @@ -1717,6 +1717,16 @@ setting proxy port + + + maximum concurrent connections towards S3 Default: 50 + + + + + name of the region that the client will be created from + + @@ -6251,7 +6261,7 @@ - Automatically generate and validate etags Default: <code>true</code> for repeatable responses + Automatically generate and validate etags Default: <code>false</code>, can be changed by setting the property <code>api.etag.enabled</code>. @@ -14002,9 +14012,11 @@ + - When true, and direction is json2xml, it wraps a root element around the converted message Default: true + When direction is JSON2XML, it wraps a root element around the converted message. + When direction is XML2JSON, it includes the name of the root element as a key in the converted message. Default: TRUE when JSON2XML and FALSE when XML2JSON @@ -16441,7 +16453,7 @@ - message to be send into the pipeline + message to be sent into the pipeline diff --git a/core/src/main/resources/xml/xsd/FrankConfig-strict.xsd b/core/src/main/resources/xml/xsd/FrankConfig-strict.xsd index 91642a3f9ec..c77c3de532b 100644 --- a/core/src/main/resources/xml/xsd/FrankConfig-strict.xsd +++ b/core/src/main/resources/xml/xsd/FrankConfig-strict.xsd @@ -1,5 +1,5 @@ - + Container of Adapters that belong together. @@ -2608,6 +2608,16 @@ setting proxy port + + + maximum concurrent connections towards S3 Default: 50 + + + + + name of the region that the client will be created from + + @@ -6658,7 +6668,7 @@ - Automatically generate and validate etags Default: <code>true</code> for repeatable responses + Automatically generate and validate etags Default: <code>false</code>, can be changed by setting the property <code>api.etag.enabled</code>. @@ -15204,7 +15214,8 @@ - When true, and direction is json2xml, it wraps a root element around the converted message Default: true + When direction is JSON2XML, it wraps a root element around the converted message. + When direction is XML2JSON, it includes the name of the root element as a key in the converted message. Default: TRUE when JSON2XML and FALSE when XML2JSON @@ -17080,7 +17091,7 @@ - message to be send into the pipeline + message to be sent into the pipeline diff --git a/pom.xml b/pom.xml index c6e26c3ea0f..4ac2e7350d5 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ pom - 7.8.2-SNAPSHOT + 7.8.2 UTF-8 2.20.0 3.5.7 @@ -814,7 +814,7 @@ https://github.com/ibissource/iaf scm:git:https://github.com/ibissource/iaf.git scm:git:https://github.com/ibissource/iaf.git - HEAD + v7.8.2