Skip to content

Commit

Permalink
Release v8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WeAreFrank-BOT committed Oct 8, 2024
1 parent b42f869 commit bc17203
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
6 changes: 3 additions & 3 deletions core/src/main/resources/xml/xsd/FrankConfig-compatibility.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="8.0.3">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="8.0.4">
<xs:element name="Configuration" type="ConfigurationType" />
<xs:complexType name="ConfigurationType">
<xs:sequence>
Expand Down Expand Up @@ -3560,7 +3560,7 @@
has the file extension .cer,.crt or .pem.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="sAMLCertificateAlias" type="xs:string">
<xs:attribute name="samlCertificateAlias" type="xs:string">
<xs:annotation>
<xs:documentation>This is the certificate owned by the Merchant. Its public key is used by the Issuer to encrypt information.
The Merchant can then use the private key to decrypt that information. The SAML certificate must be in
Expand All @@ -3583,7 +3583,7 @@
<xs:attribute name="serviceLogsPattern" type="xs:string" />
<xs:attribute name="tls12Enabled" type="frankBoolean" />
<xs:attribute name="merchantReturnUrlSessionKey" type="xs:string" />
<xs:attribute name="configurationXML" type="xs:string">
<xs:attribute name="configurationXML" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Load configuration from XML. Attributes may overwrite this 'default'.</xs:documentation>
</xs:annotation>
Expand Down
12 changes: 5 additions & 7 deletions core/src/main/resources/xml/xsd/FrankConfig.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="8.0.3">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="8.0.4">
<xs:element name="Configuration">
<xs:annotation>
<xs:documentation>Container of Adapters that belong together.
Expand Down Expand Up @@ -3880,8 +3880,7 @@
</xs:element>
<xs:element name="IdinSender">
<xs:annotation>
<xs:documentation>Requires the net.bankid.merchant.library V1.2.9
Compile with Java 1.8+</xs:documentation>
<xs:documentation>Requires the net.bankid.merchant.library V1.2.9</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
Expand Down Expand Up @@ -6241,7 +6240,7 @@
has the file extension .cer,.crt or .pem.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="sAMLCertificateAlias" type="xs:string">
<xs:attribute name="samlCertificateAlias" type="xs:string">
<xs:annotation>
<xs:documentation>This is the certificate owned by the Merchant. Its public key is used by the Issuer to encrypt information.
The Merchant can then use the private key to decrypt that information. The SAML certificate must be in
Expand All @@ -6264,7 +6263,7 @@
<xs:attribute name="serviceLogsPattern" type="xs:string" />
<xs:attribute name="tls12Enabled" type="frankBoolean" />
<xs:attribute name="merchantReturnUrlSessionKey" type="xs:string" />
<xs:attribute name="configurationXML" type="xs:string">
<xs:attribute name="configurationXML" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Load configuration from XML. Attributes may overwrite this 'default'.</xs:documentation>
</xs:annotation>
Expand Down Expand Up @@ -8691,8 +8690,7 @@
</xs:element>
<xs:element name="IdinErrorSender">
<xs:annotation>
<xs:documentation>Requires the net.bankid.merchant.library V1.2.9
Compile with Java 1.8+</xs:documentation>
<xs:documentation>Requires the net.bankid.merchant.library V1.2.9</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>pom</packaging>

<properties>
<revision>8.0.4-SNAPSHOT</revision>
<revision>8.0.4</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -1249,7 +1249,7 @@
<url>https://github.com/frankframework/frankframework</url>
<connection>scm:git:https://github.com/frankframework/frankframework.git</connection>
<developerConnection>scm:git:https://github.com/frankframework/frankframework.git</developerConnection>
<tag>HEAD</tag>
<tag>v8.0.4</tag>
</scm>

<repositories>
Expand Down

0 comments on commit bc17203

Please sign in to comment.