Use dataverse client lib updated to support 5.14 #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DD-1417 Update For Dataverse v5.14
Description of changes
Use dataverse client lib updated to support 5.14
Note that for testing the version is set directly to the SNAPSHOT, but that should become the 'real' version and placed in the 'parent' pom and then here, that new parent pom should be used.
How to test
To build this you first need to build the client lib from the related PR DANS-KNAW/dans-dataverse-client-lib#44
The copy the jars, of both this service and the client lib to the server.
On the dev box the client lib has to be placed here:
/opt/dans.knaw.nl/dd-vault-metadata/lib/dans-dataverse-client-lib-0.20.1-SNAPSHOT.jar
And the service binary here:
/opt/dans.knaw.nl/dd-vault-metadata/bin/dd-vault-metadata-1.1.1-SNAPSHOT.jar
There is a link that must be changed to this new jar:
Permissions have to be changed with
sudo chmod 744
. And you have to restart the service withsudo systemctl restart dd-vault-metadata
.Watch the log with:
Related PRs
(Add links)
Notify
@DANS-KNAW/dataversedans