From 8e0b6f9b695d08fee464b30ba69f8c277e18acf1 Mon Sep 17 00:00:00 2001 From: dotasek Date: Mon, 24 Nov 2025 16:07:36 -0500 Subject: [PATCH 01/11] Use HAPI 8.7.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e3af415..5879bc8 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ ca.uhn.hapi.fhir hapi-fhir - 8.6.0 + 8.7.0-SNAPSHOT hapi-fhir-jpaserver-starter From bf0ef92916178f0a1eb8c56f653fa7285963913c Mon Sep 17 00:00:00 2001 From: dotasek Date: Mon, 12 Jan 2026 10:30:44 -0500 Subject: [PATCH 02/11] Update hapi-fhir to 8.7.5-SNAPSHOT --- pom.xml | 6 +++--- .../ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 5879bc8..7adf3e6 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ ca.uhn.hapi.fhir hapi-fhir - 8.7.0-SNAPSHOT + 8.7.5-SNAPSHOT hapi-fhir-jpaserver-starter @@ -297,12 +297,12 @@ org.testcontainers - elasticsearch + testcontainers-elasticsearch test org.testcontainers - junit-jupiter + testcontainers-junit-jupiter test diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java b/src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java index 1c1d2c7..64230d6 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java @@ -3,7 +3,7 @@ package ca.uhn.fhir.jpa.starter.common; import ca.uhn.fhir.batch2.config.Batch2JobRegisterer; import ca.uhn.fhir.batch2.jobs.export.BulkDataExportProvider; import ca.uhn.fhir.batch2.jobs.imprt.BulkDataImportProvider; -import ca.uhn.fhir.batch2.jobs.reindex.ReindexProvider; +import ca.uhn.fhir.batch2.jobs.bulkmodify.reindex.ReindexProvider; import ca.uhn.fhir.context.ConfigurationException; import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.FhirVersionEnum; From 3094b51b676dc6022e777c5b97c71ea42390face Mon Sep 17 00:00:00 2001 From: dotasek Date: Mon, 12 Jan 2026 11:03:52 -0500 Subject: [PATCH 03/11] spotless --- .../java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java b/src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java index 64230d6..504b85c 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java @@ -1,9 +1,9 @@ package ca.uhn.fhir.jpa.starter.common; import ca.uhn.fhir.batch2.config.Batch2JobRegisterer; +import ca.uhn.fhir.batch2.jobs.bulkmodify.reindex.ReindexProvider; import ca.uhn.fhir.batch2.jobs.export.BulkDataExportProvider; import ca.uhn.fhir.batch2.jobs.imprt.BulkDataImportProvider; -import ca.uhn.fhir.batch2.jobs.bulkmodify.reindex.ReindexProvider; import ca.uhn.fhir.context.ConfigurationException; import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.FhirVersionEnum; From 8b39b3abb8d548dfb4f557bb8e337d25f23a5501 Mon Sep 17 00:00:00 2001 From: dotasek Date: Mon, 19 Jan 2026 10:36:55 -0500 Subject: [PATCH 04/11] Update to HAPI 8.7.10-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7adf3e6..e76700e 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ ca.uhn.hapi.fhir hapi-fhir - 8.7.5-SNAPSHOT + 8.7.10-SNAPSHOT hapi-fhir-jpaserver-starter From 2c2690d6bce07cbd1ddf1212a93fc1a79748c0aa Mon Sep 17 00:00:00 2001 From: dotasek Date: Wed, 21 Jan 2026 15:46:36 -0500 Subject: [PATCH 05/11] Switch back to parent version in testcontainers dependency --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7cee15b..43c4f9a 100644 --- a/pom.xml +++ b/pom.xml @@ -311,7 +311,6 @@ org.testcontainers testcontainers - 2.0.3 test From 4979cef0970cfb776bff3053b3f0826aeaa9f5a2 Mon Sep 17 00:00:00 2001 From: dotasek Date: Wed, 21 Jan 2026 16:18:15 -0500 Subject: [PATCH 06/11] Update to HAPI 8.7.11-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 43c4f9a..38767c2 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ ca.uhn.hapi.fhir hapi-fhir - 8.7.10-SNAPSHOT + 8.7.11-SNAPSHOT hapi-fhir-jpaserver-starter From a59994f05fe4832d2ecef2040c8afdd576636453 Mon Sep 17 00:00:00 2001 From: dotasek Date: Mon, 2 Feb 2026 10:59:46 -0500 Subject: [PATCH 07/11] Bump logback --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3d59285..a28a4af 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ 1.3.5 3.5.9 42.7.9 + 1.5.25 @@ -208,12 +209,12 @@ ch.qos.logback logback-classic - 1.5.19 + ${logback_version} ch.qos.logback logback-core - 1.5.19 + ${logback_version} From 744559835d13732d23f2b2ee5a6472642e19a617 Mon Sep 17 00:00:00 2001 From: dotasek Date: Thu, 5 Feb 2026 11:13:08 -0500 Subject: [PATCH 08/11] Update to HAPI 8.7.12-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a28a4af..dc7aff3 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ ca.uhn.hapi.fhir hapi-fhir - 8.7.11-SNAPSHOT + 8.7.12-SNAPSHOT hapi-fhir-jpaserver-starter From 4d96714adeb35e96a5cd8cf27bb127c62e39037c Mon Sep 17 00:00:00 2001 From: peartree Date: Tue, 17 Feb 2026 09:30:57 -0500 Subject: [PATCH 09/11] bumping dependency version to 8.7.13-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dc7aff3..5e3f4b4 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ ca.uhn.hapi.fhir hapi-fhir - 8.7.12-SNAPSHOT + 8.7.13-SNAPSHOT hapi-fhir-jpaserver-starter From 85266820dbaa32263fe0a9409210d3021cf13e7a Mon Sep 17 00:00:00 2001 From: dotasek Date: Thu, 19 Feb 2026 13:30:45 -0500 Subject: [PATCH 10/11] Use HAPI version 8.8.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9edf05e..d02a70b 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ ca.uhn.hapi.fhir hapi-fhir - 8.7.13-SNAPSHOT + 8.8.0 hapi-fhir-jpaserver-starter From f267209b0e9f39de7c8cc81cb419039d56f8a845 Mon Sep 17 00:00:00 2001 From: Brenin Rhodes Date: Fri, 20 Feb 2026 16:56:18 -0700 Subject: [PATCH 11/11] Update CR to 4.4.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d02a70b..64d57b2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 17 1 - 4.2.0 + 4.4.0 3.5.4