Commit Graph

994 Commits

Author SHA1 Message Date
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
Mark Iantorno
c7962b6979 Merge pull request #482 from hapifhir/ld-20230110-hapi-fhir-6-3-6-snapshot-with-logs-working-downgrade-logback-solution
Upgrade to hapi-fhir 6.3.6-SNAPSHOT:  Alternative solution.
2023-01-13 13:28:05 -05:00
Luke deGruchy
5b4294421b Merge remote-tracking branch 'origin/master' into ld-20230110-hapi-fhir-6-3-6-snapshot-with-logs-working-downgrade-logback-solution 2023-01-12 09:27:05 -05:00
Mark Iantorno
cd6a8761bb Merge pull request #483 from hapifhir/ld-20230111-pipeline-maven-verify
Update pipeline to run integration tests.
2023-01-12 09:25:09 -05:00
Luke deGruchy
8f528dbddb Update pipeline to run integration tests. 2023-01-11 17:09:38 -05:00
James Agnew
ea3d858563 Fix tests for websocket 2023-01-11 16:30:12 -05:00
Luke deGruchy
38ed00a84b Implement a new solution: Instead of static code blocks disabling logging, rollback slf4j-api, logback-classic, and logback-core to older versions. It's the addition of the rollback for slf4j-api that seems to restore logging. 2023-01-10 16:53:57 -05:00
Luke deGruchy
d9f5e5c7da Merge remote-tracking branch 'origin/master' into ld-20230110-hapi-fhir-6-3-6-snapshot-with-logs-working 2023-01-10 14:53:11 -05:00