Commit Graph

83 Commits

Author SHA1 Message Date
Kevin Dougan
9c4f374964 Changed the instructions on how to change the server port. 2024-04-19 16:00:15 -04:00
Kevin Dougan
abcb8a9041 Updated the README file with the new run instructions. 2024-04-16 15:56:34 -04:00
Vadim Peretokin
5e117f1f72 Fix 'aplication' typo for docker-compose 2024-03-19 11:05:13 +01:00
David Conlan
4226648867 Allow custom operations/providers in addition to interceptors (#654)
* Allow custom operations/providers to be added in the same way custom interceptors are currently loaded

* Add new property to documentation and default yaml file

* Add test for custom operation
2024-03-03 17:39:03 +01:00
Jens Kristian Villadsen
9c557e2c80 Cleaned up for running boot as default (#620) 2023-12-05 19:56:31 +01:00
Justin McKelvy
0aa001b6f6 spotless apply formatting 2023-11-28 07:19:13 -07:00
Jens Kristian Villadsen
1f7d25c5e5 Feat/ig install (#601)
* Added IG operation providers for run time installation of IG's

* Refactored conditions for enabling the provider

* Refactoring

* Disable it by default in config as well

* document package install feature

---------

Co-authored-by: Jose Costa Teixeira <jose.a.teixeira@gmail.com>
2023-11-23 22:25:32 +01:00
Husam Nujaim
63c4825d56 Fixing some typos in README.md 2023-09-03 01:15:10 +02:00
Bert Roos
7e0fb80dac Simplify using an interceptor with Docker
Now it is possible to mount a folder with extra classes that are loaded
by HAPI. This makes it easy to load an interceptor JAR while using the
standard Docker image. The README explains how to use it.

Spring by default uses the WarLauncher. Now the ENTRYPOINT uses the
PropertiesLauncher, configured in such a way that it is compatible with
the WarLauncher, but adding the folder /app/extra-classes to the
loader.path.
2023-04-07 10:44:35 +02:00
Bert Roos
600f3fe692 Update docker-compose sample with small application.properties
When running from Docker Hub, it is not convenient to have to copy the full application.yaml as a starting point. Based on Spring's property initialization order, it's possible to mount a small version of application.yaml in the config folder in the run directory.
2023-03-30 10:23:41 +02:00
Juvar Abrera
35d09cce16 docs: Revert dislaimer in postgres 2023-02-11 14:06:33 +01:00
Juvar Abrera
7f7ea920d0 docs: Explicitly set hibernate.search.enabled to false if database is postgress in docker-compose instructions 2023-02-11 14:06:33 +01:00
Juvar Abrera
b6c1b9f47c docs: Explicitly set hibnerate.search.enabled to false if database is postgresql 2023-02-11 14:06:33 +01:00
Juvar Abrera
c88d26d2e5 docs: Fix postgresql typo in docker-compose 2023-02-11 14:06:33 +01:00
Juvar Abrera
3f66973952 docs: Updated README.md. Discontinue mysql 2023-02-04 21:20:37 +08:00
Panayiotis Savva
e905da7733 CQL to CR 2023-01-26 21:44:06 +01:00
Craig McClendon
ba58a71624 allow interceptors to be registered via properties 2022-12-20 20:07:18 -06:00
Kai-W
64aeb9b2fe Added hibernate.dialect for Postgress to Readme (#451) 2022-11-12 16:43:56 +01:00
chgl
d059954c5f Updated hapi-fhir to 6.1.0 2022-08-22 18:23:36 +02:00
chgl
cd8b06b263 Added OpenTelemetry Java Agent JAR to container image (#391)
Closes #387
2022-07-04 19:44:20 +02:00
Patrick Werner
51cf27a4f9 Merge pull request #321 from MacL3an/patch-3
Added instructions about removing Hibernate dialect
2022-04-20 20:00:00 +02:00
craig mcclendon
cdda71b253 add support for ms sql server (#347) 2022-04-09 19:19:44 +02:00
Håkan MacLean
1a528978b8 Added instructions about removing Hibernate dialect
To fix the problem raised in [this](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/318) issue.
2022-02-22 09:36:41 +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
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
Vadim Peretokin
22e0e1e4bf Typo fix in README 2022-01-03 14:00:34 +01:00
Jens Kristian Villadsen
e0c1258083 Update README.md 2021-08-16 21:13:53 +02:00
James Agnew
131cb12111 Merge pull request #243 from mail4taz/patch-mysql-persistent-storage
mysql docker setup patch
2021-06-15 08:42:43 -04:00
Jens Kristian Villadsen
9a1e333a2b Merge pull request #244 from luisberga/cache-readme
Changing cached search results time
2021-06-08 19:19:37 +02:00
Sean McIlvenna
0cc6d447fe Updating README to include information about adding custom operations 2021-06-04 15:13:09 -07:00
saolberg
36916b71ad cached time readme 2021-05-27 16:27:38 -03:00
Octavian Ianculescu
f52041b8c6 Mysql docker setup - forcing mysql identifiers (database, table, triggers) naming to lowercase and name comparison to caseinsensitive, so hibernate queries can work even when referencing upper cased table names 2021-05-26 21:06:37 +03:00
Sidharth Ramesh
3548260276 Corrected subscription environment variables
According to the default application.yaml, it's `hapi.fhir.subscription.resthook_enabled` (with the underscore). I've tested this with the latest docker container and it works. Setting `hapi.fhir.subscription.resthook.enabled=true` does not enable subscriptions. I spent a lot of time breaking my head over this simple variable name. Hopefully, this will help someone.
2021-05-23 21:41:45 +05:30
JavaImpala
90def78722 fixed property naming in readme 2021-05-02 23:22:29 +02:00
tor003
8672904486 readme suggestion 2021-04-28 20:17:47 +02:00
chgl
db3ee29242 Added GitHub actions to build container images 2021-03-13 17:36:18 +01: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
Kevin Dougan
9becb3fc44 Remove all traces of EMPI since it has been replaced in master with MDM. 2020-12-24 09:31:30 -05:00
ianmarshall
92656c80a2 Clarify instructions for application server. 2020-12-10 18:18:33 -05:00
Jens Kristian Villadsen
7931b3a8ef Merge branch 'master' into patch-3 2020-12-06 16:15:50 +01:00
ianmarshall
2e2bdaed67 Added support for $lastn operation and fixed Elasticsearch indexing. 2020-12-04 15:50:43 -05:00
Jens Kristian Villadsen
7479b5fa28 Update README.md
Added example for mounting configuration in a one-line style
2020-11-12 10:31:24 +01:00
Jens Kristian Villadsen
06d56daf7c Update README.md
Docker distroless example
2020-10-30 21:35:29 +01:00
Jens Kristian Villadsen
313e6b3e2c Update README.md
Added spring-boot:run optionality
2020-10-25 20:28:55 +01:00
James Agnew
1d0a31ca83 Merge branch 'master' into feature/update_readme 2020-10-22 09:10:26 -04:00
Jens Kristian Villadsen
5c4a51601f Update README.md (#149)
Adjusted according to current defaults
2020-09-29 08:56:02 -07:00
Gerlach, Winfried
8906366cb2 README.md: adapt to renaming deployable war to ROOT.war 2020-09-25 09:44:54 +02:00
Panayiotis Savva
75503466cd Spring batch job enabled (#144)
* Remove Batch job enabled=false

* Batch job Enabled default to False
2020-09-23 10:13:22 -07:00
Gerlach, Winfried
7dc7b847d9 README.md: also mention REST endpoint, not only UI URL 2020-09-23 11:59:41 +02:00
Gerlach, Winfried
90de1746e8 README.md: consistently use Docker tagname "latest"; Docker newbies will be confused if it is "latest" in one place and "tagname" in another; Docker pros know that they can choose a different tag name anyway 2020-09-23 11:54:57 +02:00