Commit Graph

405 Commits

Author SHA1 Message Date
Justin McKelvy
79f631acf4 indent reformat 2023-11-28 11:00:38 -07:00
Justin McKelvy
1715ee5aaf remove indents 2023-11-28 10:57:56 -07:00
Justin McKelvy
82f1007478 reformatting indents 2023-11-28 10:52:58 -07:00
Justin McKelvy
a490d1a693 update margins 2023-11-28 10:19:29 -07:00
Justin McKelvy
efe1106969 reset appProperties 2023-11-28 10:16:56 -07:00
Justin McKelvy
0aa001b6f6 spotless apply formatting 2023-11-28 07:19:13 -07:00
Justin McKelvy
8c18c7dbc7 fix redundant variables from merge 2023-11-27 08:42:56 -07:00
Justin McKelvy
e2f49e3090 Merge branch 'master' into cr-6.9.6-snapshot 2023-11-27 08:40:31 -07:00
Justin McKelvy
3303cb2bbb match master appProperties 2023-11-24 11:14:23 -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
c-schuler
c0b89800f1 Added fix for HAPI CDS Hooks request extensions element json parsing error 2023-11-22 12:37:04 -07:00
Justin McKelvy
aaa8a1f8cc Merge branch 'master' into cr-6.9.6-snapshot 2023-11-22 09:44:51 -07:00
Justin McKelvy
0cf1ec8a7e removed basecr config due to spring errors 2023-11-21 15:30:44 -07:00
craig mcclendon
21d51be451 remove redundant/unused reload-existing-ig property (#607) 2023-11-21 18:47:02 +01:00
Brenin Rhodes
408da72cf4 Add settings for CDS Hooks and use latest hapi-fhir-cr configs 2023-10-19 06:50:29 -06:00
dotasek
d2b421a58b Merge pull request #594 from hapifhir/jkiddo-patch-1
Update application.yaml
2023-10-13 15:25:19 -04:00
Justin McKelvy
6d10c0bade add valueset cache and cache invalidation listeners 2023-10-11 15:16:17 -06:00
Jens Kristian Villadsen
5dade564f1 Update application.yaml 2023-10-11 12:09:04 +02:00
Jens Kristian Villadsen
2307413a45 Fixing null beans as mentioned on https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/591 2023-10-10 23:09:04 +02:00
c-schuler
3a0b42b265 Fixed cds-services discovery response 2023-10-10 15:02:16 -06:00
Brenin Rhodes
3b79897ff9 Use hapi object mapper 2023-10-03 12:28:56 -06:00
Brenin Rhodes
f33dd6f093 Add error handling for cds hooks servlet 2023-10-03 11:07:19 -06:00
Brenin Rhodes
3d51876a8d Update to 6.9.8 2023-09-28 20:15:28 -06:00
Brenin Rhodes
68b83d0c8e Add CdsHooksServlet 2023-09-28 20:10:20 -06:00
Justin McKelvy
6379e8ae60 conditional bean change 2023-09-25 14:16:39 -06:00
Justin McKelvy
db9ed84d74 add config for postinit provider loading 2023-09-25 13:35:08 -06:00
Justin McKelvy
d5457fd688 remove * imports 2023-09-21 14:20:22 -06:00
Justin McKelvy
66940645c2 update configs and hapi-version 2023-09-21 12:52:35 -06:00
Justin McKelvy
4ac5f03a0d merge master 2023-09-18 18:41:34 -06:00
Justin McKelvy
1bb6e9e610 updating to latest hapi, fixing cr tests 2023-09-18 16:53:32 -06:00
Jens Kristian Villadsen
37a9317355 Feature/using package installer spec (#577)
* Adjusting to HAPI core classes

* Added example as default

* Commented the example IG out again
2023-08-22 20:14:43 +02:00
Patrick Werner
d6e9abad8c Merge pull request #546 from trifork/feat/static-hosting-additions
Feat/static hosting additions
2023-08-22 10:40:32 +02:00
Patrick Werner
0252fa4856 Merge pull request #556 from trifork/feature/tester-configurable
Feature/tester configurable
2023-08-22 10:39:30 +02:00
dotasek
b88ffdada0 Fix breakages due to https://github.com/hapifhir/hapi-fhir/pull/5180 2023-08-17 13:02:02 -04:00
dotasek
bf7698bf0b Merge remote-tracking branch 'origin/master' into do-20230731-bump-to-hapi-6-8-0 2023-07-31 15:23:57 -04:00
dotasek
aafd4fa0d9 Switch to new ca.uhn.fhir.batch2.jobs.export to fix StarterJpaConfig 2023-07-31 14:43:58 -04:00
justin.mckelvy
8566f7f8ed updating to 6.7.14-snapshot 2023-07-17 11:07:32 -06:00
Gerlach, Winfried
98165e848f #563 fix indentation 2023-07-13 09:06:42 +02:00
Gerlach, Winfried
9d8fc4d2e5 #563 Add configuration for auto-versioning references 2023-07-12 18:08:04 +02:00
winne42
484aa9deb5 Boyscouting (#558)
* Boyscouting: Docker conventions

* Boyscouting: JUnit 5 conventions ("It is generally recommended to omit the public modifier for test classes, test methods, and lifecycle methods unless there is a technical reason for doing so)"

* Boyscouting: typo in RepositoryValidationInterceptorFactoryDstu3

* Boyscouting: use List.of instead of Guava; use StandardCharsets instead of Guava; remove unused imports

---------

Co-authored-by: Gerlach, Winfried <Winfried.Gerlach@draeger.com>
2023-07-11 23:53:18 +02:00
justin.mckelvy
26662c2476 configure caregaps operation and properties 2023-06-30 14:53:51 -06:00
Jens Kristian Villadsen
b4232e7127 Merge branch 'hapifhir:master' into feature/tester-configurable 2023-06-25 23:56:30 +02:00
Jens Kristian Villadsen
776afdee56 no message 2023-06-25 23:55:48 +02:00
Jonathan Percival
d6c152c524 Add empty map for tester 2023-06-16 10:36:52 -06:00
justin.mckelvy
300a21fcb4 add cqlconfigbeans 2023-06-16 09:15:54 -06:00
justin.mckelvy
6fe8784860 add cql translator options 2023-06-15 13:14:48 -06:00
Jonathan Percival
af4a5f9d6b Post init provider registerer 2023-06-14 10:38:14 -06:00
Jonathan Percival
291ccc4a26 Renaming operations 2023-06-13 16:42:25 -06:00
justin.mckelvy
3bff25ec54 remove annotation and repositoryfactory 2023-06-13 11:59:48 -06:00
justin.mckelvy
283c16db0f rename classes 2023-06-13 11:02:37 -06:00