Build: #273 failed Changes by chicoreus

Stages & jobs

  1. Default Stage

  2. Dependencies

  3. FP-Akka

Code commits

fp-curationservices

  • chicoreus

    chicoreus 4640

    ISSUE:   PURPOSE: Bug fixes to FP-KurationServices: COLServiceTest was failing, GNI service endpoint had changed. DESCRIPTION:  Changed the resolver URI in GNI supporting service.  Added a method to invoke GNI supporting service and obtain best match from any data source.  Changed the existing method to lookup names in GNI to take a list of one or more data sources and get just the best match from any of those.  Changed the method that assembles a list of GNI data sources (adding some additional authoritative sources) to assemble a list and make one call to GNI requesting just the best match instead of making a separate call for each source.  Fixed an error in SciNameService parent that was causing unable to curate status values to be overwritten by unable to validate.  All tests are now passing.

    • /trunk/FP-Tools/FP-CurationServices/src/main/java/org/filteredpush/kuration/services/sciname/GNISupportingService.java (version 4640)
    • /trunk/FP-Tools/FP-CurationServices/src/main/java/org/filteredpush/kuration/services/sciname/SciNameServiceParent.java (version 4640)
    • /trunk/FP-Tools/FP-CurationServices/src/main/resources/log4j.properties (version 4640)
    • /trunk/FP-Tools/FP-CurationServices/src/test/java/org/filteredpush/kuration/services/test/COLServiceTest.java (version 4640)