Eryk Kulikowski
Eryk Kulikowski
I have updated the documentation and the examples. However, I have also corrected the pre-installed licenses list in documentation by removing CC BY as `V5.9.0.1__7440-configurable-license-list.sql` does not insert it and...
@pdurbin I have reverted the removal of the CC BY references in the documentation.
I have added the requested changes. The integration test that stopped working does not run by default for me locally. I will try to figure it out how to run...
I have followed the guide and the readme file. However, I am not able to run the tests. I am getting errors on all integration tests: `java.lang.NoClassDefFoundError: Could not initialize...
I have figured out the integration test (my problem was with different JDKs on my machine and picking up the wrong one). I think I know what the problem was...
@pdurbin Some extra explanation about the location of the javascript and how it is used at KU Leuven: We have a reverse proxy that manages relative paths. `/covoc/` points to...
There was a problem with my flyway script. I have fixed it and got the integration test to run and pass.
OK. I will try to fix the jenkins build (I cannot see the output, I assume it fails because of the not null column without default value) by dropping the...
@kcondon I still had a problem with preparation script as the column generated by eclipse-link was not the same as the one added by the flyway script (making this column...
OK, thanks!