bb98ded1fa
* subscription loader now only pulls active subscriptions only allow websocket connections to subscriptions of type websocket * Added a "flag for deletion" to ActiveSubscription in the SubscriptionRegistry to handle the race condition of a scheduled sync overlapping with a subscription creation. We could have used a package-scoped semaphore or a pre-remove FHIR read, but this seemed like the safest, simplest and most performant way to handle it. * ActiveSubscriptionCacheTest * WebsocketConnectionValidatorTest * fix compile error in jpa example |
||
---|---|---|
.. | ||
hapi-fhir-base-example-embedded-ws | ||
hapi-fhir-jaxrs-sse | ||
hapi-fhir-jpaserver-cds-example | ||
hapi-fhir-jpaserver-dynamic | ||
hapi-fhir-jpaserver-example-postgres | ||
hapi-fhir-standalone-overlay-example | ||
README.md |
README.md
Unsupported
Most of the projects in this module are no longer supported.
The test in hapi-fhir-jpaserver-cds-example is @Ignored until Chris Schuler is able to make a change to the pom this module depends on.
Supported JPA Example:
The supported HAPI-FHIR JPA example is available in the hapi-fhir-jpaserver-starter project within the hapifhir GitHub Organization.