* Update pom.xml to reference hapi-fhir 6.3.4-SNAPSHOT. This also involves renaming websocket dependencies whose names have changed since 6.2.2 (ex websocket-api to websocket-jetty-api).
* Update pom to reference logback 1.2.10 explicitly to resolve the missing StaticLoggerBinder errors.
* Fix logback issue by pulling the same logback version as hapi-fhir and setting the following system property at boot: org.springframework.boot.logging.LoggingSystem=none. Also, fix the hapi-fhir-jpaserver-base dependency error by setting this in application.yaml: allow-bean-definition-overriding: true
* Set allow-bean-definition-overriding: true on test application.yaml as well.
* Remove lines in ExampleServerR4BIT that causes an implementation guide version error.
* Upgrade to 6.3.6-SNAPSHOT and once again disable allow-bean-definition-overriding. Also remove the Bean for IMdmLinkDoa from StartJpaConfig and the Bean for ITermCodeSystemStorageSvc in FhirServerConfigDstu2.
* Explicitly use logback 1.2.10 for both logback-classic and logback-core to resolve StaticBinderLogger not found errors. Also, remove explici logger disabling code in Application.java.
* Restore Application.java as well as both application.yaml files to the same as master.
* Tracking branch for 6.1 pre-releases.
* Update to 6.1.0-PRE3-SNAPSHOT
* Adjust for hapi-fhir namespace changes and version
* Adjust version to include new hapi-fhir HSearch fast path feature
* Bump hapi PRE
* Update to PRE16
* Adjust configuration class name to HAPI-FHIR HSearch namespace consolidation.
Add commented out sample properties for lucene and elastic.
Move batch.job.enabled property under spring: prefix to have it considered.
* Adjust enumeration renaming
* Repoint FHIR 6.2.0-PRE1-SNAPSHOT
* Add missing Bean to starter configuration
* Update to hapi-fhir 6.2.0-PRE2-SNAPSHOT
* Update application-integrationtest.yaml and rename it as application.yaml to make test configuration independent of prod.
* Update to hapi-fhir 6.2.0-PRE5-SNAPSHOT
* Update dep
* Bump version fix failures
* Remove dead import
* Fix up
* remove batch refs
Co-authored-by: Michael Buckley <michael.buckley@smilecdr.com>
Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>
Co-authored-by: juan.marchionatto <juan.marchionatto@smilecdr.com>
Co-authored-by: Tadgh <garygrantgraham@gmail.com>
* Did restructuring and made repo validation interceptor an optional bean instead as it makes it more clean
* Moved construction of FHIR servlet into a bean for better reuse of others that would like to depend directly on this library
* Disabled default validation enabled
* 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>
* 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