Skip to content

Commit

Permalink
Release v7.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WeAreFrank-BOT committed Sep 27, 2023
1 parent 854c56b commit a512bd1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 10 deletions.
20 changes: 16 additions & 4 deletions core/src/main/resources/xml/xsd/FrankConfig-compatibility.xsd
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="7.8.1">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="7.8.2">
<xs:element name="Configuration" type="ConfigurationType" />
<xs:complexType name="ConfigurationType">
<xs:sequence>
Expand Down Expand Up @@ -1717,6 +1717,16 @@
<xs:documentation>setting proxy port</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="maxConnections" type="frankInt">
<xs:annotation>
<xs:documentation>maximum concurrent connections towards S3 Default: 50</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="serviceEndpoint" type="xs:string">
<xs:annotation>
<xs:documentation>name of the region that the client will be created from</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="AmazonS3SenderCumulativeAttributeGroup">
<xs:attributeGroup ref="AmazonS3SenderDeclaredAttributeGroup" />
Expand Down Expand Up @@ -6251,7 +6261,7 @@
</xs:attribute>
<xs:attribute name="updateEtag" type="frankBoolean">
<xs:annotation>
<xs:documentation>Automatically generate and validate etags Default: &lt;code&gt;true&lt;/code&gt; for repeatable responses</xs:documentation>
<xs:documentation>Automatically generate and validate etags Default: &lt;code&gt;false&lt;/code&gt;, can be changed by setting the property &lt;code&gt;api.etag.enabled&lt;/code&gt;.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="authenticationMethod">
Expand Down Expand Up @@ -14002,9 +14012,11 @@
<xs:union memberTypes="DirectionAttributeValuesType_6 variableRef" />
</xs:simpleType>
</xs:attribute>
<xs:attribute name="version" type="xs:string" />
<xs:attribute name="addXmlRootElement" type="frankBoolean">
<xs:annotation>
<xs:documentation>When true, and direction is json2xml, it wraps a root element around the converted message Default: true</xs:documentation>
<xs:documentation>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</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Expand Down Expand Up @@ -16441,7 +16453,7 @@
<xs:attribute name="receiverName" type="xs:string" />
<xs:attribute name="message" type="xs:string">
<xs:annotation>
<xs:documentation>message to be send into the pipeline</xs:documentation>
<xs:documentation>message to be sent into the pipeline</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Expand Down
19 changes: 15 additions & 4 deletions core/src/main/resources/xml/xsd/FrankConfig-strict.xsd
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="7.8.1">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="7.8.2">
<xs:element name="Configuration">
<xs:annotation>
<xs:documentation>Container of Adapters that belong together.
Expand Down Expand Up @@ -2608,6 +2608,16 @@
<xs:documentation>setting proxy port</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="maxConnections" type="frankInt">
<xs:annotation>
<xs:documentation>maximum concurrent connections towards S3 Default: 50</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="serviceEndpoint" type="xs:string">
<xs:annotation>
<xs:documentation>name of the region that the client will be created from</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="AmazonS3SenderCumulativeAttributeGroup">
<xs:attributeGroup ref="AmazonS3SenderDeclaredAttributeGroup" />
Expand Down Expand Up @@ -6658,7 +6668,7 @@
</xs:attribute>
<xs:attribute name="updateEtag" type="frankBoolean">
<xs:annotation>
<xs:documentation>Automatically generate and validate etags Default: &lt;code&gt;true&lt;/code&gt; for repeatable responses</xs:documentation>
<xs:documentation>Automatically generate and validate etags Default: &lt;code&gt;false&lt;/code&gt;, can be changed by setting the property &lt;code&gt;api.etag.enabled&lt;/code&gt;.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="authenticationMethod">
Expand Down Expand Up @@ -15204,7 +15214,8 @@
</xs:attribute>
<xs:attribute name="addXmlRootElement" type="frankBoolean">
<xs:annotation>
<xs:documentation>When true, and direction is json2xml, it wraps a root element around the converted message Default: true</xs:documentation>
<xs:documentation>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</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Expand Down Expand Up @@ -17080,7 +17091,7 @@
</xs:attribute>
<xs:attribute name="message" type="xs:string">
<xs:annotation>
<xs:documentation>message to be send into the pipeline</xs:documentation>
<xs:documentation>message to be sent into the pipeline</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
<packaging>pom</packaging>

<properties>
<revision>7.8.2-SNAPSHOT</revision>
<revision>7.8.2</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<log4j2.version>2.20.0</log4j2.version>
<cxf.version>3.5.7</cxf.version>
Expand Down Expand Up @@ -814,7 +814,7 @@
<url>https://github.com/ibissource/iaf</url>
<connection>scm:git:https://github.com/ibissource/iaf.git</connection>
<developerConnection>scm:git:https://github.com/ibissource/iaf.git</developerConnection>
<tag>HEAD</tag>
<tag>v7.8.2</tag>
</scm>

<profiles>
Expand Down

0 comments on commit a512bd1

Please sign in to comment.