Commit Graph

162 Commits

Author SHA1 Message Date
craig mcclendon
cdda71b253 add support for ms sql server (#347) 2022-04-09 19:19:44 +02:00
Jaison Baskaran
49401c0d3d Bump to PRE9 2022-03-29 15:16:08 -06:00
Michael Buckley
403b87573d Bump to PRE8 2022-03-23 10:34:42 -04:00
jkv
aeef4b176c Add actuator 2022-03-20 21:22:36 +01:00
Jaison Baskaran
146b9f68ac Bump hapi-fhir version to 'PRE5' (#329) 2022-03-09 09:03:10 -07:00
Tadgh
94f47f4736 Bump version 2022-02-21 16:13:35 -08:00
Jens Kristian Villadsen
e45ba6ce5b Version bump to 5.7.0 and a few other components now draw the version from parent 2022-02-17 23:12:10 +01:00
dependabot[bot]
4952c00df7 Bump postgresql from 42.2.23 to 42.2.25
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.23 to 42.2.25.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.23...REL42.2.25)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 00:59:55 +00: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
Michael Buckley
42e3e78bbc Bump to 5.7.0-PRE8-SNAPSHOT 2021-12-17 18:05:49 -05:00
Michael Buckley
8c6a1a713e Upgrade to 5.7.0-PRE4-SNAPSHOT for testing 2021-12-09 14:54:20 -05:00
Michael Buckley
2512616951 Merge branch 'master' into nih-testing
* 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
2021-12-09 14:53:03 -05:00
jkv
96450874af Bumped version of Spring Boot in order to fix same issue as https://github.com/Haulmont/jmix-security/issues/90 2021-11-18 20:17:30 +01:00
jkv
16559ea17c Upgraded to 5.6.0
Subscription tests fail ...
2021-11-18 19:48:40 +01:00
jkv
ea3f10ec86 Added OpenAPI / Swagger option 2021-11-10 20:57:31 +01:00
Michael Buckley
ac75421a7b Update to 5.6.0-PRE7_NIH-SNAPSHOT and activate advanced index 2021-10-05 15:07:08 -04:00
chgl
73d01ab408 bumped dependencies to latest 2021-10-05 09:35:06 +02:00
Tadgh
370d68a55c Bump for new version 2021-09-16 01:00:35 -04:00
Tadgh
6e2836b91d Bump version 2021-09-07 18:36:58 -04:00
Tadgh
6e876c1502 WIP 2021-08-27 16:29:06 -04:00
Tadgh
5038b5bd2c Remove javamail and replace with simple-java-mail 2021-08-27 13:50:42 -04:00
Tadgh
395a87ee84 Bump dep version 2021-08-27 13:34:47 -04:00
jvi
4025295261 Bumped version to 5.5.0 - still gotta talk with the SmileCDR folks 2021-08-25 16:55:18 +02:00
Jens Kristian Villadsen
83908242a5 Update pom.xml
Version bumps
2021-07-16 13:48:06 +02:00
jkv
16f5f13ce1 Version bump of spring boot 2021-06-27 20:32:31 +02:00
jvi
1d82c9cd40 Added option for installing transitive IG's - default is true 2021-06-24 11:14:30 +02:00
James Agnew
55b001cda0 Revert "Adding dependency to snakeyaml" 2021-06-06 09:15:05 -04:00
Sean McIlvenna
4bba0778bd Adding dependency to snakeyaml 2021-06-05 15:47:00 -07:00
Joel Schneider
762c9db892 add <attachClasses>true</attachClasses> to maven-war-plugin configuration 2021-05-25 23:13:13 -05:00
ppalacin
787a1b8d0f Add snakeyaml to dependencies 2021-05-21 15:31:32 +02:00
jamesagnew
415f2461e8 Compile fixes 2021-05-19 08:45:03 -04:00
Frank Tao
e452468a93 Bump up the version to 5.4.0-PRE2-SNAPSHOT 2021-03-22 20:04:49 -04:00
Frank Tao
da326875dd Prepare for R5.4 2021-03-13 21:49:50 -05:00
jamesagnew
12c19eff57 Fix #214 - Work around Maven bug 2021-03-05 11:46:53 -05:00
jamesagnew
03960d372d Change to trigger CI 2021-02-17 09:35:42 -05:00
jamesagnew
2ddee148c9 Work on spring fix 2021-02-17 07:28:17 -05:00
Kevin Dougan
c28829f21f Dummy commit to force another CI Build. 2021-02-08 14:02:54 -05:00
Kevin Dougan
845a493244 Dummy commit to force another Build now that a new hapi-fhir 5.3.0-SNAPSHOT has been released. 2021-02-05 15:37:07 -05:00
Kevin Dougan
2f680c30b1 Dummy commit to force a new set of CI Travis Builds to kick off since the previous ones Failed for some strange reason. 2021-02-04 12:56:50 -05: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
Kevin Dougan
ebe7e99c37 Merge branch 'master' into kbd-20201125-cql-initial-impl 2020-12-15 15:32:07 -05:00
Kevin Dougan
771d0a4f7f Unit Test work - still cannot get Dstu3 working after several attempts, but included the skelton of a test to capture the effort anyways. 2020-12-02 16:25:09 -05:00
Vladimir Nemergut
08765f2203 Remove webjars versions specified in parent pom 2020-12-02 12:55:17 +01:00
Kevin Dougan
879849c285 Added some files for CQL support - more work to be done on this.. 2020-11-27 15:10:19 -05:00
jamesagnew
cfd180e3f3 Version bump to 5.2.0 2020-11-18 06:45:31 -05:00
Jens Kristian Villadsen
ee337296ee Renamed deployable war to ROOT in order to homogenize urls regardless… (#141)
* Renamed deployable war to ROOT in order to homogenize urls regardless of deployment method

* Made Maven quite when doing downloading dependencies
2020-09-21 10:19:10 -07:00
jvi
5eef970fbe Added IG options 2020-09-08 14:52:00 +02:00
jvi
afad974f92 add jib oneliner 2020-09-08 13:37:30 +02:00
jvi
d208f12546 rewrote unit tests 2020-09-07 23:41:04 +02:00