chgl
d059954c5f
Updated hapi-fhir to 6.1.0
2022-08-22 18:23:36 +02:00
markiantorno
6ad29890f0
changes to pom.xml to enable publishing
2022-07-05 14:27:05 -04:00
Patrick Werner
d6b5bc3cd2
Applying fix from upstream for h2 Binaries
...
This issue is already fixed upstream. Can be removed with next hapi version upgrade.
https://github.com/hapifhir/hapi-fhir/pull/3676
2022-07-04 14:46:15 +02:00
Mark Iantorno
73d7ee1857
bumping to non-snapshot version ( #377 )
2022-05-26 21:00:07 +02:00
Tadgh
6ad499cecb
Bump to pre-01
2022-05-19 14:45:42 -07:00
Tadgh
2a71578516
Merge branch 'master' into rel_6_0_0_mergeback
2022-05-19 10:43:51 -07:00
Tadgh
cd0b8d7392
Bump pom and minimum java version
2022-05-16 09:57:30 -07:00
chgl
fdfa6fd711
Expose Prometheus metrics ( #355 )
2022-05-01 21:48:18 +02:00
Michael Buckley
f736b6d8e6
Bump to hapi PRE11
2022-04-29 08:57:37 -04:00
chgl
c607a98728
Updated to HAPI FHIR version 5.7.2 ( #349 )
2022-04-15 19:28:53 +02:00
Jaison Baskaran
ae724f4172
Bump to PRE10
2022-04-13 08:54:11 -06:00
Patrick Werner
21165ccfaa
Merge pull request #337 from hapifhir/feature/spring-boot-actuator
...
Add actuator
2022-04-13 13:52:06 +02:00
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