Our upgrade to version 12.2.2 failed with the following error message:
[ERROR] DatabaseException: Unable to connect to the dependency-check database
[ERROR] caused by DatabaseException: Database schema does not match this version of dependency-check
[ERROR] caused by DatabaseException: Old database schema identified - please execute dependency-check without the no-update configuration to continue
Some digging revealed, that indeed the database schema has been changed in this version (47aa0c7). This is, however, not reflected in the CHANGELOG. Could you please add this change?
On another note, a schema change is a breaking change for us, because we have to rebuild the database. But I guess in this project this does not count as a breaking change, right?
Our upgrade to version 12.2.2 failed with the following error message:
Some digging revealed, that indeed the database schema has been changed in this version (47aa0c7). This is, however, not reflected in the CHANGELOG. Could you please add this change?
On another note, a schema change is a breaking change for us, because we have to rebuild the database. But I guess in this project this does not count as a breaking change, right?