Skip to content

Commit

Permalink
fix: connection pool doesn't recover from closed connection
Browse files Browse the repository at this point in the history
  • Loading branch information
jacodg committed Sep 7, 2023
1 parent e2ebc89 commit 1250f3b
Show file tree
Hide file tree
Showing 6 changed files with 1,672 additions and 1,377 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM wearefrank/zaakbrug-base:5357284526
# Keep in sync with version in frank-runner.properties
# Check whether java-orig files have changed in F!F and update custom code (java and java-orig files) accordingly
FROM wearefrank/frank-framework:7.9-20230905.223421

# Copy dependencies
COPY --chown=tomcat lib/server/ /usr/local/tomcat/lib/
Expand Down
2 changes: 2 additions & 0 deletions frank-runner.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Keep in sync with version in Dockerfile
ff.version=7.9-20230905.223421
Loading

0 comments on commit 1250f3b

Please sign in to comment.