Commit Graph

64 Commits

Author SHA1 Message Date
Jaison Baskaran
49401c0d3d Bump to PRE9 2022-03-29 15:16:08 -06:00
Ken Stevens
810b090846 fix to work with latest hapi-fhir 2022-02-23 17:24:21 -05:00
Tadgh
a6abfb9e24 Merge branch 'master' into rel_5_7 2022-02-17 17:52:36 -08:00
jkv
abf21f824c Merge commit '528d2bc087ae2f5bf49b2fb38d17dba134feda63'
# Conflicts:
#	src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigDstu3.java
#	src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR4.java
#	src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR5.java
#	src/main/resources/application.yaml

Preparing for 5.7.0
2022-01-29 20:29:14 +01:00
Tadgh
bbd9428d6e Update for 5.7.x changes 2022-01-26 18:45:45 -08:00
Jaison B
528d2bc087 Add configuration flag to enable storing of resources in lucene index (#304)
* Add configuration flag to enable storing of resources in lucene index

* Fix build issue

* Fix code review suggestions

Co-authored-by: Jaison B <jaison.baskaran@smilecdr.com>
2022-01-05 15:02:57 -07:00
Michael Buckley
21f5d1dcbb Fix misconfiguration
modelConfig is part of DaoConfig and should not have a separate lifecycle.
2021-12-16 17:14:31 -05:00
Michael Buckley
2512616951 Merge branch 'master' into nih-testing
* master:
  Update application.yaml
  Bumped version of Spring Boot in order to fix same issue as https://github.com/Haulmont/jmix-security/issues/90
  Upgraded to 5.6.0 Subscription tests fail ...
  Added OpenAPI / Swagger option
  simplified helm chart
  build ARM-compatible images
  bumped dependencies to latest
  only push build images to DockerHub
  Adds ability to change HAPI FHIR JPA server's port with the environment variable server.port
  Adds ability to control the number of executor threads through environment variables server.tomcat.max-threads and server.tomcat.min-spare-threads.  There is not a breaking change and does not affect the function of the JPA server unless these environment variables are set.
  Adds ability to use delete-expunge operations to the JPA Starter Server.

# Conflicts:
#	pom.xml
#	src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java
#	src/main/java/ca/uhn/fhir/jpa/starter/Application.java
#	src/main/java/ca/uhn/fhir/jpa/starter/EnvironmentHelper.java
#	src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigCommon.java
#	src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigDstu2.java
#	src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigDstu3.java
#	src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR4.java
#	src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR5.java
2021-12-09 14:53:03 -05:00
jkv
16559ea17c Upgraded to 5.6.0
Subscription tests fail ...
2021-11-18 19:48:40 +01:00
Michael Buckley
097db1642f Add local_base_urls configuration to feed DaoConfig.setTreatBaseUrlsAsLocal() 2021-10-07 15:14:06 -04:00
Michael Buckley
ac75421a7b Update to 5.6.0-PRE7_NIH-SNAPSHOT and activate advanced index 2021-10-05 15:07:08 -04:00
Ben Li-Sauerwine
15923edfd5 Adds ability to use delete-expunge operations to the JPA Starter Server. 2021-09-09 23:00:59 +02:00
Tadgh
6e876c1502 WIP 2021-08-27 16:29:06 -04:00
Sean McIlvenna
7b97ed78eb Merge branch 'master' of ssh://github.com/hapifhir/hapi-fhir-jpaserver-starter 2021-05-27 14:07:12 -07:00
Sean McIlvenna
a150aeb4d2 Adding logging related to CORS configuration
Removing unused `allow_placeholder_references` property that causes confusion with `auto_create_placeholder_references`
Improving `.dockerignore` so that it ignores specific target files/directories that are generated by MVN/java, but not the .war file (so that compiled .war files can be easily turned into a docker image)
2021-05-27 14:07:05 -07:00
Frank Tao
8585a121c4 Added enable_index_contained_resource 2021-03-18 21:01:13 -04:00
Kevin Dougan
c4f9094c64 Merged in changes from the rel_5_3_0 Branch. 2021-02-16 11:57:15 -05:00
jvi
4eaa9fbfb2 Springified the wiring of interceptors 2021-02-08 16:36:55 +01:00
Kevin Dougan
8c45a5d482 Merged Branch rel_5_3_0 into this Branch. 2021-02-04 11:38:33 -05:00
Kevin Dougan
b159e2f6d5 Merge branch 'master' into kbd-20201125-cql-initial-impl 2021-01-26 16:50:43 -05:00
Rob Whelan
28ff19821c issue 186: minor fixes in partitioning config 2021-01-22 01:23:05 +01:00
Frank Tao
71541574e9 Added Normalized Quantity Search Support 2021-01-07 22:47:02 -05:00
Kevin Dougan
3954f6a3f4 Merged the rel_5_3_0 branch into this Branch to pick up the MDM changes. 2021-01-07 09:12:52 -05:00
Tadgh
4be7d41948 UPdate to support new HS6 changes 2021-01-06 18:27:50 -05:00
jamesagnew
803f713be6 Add repository validating interceptor, and update for EMPI->MDM rename 2021-01-01 16:06:18 -05:00
jvi
e7f65af1ed Moved from profile to conditional
Improved dialect resolving
2020-11-24 00:55:31 +01:00
jamesagnew
8850e645ce Fix issue in 5.2.0 bump 2020-11-18 07:20:51 -05:00
jvi
8894711d8e Added profiles 2020-09-07 22:00:54 +02:00
jvi
437d22e460 All but tests works 2020-09-07 13:47:09 +02:00
jkv
8bf930b3c3 Moved more configuration values 2020-09-07 00:19:42 +02:00
jkv
d5c6abece9 Further adaption of new config class 2020-09-06 07:29:32 +02:00
jvi
53415f1c54 Adjusted imports and comments 2020-08-19 21:42:55 +02:00
jamesagnew
3c8565f503 Merge branch 'master' into rel_5_1_0 2020-06-15 18:22:06 -04:00
jamesagnew
1badb96db8 Add property for multitenancy 2020-06-15 17:54:11 -04:00
jamesagnew
8aa322caf1 Start Release branch for 5.1.0 2020-05-29 10:26:09 -04:00
James Agnew
0c4e822424 Revert "Changes for empi (as well as subscriptions and partitions)" 2020-05-29 10:23:52 -04:00
Ken Stevens
2d974fe21f Merge remote-tracking branch 'remotes/origin/master' into ks-20200427-empi1
# Conflicts:
#	src/main/java/ca/uhn/fhir/jpa/starter/ApplicationContext.java
#	src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigCommon.java
#	src/main/java/ca/uhn/fhir/jpa/starter/JpaRestfulServer.java
#	src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR5IT.java
2020-05-28 09:06:48 -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
jamesagnew
3f43a91ed6 Test fixes 2020-05-14 08:08:52 -04:00
Ken Stevens
1e8e64d265 confirmed empi works 2020-04-27 13:21:01 -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
Sean McIlvenna
b108ef73e4 Adding configurable properties for max_binary_size 2020-02-10 15:17:44 -08:00
Ken Stevens
3b8c075b09 Preparing for email TLS support 2020-01-13 11:16:55 -05:00
James Agnew
06765640e2 Add property for cached search result timeout 2019-11-22 16:00:49 +01:00
James Agnew
a47c814fc6 Merge branch 'master' into rel_4_1_0 2019-11-12 22:37:34 -05:00
seanmcilvenna
9d8d7489be Fixing build error because namespace changed on SubscriptionDeliveryHandler
Adding missing webjar dependencies
2019-11-04 11:34:39 -08:00
Sean McIlvenna
d314cdcfb9 Adding properties:
- enable indexing missing properties
2019-10-01 11:17:45 -07:00
Sean McIlvenna
2fcad90e93 Adding properties:
- enforce referential integrity on delete
- enforce referential integrity on write
- auto create reference targets
2019-10-01 11:12:32 -07:00