patrick-werner
eeaf4b335c
fixed naming and property constant value
2019-08-07 16:41:39 +02:00
patrick-werner
0113ff5e9f
fixed CORS support
2019-08-07 13:37:07 +02:00
James Agnew
e2be963a0d
Add support for websockets
2019-03-31 12:35:48 -04:00
James Agnew
a85beaff43
Merge pull request #14 from johnpoth/timeout
...
Add cache timeout configuration property. Disabled by default
2019-03-19 10:36:27 -04:00
Jessie James Cosare
ee287054da
Merge branch 'master' into master
2019-03-16 16:30:16 +08:00
Jessie James Cosare
1cfcaddda8
- cors configuration via hapi properties based on change request 6858c0d799 (r266027967)
...
- reverted mysql as default and used derby based on change request 6858c0d799 (r266028296) and updated readme to include specifics on configuring mysql
- defaulted to jetty configs on hapi.properties so that this starter app will outright work without changing any configs with mvn jetty:run
- updated subscription configs as it doesn't match already active subscription on subsequent runs using mysql as db
- updated project based path resolution and removed unused file .keep_hapi-fhir-jpaserver-starter
2019-03-16 16:20:47 +08:00
jpoth
980994812f
Add cache timeout configuration property. Disabled by default
2019-03-15 17:40:20 +01:00
James Agnew
0f88181943
Merge branch 'master' into more_properties
2019-03-15 11:30:37 -04:00
Jessie James Cosare
9fc210eb19
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# src/main/java/ca/uhn/fhir/jpa/starter/JpaRestfulServer.java
# src/main/resources/hapi.properties
# src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java
2019-03-15 23:09:09 +08:00
James Agnew
18ead60ef0
Add support for websocket subscriptions
2019-03-14 17:34:15 -04:00
Jessie James Cosare
c5bfade9ce
- fixed issue on ui regarding pagination of results by configuring refuseToFetchThirdPartyUrls
...
- updated fhir version to R4 and used mysql as datasource with docs updated
- transferred jetty plugin to be viewable on intellij
- disabled oss snapshots
- replaced corsFilter based on new hapi docs
2019-03-08 13:22:25 +08:00
Sean McIlvenna
b13bf8cf10
Merge branch 'master' of https://github.com/hapifhir/hapi-fhir-jpaserver-starter into more_properties
...
# Conflicts:
# src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigCommon.java
2019-02-13 11:39:15 -08:00
Xiaocheng Luan
ca308fac2c
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigCommon.java
src/main/java/ca/uhn/fhir/jpa/starter/HapiProperties.java
2019-02-13 12:36:48 -05:00
Sean McIlvenna
269dd77351
Setting properties for ModelConfig in addition to DaoConfig
...
Setting properties for handling Email via the emailSender() bean
2019-02-12 14:08:07 -08:00
Sean McIlvenna
0bf713a60d
Merge branch 'master' into more_properties
...
# Conflicts:
# src/main/java/ca/uhn/fhir/jpa/starter/HapiProperties.java
# src/main/resources/hapi.properties
2019-02-11 11:57:32 -08:00
James Agnew
c604d8be53
Improve multiversion support
2019-02-11 08:59:37 -05:00