Skip to content

Commit

Permalink
feat: Update F!F
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Nov 22, 2024
1 parent fdcc4f4 commit d7ec9b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# that should be the latest release but now it
# is the latest SNAPSHOT. Because of this confusion
# we do not put "latest" here.
FROM frankframework/frankframework:8.3.0
FROM frankframework/frankframework:9.0.0-20241114.042345

# TempFix TODO: Move this to the credentialprovider.properties
ENV credentialFactory.class=nl.nn.credentialprovider.PropertyFileCredentialFactory
Expand Down
2 changes: 1 addition & 1 deletion frank-runner.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ff.version=8.3.0
ff.version=9.0.0-20241114.042345
classloader.type=ScanningDirectoryClassLoader
debug=true
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ mijnzaaknotificaties.endpoint = /MijnZaakNotificaties/v1/

# Properties to be set via .env file.
organisation = ORGANISATION_EMPTY
administration = ADMINISTRATION_EMPTY
administration = ADMINISTRATION_EMPTY

application.security.console.authentication.type=NONE
application.security.testtool.authentication.type=NONE

0 comments on commit d7ec9b4

Please sign in to comment.