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 f00b10b  platform-http should return 406 it it cannot satisfy the 
client accept header
     new a0ecb58  chore(style): remove unused method
     new 30cb042  chore(style): remove unused arguments
     new 2bac3e1  core: create a CamelServiceFilterBuildItem to let extension 
filter services automatically discovered and instantiated at augmentation phase
     new bf2e3e1  core(test): reduce noisy logging in platform-http component 
tests

The 4 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:
 .../quarkus/core/deployment/BuildProcessor.java    | 25 +++++----
 ...ature.java => CamelServiceFilterBuildItem.java} | 17 +++---
 .../quarkus/core/deployment/CamelSupport.java      | 34 ++----------
 .../apache/camel/quarkus/core/CamelRecorder.java   |  4 +-
 .../camel/quarkus/core/CamelServiceFilter.java     |  6 +--
 .../camel/quarkus/core/CamelServiceInfo.java       | 61 ++++++++++++++++++++++
 .../http/deployment/PlatformHttpProcessor.java     | 14 ++++-
 .../executor/deployment/BuildProcessor.java        | 13 +++++
 .../src/main/resources/application.properties      |  4 +-
 .../src/main/resources/application.properties      |  8 +--
 10 files changed, 125 insertions(+), 61 deletions(-)
 copy 
extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/{Feature.java
 => CamelServiceFilterBuildItem.java} (67%)
 copy 
integration-tests/core/test/src/test/java/org/apache/camel/quarkus/core/CamelITCase.java
 => 
extensions/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelServiceFilter.java
 (86%)
 create mode 100644 
extensions/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelServiceInfo.java

Reply via email to