Merge pull request #920 from hapifhir/do-20250217-hapi-8-6-5
HAPI 8.6.5
This commit is contained in:
2
.github/workflows/smoke-tests.yml
vendored
2
.github/workflows/smoke-tests.yml
vendored
@@ -30,6 +30,8 @@ jobs:
|
|||||||
distribution: zulu
|
distribution: zulu
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
|
env:
|
||||||
|
MAVEN_OPTS: -Xms256m -Xmx3g -XX:+UseG1GC
|
||||||
run: mvn -B package --file pom.xml -Dmaven.test.skip=true
|
run: mvn -B package --file pom.xml -Dmaven.test.skip=true
|
||||||
|
|
||||||
- name: Docker Pull HTTP client
|
- name: Docker Pull HTTP client
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -34,7 +34,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||||
<artifactId>hapi-fhir</artifactId>
|
<artifactId>hapi-fhir</artifactId>
|
||||||
<version>8.6.1</version>
|
<version>8.6.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
|
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
package ca.uhn.fhir.jpa.starter.common;
|
package ca.uhn.fhir.jpa.starter.common;
|
||||||
|
|
||||||
import ca.uhn.fhir.batch2.config.Batch2JobRegisterer;
|
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.export.BulkDataExportProvider;
|
||||||
import ca.uhn.fhir.batch2.jobs.imprt.BulkDataImportProvider;
|
import ca.uhn.fhir.batch2.jobs.imprt.BulkDataImportProvider;
|
||||||
import ca.uhn.fhir.batch2.jobs.reindex.ReindexProvider;
|
|
||||||
import ca.uhn.fhir.context.ConfigurationException;
|
import ca.uhn.fhir.context.ConfigurationException;
|
||||||
import ca.uhn.fhir.context.FhirContext;
|
import ca.uhn.fhir.context.FhirContext;
|
||||||
import ca.uhn.fhir.context.FhirVersionEnum;
|
import ca.uhn.fhir.context.FhirVersionEnum;
|
||||||
|
|||||||
Reference in New Issue
Block a user