The README.md mentions any version higher than 5.7 is fine:
|
Keywhiz requires Java 11 and MySQL 5.7 or higher. |
But I don't think that's true as I tried building the Dockerfile with mysql 8 running, specifically 8.0.21, and it failed. I assumed it'd worked because I looked here:
|
<mysql.version>8.0.21</mysql.version> |
I think we need to investigate which mysql version is the maximum allowed for keywhiz.
Note: travis uses 5.7.30.
The README.md mentions any version higher than 5.7 is fine:
keywhiz/README.md
Line 15 in 5c5eb37
But I don't think that's true as I tried building the Dockerfile with mysql 8 running, specifically 8.0.21, and it failed. I assumed it'd worked because I looked here:
keywhiz/pom.xml
Line 49 in 5c5eb37
I think we need to investigate which mysql version is the maximum allowed for
keywhiz.Note: travis uses
5.7.30.