hapi-fhir/example-projects
Ken Stevens 84a34eb3c9
Subscription module support (#1147)
* Reorganizing packages and dependencies to support standalone subscription running within a CDR container where all hapi modules are on the classpath.

Moved Subscription registry out of interceptor and introduced SubscriptionLoader

* Created ActiveSubscription and moved cache bits into it

* Moved ExecutorQueue stuff out into its own class

* Add test and supporting code to validate SubscriptionConstants.EXT_SUBSCRIPTION_RESTHOOK_DELIVER_LATEST_VERSION behaviour

* Added SubscriptionCheckingSubscriber

* Moved a few beans to @ComponentScan

* Replaced use of beanFactory with concrete factory classes

* Switched test to use subscribablechannel

* Added SubscriptionLoaderFhirClientTest

* Confirm that our SubscriptionProviderFhirClient works with a live fhir client

* Register interceptors with DaoConfig instead of RestServer.
Also, Rename @VisibleForTesting methods with ForUnitTest

* Fix triggering service so it uses new subscriptionmatcherinterceptor

* Renamed "Database" classes to "Dao"

* processing -> matching naming change
2018-12-18 13:09:06 -05:00
..
hapi-fhir-base-example-embedded-ws Version bump to 3.7.0-SNAPSHOT 2018-11-12 10:07: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 Subscription module support (#1147) 2018-12-18 13:09:06 -05:00
hapi-fhir-jpaserver-dynamic Subscription module support (#1147) 2018-12-18 13:09:06 -05:00
hapi-fhir-jpaserver-example-postgres Subscription module support (#1147) 2018-12-18 13:09:06 -05:00
hapi-fhir-standalone-overlay-example Version bump to 3.7.0-SNAPSHOT 2018-11-12 10:07: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.