NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Users already working with 6.4.1 Remote Java API will need to update to 6.4.2 compatible client jars including: 
Manual Dependency Management
Updates
  • lexbig.jar 
  • LexEVSSecurity.jar
  • lexevsapi64-beans.jar
  • lexevsapi64-framework.jar
  • lexevsapi64-remote-core.jar


Maven Dependency Management

A LexEVS remote client project provides pom file based access to all supported client jars.   Users of the pom in this project: https://github.com/lexevs/LexEVS_Distributed_Client.git can update versions of LexEVS and LexEVS remote client jar sets to 6.4.2.FINAL and 6.4.2 respectively.

Code Block
    <properties>
        <forkMode>never</forkMode>
        <lexevs.version>6.4.2.FINAL</lexevs.version>
        <cagrid.version>1.3</cagrid.version>
        <lexevs.remote.version>6.4.1</lexevs.remote.version>
    </properties>


Code Block
        <dependency>
            <groupId>lexevs</groupId>
            <artifactId>lexevs-remote-client</artifactId>
            <version>6.4.1</version>
        </dependency>


End User REST / Data Service Migration

...

 

Support

LexEVS will be maintaining dual servers for a period of time to allow people to migrate from earlier versions to 6.4.2. The date of the sunsetting of older versions has not been set and will depend on user feedback.  If you have any concerns, questions or comments please contact us at:

 NCIThesaurus@mail.nih.gov 

Server-side changes

This code base has been confirmed to support recent CBIIT tech stack updates including:
  • CentOS 7
  • MySQL 5.6