oracle / nosql-java-sdk

SDK for Java for the Oracle NoSQL Database
https://www.oracle.com/database/nosql/
Universal Permissive License v1.0
24 stars 24 forks source link

Added logic to manage versions of proxy, kvclient, and kvserver. #14

Closed connelly38 closed 2 years ago

connelly38 commented 2 years ago

Added logic to manage versions of proxy, kvclient, and kvserver based on envrionment or properties settings. Used for testing, to skip tests that may not run properly against older versions. No changes to public APIs.

Version checks in various tests are done with the minimum of client and server kv versions. The proxy version is not checked. All three values are available to tests if needed.