Timothé Mermet-Buffet
Timothé Mermet-Buffet
I had the same issue as you, and adding this solve the problem for me: ``` ognl ognl 3.1.12 ```
As a workaround, I use this simple sed command to remove the functions from the sql dump `sed '/CREATE FUNCTION/,/\$\$;/d' input.sql > output.sql`
@iNaiks I've created a docker image available on DockerHub https://hub.docker.com/r/aliengen/timeoff-management-application with changes that are not included in the current version available in this repository (see my PR https://github.com/timeoff-management/timeoff-management-application/pull/570)
1. As there might be different implementation of the authentication protocol, I would suggest a way to configure this as an advance part of the the authentication configuration. I understand...