Skip to content

Commit

Permalink
build(dependencies): bump-f!f-version-to-8.3.0-20240910.042339 (#425)
Browse files Browse the repository at this point in the history
* build(dependencies): bump f!f version to 8.2.0-20240711.042331

* fix: replace restoreElementToMove with replacerPipe due to elementToMove not working on non-xml anymore

* build(dependencies): bump f!f version to 8.3.0-20240910.042339

---------

Co-authored-by: MLenterman <MLenterman@users.noreply.github.com>
Co-authored-by: MLenterman <marcellenterman@hotmail.com>
  • Loading branch information
3 people authored Sep 13, 2024
1 parent bbb1f0b commit 7ca3cb9
Show file tree
Hide file tree
Showing 10 changed files with 6,774 additions and 3,483 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Keep in sync with version in frank-runner.properties. Detailed instructions can be found in CONTRIBUTING.md.
# Check whether java-orig files have changed in F!F and update custom code (java and java-orig files) accordingly
ARG FF_VERSION=8.1.0-20240404.042328
ARG FF_VERSION=8.3.0-20240910.042339
FROM docker.io/frankframework/frankframework:${FF_VERSION} as ff-base

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / ci / docker-ci / build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker-release / publish

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

# Copy dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.java8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Keep in sync with version in frank-runner.properties. Detailed instructions can be found in CONTRIBUTING.md.
# Check whether java-orig files have changed in F!F and update custom code (java and java-orig files) accordingly
ARG FF_VERSION=8.1.0-20240404.042328
ARG FF_VERSION=8.3.0-20240910.042339

FROM docker.io/frankframework/frankframework:${FF_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.zaakbrug.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
build:
context: .
args:
FF_VERSION: ${FF_VERSION:-8.1.0-20240404.042328}
FF_VERSION: ${FF_VERSION:-8.3.0-20240910.042339}
image: wearefrank/zaakbrug:${ZAAKBRUG_VERSION:-latest}
container_name: zaakbrug.dev
environment:
Expand Down
2 changes: 1 addition & 1 deletion frank-runner.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
classloader.type=ScanningDirectoryClassLoader

# Keep in sync with version in Dockerfile. Detailed instructions can be found in CONTRIBUTING.md.
ff.version=8.1.0-20240404.042328
ff.version=8.3.0-20240910.042339
5,106 changes: 3,375 additions & 1,731 deletions src/main/FrankConfig.xsd

Large diffs are not rendered by default.

5,106 changes: 3,375 additions & 1,731 deletions src/main/configurations/FrankConfig.xsd

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
<ReplacerPipe
name="ReplaceBase64EncodedRefWithInhoudRef"
find="e3Nlc3Npb25LZXk6cmVmX2luaG91ZH0="
replace="{sessionKey:ref_inhoud}"
replace="?{ref_inhoud}"
>
<Forward name="success" path="SubstituteDocumentDataRef" />
</ReplacerPipe>

<EchoPipe
<ReplacerPipe
name="SubstituteDocumentDataRef"
restoreMovedElements="true"
>
<Forward name="success" path="PutZaakDocument"/>
</EchoPipe>
<Param name="ref_inhoud" sessionKey="ref_inhoud" />
<Forward name="success" path="PutZaakDocument" />
</ReplacerPipe>

<SenderPipe name="PutZaakDocument">
<HttpSender
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,17 @@
<ReplacerPipe
name="ReplaceBase64EncodedRefWithInhoudRef"
find="e3Nlc3Npb25LZXk6cmVmX2luaG91ZH0="
replace="{sessionKey:ref_inhoud}"
replace="?{ref_inhoud}"
>
<Forward name="success" path="SubstituteDocumentDataRef" />
</ReplacerPipe>

<EchoPipe
<ReplacerPipe
name="SubstituteDocumentDataRef"
restoreMovedElements="true"
>
<Param name="ref_inhoud" sessionKey="ref_inhoud" />
<Forward name="success" path="EXIT" />
</EchoPipe>
</ReplacerPipe>

<!-- ERRORS -->
<XsltPipe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,17 +254,17 @@
<ReplacerPipe
name="ReplaceBase64EncodedRefWithInhoudRef"
find="e3Nlc3Npb25LZXk6cmVmX2luaG91ZH0="
replace="{sessionKey:ref_inhoud}"
replace="?{ref_inhoud}"
>
<Forward name="success" path="SubstituteDocumentDataRef" />
</ReplacerPipe>

<EchoPipe
<ReplacerPipe
name="SubstituteDocumentDataRef"
restoreMovedElements="true"
>
<Param name="ref_inhoud" sessionKey="ref_inhoud" />
<Forward name="success" path="EXIT" />
</EchoPipe>
</ReplacerPipe>

<SoapWrapperPipe
name="WrapCheckOutZaakDocument_Di02Response"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,17 @@
<ReplacerPipe
name="ReplaceBase64EncodedRefWithInhoudRef"
find="e3Nlc3Npb25LZXk6cmVmX2luaG91ZH0="
replace="{sessionKey:ref_inhoud}"
replace="?{ref_inhoud}"
>
<Forward name="success" path="SubstituteDocumentDataRef" />
</ReplacerPipe>

<EchoPipe name="SubstituteDocumentDataRef" restoreMovedElements="true">
<Forward name="success" path="PostZgwEnkelvoudigInformatieObjectSender"/>
</EchoPipe>
<ReplacerPipe
name="SubstituteDocumentDataRef"
>
<Param name="ref_inhoud" sessionKey="ref_inhoud" />
<Forward name="success" path="PostZgwEnkelvoudigInformatieObjectSender" />
</ReplacerPipe>

<SenderPipe name="PostZgwEnkelvoudigInformatieObjectSender">
<HttpSender name="PostZgwEnkelvoudigInformatieObjectHttpSender"
Expand Down

0 comments on commit 7ca3cb9

Please sign in to comment.