Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from karenhanson/update-java-client
Browse files Browse the repository at this point in the history
Fix statusService NPE; update to latest java client and images
  • Loading branch information
jrmartino authored Nov 27, 2018
2 parents 3f7073e + 314ee7f commit 2f30c08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,15 @@ public class NihmsTransformLoadService {
public NihmsTransformLoadService() {
nihmsPassClient = new NihmsPassClientService();
pmidLookup = new PmidLookup();
statusService = new SubmissionStatusService();
completedPubsCache = CompletedPublicationsCache.getInstance();
}

/**
* Option to inject dependencies
* @param passClientService
* @param pmidLookup
* @param passClientService the NihmsPassClientService instance to use
* @param pmidLookup the PmidLookup instance to use
* @param statusService the SubmissionStatusService instance to use
*/
public NihmsTransformLoadService(NihmsPassClientService passClientService, PmidLookup pmidLookup,
SubmissionStatusService statusService) {
Expand Down
4 changes: 2 additions & 2 deletions nihms-etl-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<images>
<image>
<alias>fcrepo</alias>
<name>oapass/fcrepo:4.7.5-3.1-SNAPSHOT</name>
<name>oapass/fcrepo:4.7.5-3.2-5</name>
<run>
<hostname>fcrepo</hostname>
<namingStrategy>alias</namingStrategy>
Expand Down Expand Up @@ -102,7 +102,7 @@
</image>
<image>
<alias>indexer</alias>
<name>oapass/indexer:0.0.15-3.1-SNAPSHOT</name>
<name>oapass/indexer:0.0.17-3.2-SNAPSHOT</name>
<run>
<namingStrategy>alias</namingStrategy>
<env>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<org-json.version>20180130</org-json.version>
<commons-csv.version>1.5</commons-csv.version>
<slf4j.version>1.7.25</slf4j.version>
<pass-client.version>0.4.2</pass-client.version>
<pass-client.version>0.5.2</pass-client.version>
<logback.version>1.2.3</logback.version>
<selenium.version>3.11.0</selenium.version>
<args4j.version>2.33</args4j.version>
Expand Down

0 comments on commit 2f30c08

Please sign in to comment.