Commit Graph

134 Commits

Author SHA1 Message Date
Patrick Werner
21165ccfaa Merge pull request #337 from hapifhir/feature/spring-boot-actuator
Add actuator
2022-04-13 13:52:06 +02:00
Jens Kristian Villadsen
bf51c2263a Update application.yaml
Reverted to sane defaults
2022-04-11 20:00:06 +02:00
Jens Kristian Villadsen
6b3f57cf12 Update application.yaml (#345) 2022-04-07 22:32:38 +02:00
craig mcclendon
da319e8761 disable springboot actuator endpoints other than 'health' for security reasons (#338)
Co-authored-by: Craig McClendon <craig.mcclendon@accenture.com>
2022-03-23 20:12:48 +01:00
jkv
aeef4b176c Add actuator 2022-03-20 21:22:36 +01:00
Jens Kristian Villadsen
929a3535fa Update application.yaml
Roll back - mistake from my side
2022-03-08 10:44:13 +01:00
Jens Kristian Villadsen
0483db9195 Update application.yaml 2022-03-08 10:42:52 +01: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
Jens Kristian Villadsen
3fd880399c Update application.yaml
Momentarily added `allow-circular-references: true`
2022-02-18 01:03:49 +01:00
Jens Kristian Villadsen
e45ba6ce5b Version bump to 5.7.0 and a few other components now draw the version from parent 2022-02-17 23:12:10 +01: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
24ad4116f8 Fix h2 dialect, replace mail dep 2022-01-26 20:28:05 -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
ppalacin
ff8302a04e Use default application.yaml 2021-11-25 12:20:04 +01:00
Jens Kristian Villadsen
0203a36668 Update application.yaml
See https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/292
2021-11-20 16:07:26 +01:00
jkv
16559ea17c Upgraded to 5.6.0
Subscription tests fail ...
2021-11-18 19:48:40 +01:00
jkv
ea3f10ec86 Added OpenAPI / Swagger option 2021-11-10 20:57:31 +01:00
Michael Buckley
3272b8c0d2 Disable default flyway processing 2021-10-05 16:06:19 -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
e26364670d Remove bean override 2021-08-28 18:52:41 -04:00
Tadgh
6e876c1502 WIP 2021-08-27 16:29:06 -04:00
Tadgh
addfc26cf5 Allow bean overriding for 5.5.0 2021-08-27 13:13:15 -04:00
jkv
2b3ed04703 Made MDM loading work properly 2021-06-27 19:21:53 +02:00
jkv
7387d131b9 Hacked MDM startup configuration 2021-06-27 12:25:48 +02:00
jvi
1d82c9cd40 Added option for installing transitive IG's - default is true 2021-06-24 11:14:30 +02: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
chgl
ffed39d1bd Fixed indentation error in application.yaml 2021-05-20 13:52:56 +02:00
jamesagnew
44e6c65d08 Merge branch 'master' into rel_5_4_0 2021-05-19 08:47:50 -04:00
Sean McIlvenna
ae1ada1578 Making comments in config consistent. Reorganizing a bit to be a little cleaner. Adding client_id_strategy 2021-04-14 11:48:41 -07:00
patrick-werner
583c542c92 changed CORS to allowed origin pattern 2021-03-31 12:34:28 +02:00
xluandc
1815935d3c Merge remote-tracking branch 'hapi/rel_5_4_0' into search-coord-thread-pool
Conflicts:
	pom.xml
2021-03-29 11:16:07 -04:00
Frank Tao
8585a121c4 Added enable_index_contained_resource 2021-03-18 21:01:13 -04:00
xluandc
f5e5739363 Merge branch 'master' into search-coord-thread-pool
Conflicts:
	src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java
2021-03-08 10:32:18 -05:00
xluandc
c142e6bdfa - Added configuration parameters for search coordinator thread pool sizes
- Added database connection pool size configuration parameter (spring.datasource.hikari.maximum-pool-size)
- Fixed a bug in parsing elastic rest_url for all FHIR versions except for R4, which was correct.
2021-03-08 09:45:40 -05:00
Patrick Werner
b5c34033c0 Merge pull request #208 from chgl/configure-apache-proxy-strategy
Added configuration option for the ApacheProxyAddressStrategy
2021-03-08 11:37:24 +01:00
Tadgh
c88e920789 Update default settings 2021-02-17 13:00:41 -05:00
jamesagnew
2ddee148c9 Work on spring fix 2021-02-17 07:28:17 -05:00
jamesagnew
0738d9f2a5 Merge branch 'master' into rel_5_3_0 2021-02-17 07:14:13 -05:00
Jens Kristian Villadsen
508449c64c Update application.yaml 2021-02-08 14:13:41 +01:00
jvi
eee8c79add Fix to #199 2021-02-08 14:10:34 +01:00
chgl
751669af92 added comments to document the apache strategy https option 2021-02-08 12:46:54 +01:00
chgl
39e2f51722 added apache proxy address strategy as a config option 2021-02-05 15:19:59 +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