This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 96f704e565c (chores) camel-test-infra-fhir: update HAPI container to
the latest version
96f704e565c is described below
commit 96f704e565cf8b15a00e3ba5aafeb719ee2ec114
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Nov 17 18:24:07 2023 +0100
(chores) camel-test-infra-fhir: update HAPI container to the latest version
Updates the container to 6.8.3
---
.../camel/test/infra/fhir/services/FhirLocalContainerService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-fhir/src/test/java/org/apache/camel/test/infra/fhir/services/FhirLocalContainerService.java
b/test-infra/camel-test-infra-fhir/src/test/java/org/apache/camel/test/infra/fhir/services/FhirLocalContainerService.java
index c941b17d8f0..8b046f002a2 100644
---
a/test-infra/camel-test-infra-fhir/src/test/java/org/apache/camel/test/infra/fhir/services/FhirLocalContainerService.java
+++
b/test-infra/camel-test-infra-fhir/src/test/java/org/apache/camel/test/infra/fhir/services/FhirLocalContainerService.java
@@ -27,7 +27,7 @@ import org.testcontainers.containers.wait.strategy.Wait;
public class FhirLocalContainerService implements FhirService,
ContainerService<GenericContainer> {
// needs
https://github.com/hapifhir/hapi-fhir-jpaserver-starter/commit/54120f374eea5084634830d34c99a9137b22a310
- public static final String CONTAINER_IMAGE = "hapiproject/hapi:v6.6.0";
+ public static final String CONTAINER_IMAGE = "hapiproject/hapi:v6.8.3";
public static final String CONTAINER_NAME = "fhir";
private static final Logger LOG =
LoggerFactory.getLogger(FhirLocalContainerService.class);