hapi-fhir/example-projects
Ken Stevens bb98ded1fa
Websocket improvements (#1272)
* 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
2019-04-12 08:36:49 -04:00
..
hapi-fhir-base-example-embedded-ws Bump version to 3.8.0-SNAPSHOT 2019-02-06 20:02:28 -05:00
hapi-fhir-jaxrs-sse added missing CORS Headers for Test Setup 2018-06-11 11:09:23 +02:00
hapi-fhir-jpaserver-cds-example Bump version to 3.8.0-SNAPSHOT 2019-02-06 20:02:28 -05:00
hapi-fhir-jpaserver-dynamic Fix broken build 2019-03-12 13:13:13 -04:00
hapi-fhir-jpaserver-example-postgres Websocket improvements (#1272) 2019-04-12 08:36:49 -04:00
hapi-fhir-standalone-overlay-example Bump version to 3.8.0-SNAPSHOT 2019-02-06 20:02:28 -05:00
README.md Subscription module support (#1147) 2018-12-18 13:09:06 -05:00

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.