You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/11/20 13:09:54 UTC

[camel-quarkus] branch fhir-ext-fix created (now e22a8f7)

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

acosentino pushed a change to branch fhir-ext-fix
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


      at e22a8f7  Fixed FhirProcessor imports

This branch includes the following new commits:

     new e22a8f7  Fixed FhirProcessor imports

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-quarkus] 01/01: Fixed FhirProcessor imports

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch fhir-ext-fix
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

View the commit online:
https://github.com/apache/camel-quarkus/commit/e22a8f7997ca0bf5055bf7a8fa382d16774a6750

commit e22a8f7997ca0bf5055bf7a8fa382d16774a6750
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 20 12:36:20 2019 +0100

    Fixed FhirProcessor imports
---
 .../apache/camel/quarkus/component/fhir/deployment/FhirProcessor.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/FhirProcessor.java b/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/FhirProcessor.java
index e77528f..13af1b7 100644
--- a/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/FhirProcessor.java
+++ b/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/FhirProcessor.java
@@ -34,7 +34,6 @@ import io.quarkus.deployment.builditem.FeatureBuildItem;
 import io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItem;
 import io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBundleBuildItem;
 import io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem;
-import io.quarkus.deployment.builditem.substrate.ReflectiveClassBuildItem;
 import org.apache.camel.component.fhir.FhirCapabilitiesEndpointConfiguration;
 import org.apache.camel.component.fhir.FhirConfiguration;
 import org.apache.camel.component.fhir.FhirCreateEndpointConfiguration;