mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-07 13:38:26 +00:00
* wip functional TODO - add tests - look at adding TLS to other RestfulClientFactory classes (FhirwebRestfulClientFactory, JaxRsRestfulClientFactory, OkHttpRestfulClientFactory) * move BaseRestServerHelper to Hapi-Fhir * - add TLS support for JaxRsClient and OkHttpClient - add tests * - to use resources and files * - ci fixes * - ci fixes * - ci fixes * - ci fixes * - refactor and tests * - ci fixes * - tests * - tests * - tests / refactor * - clean up * - changelog * - remove OkHttpClient HTTPS support * - ci * - Ken's code review changes * - Ken's code review: method renaming * - Ken's code review: javadoc * - Code coverage * - Create HapiFhirCliRestfulClientFactory to encapsulate new HTTPS functionality. Remove modifications to the FhirContext API. * - version bump * - fix unable to bind port errors by using Jetty functionality to assign random ports * Revert "- version bump" This reverts commit cfce82576aad0c64e181eb8f9baa4f7bfc433bb8. * - version bump Co-authored-by: nathaniel.doef <nathaniel.doef@smilecdr.com>