This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit fb3f9fbf60aa778e3be623a8ac219affce6ce68d
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Tue Nov 26 09:32:03 2019 +0100

    Disable fhir native images tests
---
 integration-tests/fhir/pom.xml | 29 +++++++++++++++++++++++++++--
 1 file changed, 27 insertions(+), 2 deletions(-)

diff --git a/integration-tests/fhir/pom.xml b/integration-tests/fhir/pom.xml
index be7636f..87c829b 100644
--- a/integration-tests/fhir/pom.xml
+++ b/integration-tests/fhir/pom.xml
@@ -113,10 +113,35 @@
 
     <profiles>
         <profile>
-            <id>native</id>
+            <!--
+               Disable as fails in native mode, see:
+
+                   https://github.com/apache/camel-quarkus/issues/473
+
+
+                Error: 
com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered 
unresolved type
+                during parsing: ca.uhn.fhir.rest.server.RestfulServerUtils. To 
diagnose the issue you can use the
+                \-\-allow-incomplete-classpath option. The missing type is 
then reported at run time when it is
+                accessed the first time.
+
+                Detailed message:
+                    Trace:
+                        at parsing 
org.hl7.fhir.dstu3.hapi.rest.server.Dstu3BundleFactory.addResourcesToBundle(Dstu3BundleFactory.java:147)
+                    Call path from entry point to 
org.hl7.fhir.dstu3.hapi.rest.server.Dstu3BundleFactory.addResourcesToBundle(List,
 BundleTypeEnum, String, BundleInclusionRule, Set):
+                        at 
org.hl7.fhir.dstu3.hapi.rest.server.Dstu3BundleFactory.addResourcesToBundle(Dstu3BundleFactory.java:57)
+                        at 
ca.uhn.fhir.rest.client.method.BaseHttpClientInvocationWithContents.encodeContents(BaseHttpClientInvocationWithContents.java:177)
+                        at 
ca.uhn.fhir.rest.client.method.BaseHttpClientInvocationWithContents.asHttpRequest(BaseHttpClientInvocationWithContents.java:136)
+                        at 
ca.uhn.fhir.rest.client.method.HttpPutClientInvocation.asHttpRequest(HttpPutClientInvocation.java:28)
+                        at 
ca.uhn.fhir.rest.client.impl.GenericClient$BaseClientExecutable.invoke(GenericClient.java:431)
+                        at 
ca.uhn.fhir.rest.client.impl.GenericClient$MetaInternal.execute(GenericClient.java:953)
+                        at 
org.apache.camel.component.fhir.api.FhirMeta.getFromServer(FhirMeta.java:49)
+
+                Looks like dstu3 requires some fhir-server capabilities
+            -->
+            <id>fhir-native</id>
             <activation>
                 <property>
-                    <name>native</name>
+                    <name>fhir-native</name>
                 </property>
             </activation>
             <build>

Reply via email to