Commit Graph

44 Commits

Author SHA1 Message Date
Ken Stevens
090febf339 bump to 5.1.0-SNAPSHOT 2020-05-28 09:48:31 -04:00
Ken Stevens
e9fa2f2b8a pre-review cleanup 2020-05-27 17:54:07 -04:00
Ken Stevens
0c9b9f7f77 just need to merge the email TLS 2020-05-27 17:04:39 -04:00
Ken Stevens
4f8d34cbb4 updated to match 5.0.0 2020-04-27 12:49:15 -04:00
jamesagnew
c2ee10814d Merge branch 'master' into rel_4_2_0 2020-02-16 09:27:05 -05:00
patrick-werner
ffa36fd1d1 fixes mvn jetty:run 2020-02-07 14:24:45 +01:00
James Agnew
c9594bf43d Start 4.2.0 release branch 2019-12-20 09:03:14 -05:00
Matt Morgis (ELS-PHI)
7ca00a7325 feat: add postgresql support 2019-12-13 11:45:45 -05:00
James Agnew
a47c814fc6 Merge branch 'master' into rel_4_1_0 2019-11-12 22:37:34 -05:00
James Agnew
07852800b1 Resolve test issues 2019-11-12 22:25:06 -05:00
James Agnew
6f0e0b061e Prepare for 4.1.0 release 2019-11-12 22:12:20 -05:00
seanmcilvenna
9d8d7489be Fixing build error because namespace changed on SubscriptionDeliveryHandler
Adding missing webjar dependencies
2019-11-04 11:34:39 -08:00
Florian Auer
32679b582c changed maven depencency of mysql to version 8.0.11 2019-10-24 15:40:01 +02:00
James Agnew
72c622a479 Fix #57 - Require Maven 3.5 2019-10-08 15:52:43 -05:00
James Agnew
18f886f139 Fix #56 - Compile error due to snapshot 2019-10-07 08:57:50 -05:00
James Agnew
4f060b9efb Exclude commons-logging 2019-09-30 18:56:28 -04:00
James Agnew
88e2b6d4a7 Adjust configs 2019-09-30 18:38:30 -04:00
James Agnew
cde8981c83 Change package name to allow for deploy 2019-08-14 11:51:31 -04:00
James Agnew
f0ec419c76 Bump version to 4.0.0 2019-08-14 11:50:28 -04:00
jamesagnew
7831250d92 Get R5 support working 2019-08-11 18:35:43 -04:00
James Agnew
76aafe0fa7 Use H2 2019-07-14 12:09:37 -04:00
James Agnew
bea5b0947f Start branch for 4.0.0 release 2019-06-30 13:16:15 -04:00
James Agnew
4471b32b7b Merge branch 'master' of github.com:hapifhir/hapi-fhir-jpaserver-starter 2019-06-10 05:25:58 -07:00
James Agnew
5b90f1f1f4 Fix #30 - Upgrade to HAPI FHIR 3.8.0 2019-06-10 05:25:41 -07:00
patrick-werner
eaa0290636 removed unnecessary fhir-structure import 2019-05-28 22:44:01 +02:00
patrick-werner
c24474f0c6 changed default to R4 fixes #28 2019-05-28 18:48:59 +02:00
James Agnew
b3a0f84712 More dependency fixes 2019-05-04 15:55:30 -04:00
James Agnew
3f96c90c42 Add missing dependency 2019-05-04 15:49:01 -04:00
Sean McIlvenna
9a51f384ad parent shouldn't have -SNAPSHOT in the version 2019-05-01 14:07:46 -07:00
Sean McIlvenna
4d224b6b50 Reverting recent change to increment hapi-fhir parent to 3.8.0. Now returning it back to 3.7.0 because 3.8.0 has not yet been published on maven (according to https://search.maven.org/artifact/ca.uhn.hapi.fhir/hapi-fhir/) 2019-05-01 14:01:30 -07:00
Sean McIlvenna
2816c7605f Merge pull request #20 from hapifhir/ja_get_websockets_working
Add support for websockets
2019-05-01 13:38:05 -07:00
Sean McIlvenna
ba221f3f70 changing tab delimination to 4 spaces instead of actual tabs 2019-05-01 09:55:31 -07:00
Sean McIlvenna
ba4f051375 Adding javax.mail dependency to pom.xml so that when properties are configured to enable mail, the pom.xml doesn't have to be additionally modified for it to work. 2019-05-01 09:54:16 -07:00
James Agnew
632d4ee97b Fix build issues 2019-03-31 13:11:04 -04:00
Jessie James Cosare
d5c35723d3 - fixed issue on diff contextPath during running and testing, updated from "/hapi-fhir-jpaserver" to "/" and hapi.properties configs on server_address and server.base works out of the box with jetty
- replicated testWebsocketSubscription test from ExampleServerR4IT into ExampleServerDstu3IT
2019-03-16 18:06:46 +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
Jessie James Cosare
6858c0d799 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:54 +08: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
Jessie James Cosare
64d29c675c - fixed issue on local conformance statement not loading properly 2019-02-20 09:32:40 +08:00
James Agnew
ce32efa582 Upgrade to 3.7.0 2019-02-06 09:42:45 -05:00
James Agnew
76f9a2f0f3 Updates to get this building 2018-11-12 09:37:54 -05:00
James Agnew
c468a5778d Updates to JPA server 2018-11-12 09:21:29 -05:00
James Agnew
7650bae6a8 Bump HAPI FHIR version 2018-07-30 08:13:42 -04:00
James Agnew
693dc34e55 Initial commit 2018-07-26 08:06:41 +07:00