Commit Graph

701 Commits

Author SHA1 Message Date
Jens Kristian Villadsen
0a91a2d23c Merge branch 'hapifhir:master' into feat/static-hosting-additions 2023-06-09 11:40:30 +02:00
Jens Kristian Villadsen
afaec85653 Addressing https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/486 and https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/485 2023-06-09 11:39:54 +02:00
justin.mckelvy
51615ac005 remove unused imports 2023-06-08 07:46:14 -06:00
jmarchionatto
a06c0b9ce4 Merge pull request #541 from hapifhir/501_fix_cr_enabled
Add fix to enable the CR module.
2023-05-31 08:48:29 -04:00
Chalma Maadaadi
2899060de0 Addressed comment to for cr_enabled flag. 2023-05-30 19:20:19 -04:00
Chalma Maadaadi
9e9c08bafe Add fix to enable the CR module. 2023-05-30 15:28:55 -04:00
dotasek
53a958ac66 Bump HAPI to release 6.6.0 (#539)
* Start tracking 6.5

* Use JpaStorageSettings and StorageSettings

* Bump parent pom version + add deps for jaxb

* Bump HAPI

* Fix Subscription/Topic resource creation

* fix subscription topic beans

* Change to rel_6_6 hapi-fhir SNAPSHOT

* Fix emailSender config

* Split method calls by line.

* Merge pull request #524 from hapifhir/do-20230509-smoke-test-ci

Create smoke-tests.yml

* Bump core to release 6.6.0

---------

Co-authored-by: Michael Buckley <michaelabuckley@gmail.com>
Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
Co-authored-by: Ken Stevens <ken@smilecdr.com>
Co-authored-by: Mark Iantorno <markiantorno@gmail.com>
2023-05-29 20:33:45 +02:00
Mark Iantorno
eb65ec68cc Merge pull request #535 from hapifhir/do-20230519-use-docker-for-smoke-tests
Use docker for HTTP client
2023-05-23 07:33:20 -07:00
dotasek
a2cf95ae5e Restore reasonable sleep time 2023-05-19 16:35:48 -04:00
dotasek
8bf9dfd1cf Intentional failure 2023-05-19 16:31:42 -04:00
dotasek
9a18b23a26 Additional param for linux localhost 2023-05-19 16:26:23 -04:00
dotasek
f54088efab Sleep a little longer... 2023-05-19 16:17:54 -04:00
dotasek
8b7c35c9dc Try fixing TTY issue 2023-05-19 16:13:49 -04:00
dotasek
3eab2fcf9e Use docker for HTTP client 2023-05-19 16:06:11 -04:00
Mark Iantorno
b4ab7610ee Merge pull request #524 from hapifhir/do-20230509-smoke-test-ci
Create smoke-tests.yml
2023-05-17 11:09:11 -04:00
dotasek
ec64299976 Update smoke-tests.yml
Wait longer just in case

Maybe don't kill the jetty server?
2023-05-09 16:41:42 -04:00
dotasek
dbd6ff0edd Update smoke-tests.yml
Skip maven tests
Wait longer for server
2023-05-09 16:34:55 -04:00
dotasek
f1765a314f Rename plain_server.rest to plain_server.http 2023-05-09 16:26:31 -04:00
dotasek
d47d048a4f Update smoke-tests.yml
Don't do integration tests.

Start server
Run smoke tests
Stop Server
2023-05-09 16:25:55 -04:00
dotasek
e8d1931199 Create smoke-tests.yml 2023-05-09 16:08:13 -04:00
Kevin Dougan SmileCDR
4077cf5840 Merge pull request #522 from hapifhir/497-set-bundle-batch-max-pool-size
497 - Fix typo on property setter
2023-05-05 14:41:11 -04:00
Kevin Dougan
75e0e68104 497 - Fix typo on property setter. 2023-05-05 10:49:13 -04:00
Jens Kristian Villadsen
d96c90c18f Update pom.xml 2023-04-07 10:45:04 +02:00
Jens Kristian Villadsen
a1bdba5890 Update pom.xml 2023-04-07 10:45:04 +02:00
Jens Kristian Villadsen
c73c580823 Update pom.xml
Update to 6.4.1
2023-04-07 10:45:04 +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
Kevin Dougan
43890a4b9d Removed explicit inclusion of snakeyaml and allow spring-boot-starter-actuator to pull it in as a needed dependency. 2023-04-07 10:40:42 +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
Craig McClendon
c83e324692 configuration option to not reload IG resources that are already loaded 2023-03-30 10:19:45 +02:00
Kevin Dougan SmileCDR
cb4f560413 Merge pull request #505 from psavva/patch-4
Spelling error in Application.yaml
2023-03-01 08:43:57 -05:00
Panayiotis Savva
236c1e82ba Spelling error in Application.yaml
Fix spelling error in comments section
2023-03-01 14:04:42 +02:00
Tadgh
9cabe35c40 Merge pull request #498 from hapifhir/rel_6_4
Bump HAPI to 6.4.0
2023-02-17 10:56:27 -08:00
dotasek
20ed5d90ab Revert "Add optional explicit ip config for smoke tests"
This reverts commit afcd2fc131.
2023-02-14 15:15:44 -05:00
dotasek
afcd2fc131 Add optional explicit ip config for smoke tests 2023-02-14 14:52:26 -05:00
dotasek
9d126a4f56 Fix Application error regarding multiple beans 2023-02-14 14:52:03 -05:00
dotasek
19988c505d Bump Hapi 2023-02-14 12:47:32 -05: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
74be713515 refactor: Separate unrelated settings and documentation 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
James Agnew
7dd1619369 Merge pull request #495 from XcrigX/remove-mysql-dependency
removed mysql-connector-java dependency since no longer supported and…
2023-02-09 09:51:08 -05:00
Craig McClendon
c9bc40c10a removed mysql-connector-java dependency since no longer supported and due to CVE-2022-3171 in transitive dependency on protobuf-java-3.19.4 2023-02-08 16:46:15 -06:00
James Agnew
9847d82257 Merge pull request #491 from juvarabrera/update-readme
docs: Updated README.md. Discontinue mysql
2023-02-04 15:04:18 -05:00
Juvar Abrera
3f66973952 docs: Updated README.md. Discontinue mysql 2023-02-04 21:20:37 +08:00
James Agnew
64b497e4e9 HAPI FHIR bump 2023-01-26 21:44:06 +01:00
Panayiotis Savva
e905da7733 CQL to CR 2023-01-26 21:44:06 +01:00
Panayiotis Savva
99ea176a9c typo 2023-01-26 21:44:06 +01:00
Panayiotis Savva
c7ee984b30 Allow Enabling IPS via config 2023-01-26 21:44:06 +01:00
Panayiotis Savva
7c89addbef Initial IPS + Cql to Cr migration 2023-01-26 21:44:06 +01:00