Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FF_VERSION=9.3.0
ARG FF_VERSION=9.4.0-20251015.042338

FROM frankframework/frankframework:${FF_VERSION} AS ff-base

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.frank.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: .
pull: true
args:
FF_VERSION: ${FF_VERSION:-9.3.0}
FF_VERSION: ${FF_VERSION:-9.4.0-20251015.042338}
image: wearefrank/haalcentraal-connector:${VERSION:-latest}
environment:
configurations.directory.classLoaderType: ScanningDirectoryClassLoader
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.frank.stub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: .
pull: true
args:
FF_VERSION: ${FF_VERSION:-9.3.0}
FF_VERSION: ${FF_VERSION:-9.4.0-20251015.042338}
image: wearefrank/haalcentraal-connector:${VERSION:-latest}
environment:
# Stage configuration
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
build:
context: .
args:
FF_VERSION: ${FF_VERSION:-9.3.0}
FF_VERSION: ${FF_VERSION:-9.4.0-20251015.042338}
image: wearefrank/haalcentraal-connector:${VERSION:-latest}
ports:
- "${PORT:-8080}:8080"
Expand Down
2 changes: 1 addition & 1 deletion frank-runner.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ff.version=9.3.0
ff.version=9.4.0-20251015.042338
12 changes: 1 addition & 11 deletions src/main/FrankConfig.xsd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Public FrankDoc XSD, should be used within an IDE to validate a configuration. -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="9.3.0">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="9.4.0-20251015.042338">
<xs:element name="Configuration">
<xs:annotation>
<xs:documentation>Container of Adapters that belong together.
Expand Down Expand Up @@ -16420,11 +16420,6 @@
<xs:documentation>whether or not to write results to the logfile (testtool4&amp;lt;instance.name&amp;gt;) Default: false</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="writeToSystemOut" type="frankBoolean">
<xs:annotation>
<xs:documentation>whether or not to write results to system out Default: false</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="checkRoles" type="frankBoolean">
<xs:annotation>
<xs:documentation>Set this to &lt;code&gt;true&lt;/code&gt; if you wish to enforce the
Expand Down Expand Up @@ -16459,11 +16454,6 @@
<xs:documentation>Default: false</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="writeToSystemOut" type="frankBoolean">
<xs:annotation>
<xs:documentation>Default: false</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="execute" type="xs:string">
<xs:annotation>
<xs:documentation>The scenario sub directory to execute</xs:documentation>
Expand Down
12 changes: 1 addition & 11 deletions src/main/configurations/FrankConfig.xsd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Public FrankDoc XSD, should be used within an IDE to validate a configuration. -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="9.3.0">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="9.4.0-20251015.042338">
<xs:element name="Configuration">
<xs:annotation>
<xs:documentation>Container of Adapters that belong together.
Expand Down Expand Up @@ -16420,11 +16420,6 @@
<xs:documentation>whether or not to write results to the logfile (testtool4&amp;lt;instance.name&amp;gt;) Default: false</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="writeToSystemOut" type="frankBoolean">
<xs:annotation>
<xs:documentation>whether or not to write results to system out Default: false</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="checkRoles" type="frankBoolean">
<xs:annotation>
<xs:documentation>Set this to &lt;code&gt;true&lt;/code&gt; if you wish to enforce the
Expand Down Expand Up @@ -16459,11 +16454,6 @@
<xs:documentation>Default: false</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="writeToSystemOut" type="frankBoolean">
<xs:annotation>
<xs:documentation>Default: false</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="execute" type="xs:string">
<xs:annotation>
<xs:documentation>The scenario sub directory to execute</xs:documentation>
Expand Down
Loading