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

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


    from b37698c  Do not use docker to run native tests, fixes #332
     new cfa4419  chore(build): add a profile to activate native build in 
containers, default is to build with local native-image
     new d0962de  fhir: build time config options
     new 80d3420  chore: fix unchecked cast warning
     new 0c48f79  chore: fix dependencies issues reported during augmentation 
phase
     new cbba439  chore: fix cs
     new 35529af  fhir: build time config options (improved)
     new edec698  fhir: update doc doc

The 7 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.


Summary of changes:
 Jenkinsfile                                        |  2 +-
 Jenkinsfile.quarkus                                |  2 +-
 docs/modules/ROOT/pages/extensions/fhir.adoc       |  6 ++---
 docs/modules/ROOT/pages/user-guide.adoc            |  4 +--
 examples/observability/pom.xml                     |  5 ----
 examples/rest-json/pom.xml                         | 11 --------
 examples/timer-log-xml/pom.xml                     |  7 -----
 .../src/main/resources/routes/my-routes.xml        |  4 +++
 examples/timer-log/pom.xml                         |  7 -----
 .../deployment/AttachmentsProcessor.java           |  7 +++--
 .../component/attachments/AttachmentsRecorder.java |  6 ++---
 .../quarkus/core/deployment/BuildProcessor.java    |  2 +-
 .../core/deployment/UploadAttacherBuildItem.java   |  4 +--
 .../component/fhir/deployment/FhirProcessor.java   | 30 +++++++++++-----------
 .../camel/quarkus/component/fhir/FhirConfig.java}  | 26 +++++++++++--------
 .../camel/quarkus/component/fhir/FhirFlags.java    |  6 ++---
 .../deployment/MicroProfileHealthProcessor.java    |  4 +--
 .../runtime/CamelMicroProfileMetricsRecorder.java  |  2 +-
 .../platform/http/PlatformHttpEndpoint.java        |  2 +-
 .../http/runtime/QuarkusPlatformHttpConsumer.java  | 25 +++++++++---------
 .../test/src/test/resources/my-routes.xml          |  4 +++
 integration-tests/fhir/pom.xml                     |  8 +++---
 .../component/fhir/it/FhirDstu2Resource.java       |  5 ++--
 .../component/fhir/it/FhirDstu2RouteBuilder.java   |  5 ++--
 .../component/fhir/it/FhirDstu3Resource.java       |  5 ++--
 .../component/fhir/it/FhirDstu3RouteBuilder.java   |  4 +--
 .../quarkus/component/fhir/it/FhirR4Resource.java  |  5 ++--
 .../component/fhir/it/FhirR4RouteBuilder.java      |  5 ++--
 .../fhir/src/main/resources/application.properties | 12 ++++-----
 .../camel/quarkus/component/fhir/it/FhirTest.java  | 27 ++++++++++++-------
 .../http/server/it/PlatformHttpEngineTest.java     |  3 +--
 .../platform/http/it/PlatformHttpRouteBuilder.java |  2 ++
 .../component/http/server/it/PlatformHttpTest.java |  9 +++----
 integration-tests/pom.xml                          |  1 -
 integration-tests/salesforce/pom.xml               |  2 +-
 pom.xml                                            | 13 ++++++++++
 36 files changed, 136 insertions(+), 136 deletions(-)
 copy 
extensions/{opentracing/runtime/src/main/java/org/apache/camel/quarkus/component/opentracing/CamelOpenTracingConfig.java
 => 
fhir/runtime/src/main/java/org/apache/camel/quarkus/component/fhir/FhirConfig.java}
 (64%)

Reply via email to