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/12 10:41:33 UTC

[camel-quarkus] branch master updated (cbbd832 -> d89b6ed)

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

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


    from cbbd832  Cleanup Netty extension (#395)
     new ee18342  config: remove unused configuration option dump-routes
     new 77e8256  Replace deprecated SubstrateTest with NativeImageTest
     new 53a6c75  config: simplify CamelConfig as runtime configuration happens trough camel.* properties handled by camel-main
     new e09d801  config: switch to quarkus.camel..enabled pattern instead of quarkus.camel.-enabled to enable/disable features
     new d89b6ed  Merge pull request #397 from lburgazzoli/cleanup

The 550 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:
 .../src/main/resources/application.properties      |  5 -----
 .../core/deployment/NativeImageProcessor.java      |  2 +-
 .../org/apache/camel/quarkus/core/CamelConfig.java | 24 ++++++++++------------
 .../java/org/apache/camel/quarkus/core/Flags.java  |  3 ++-
 .../aws/src/main/resources/application.properties  |  4 ----
 .../bean/src/main/resources/application.properties |  4 ----
 .../src/main/resources/application.properties      |  4 ++--
 .../apache/camel/quarkus/core/CamelServlet.java    | 14 -------------
 .../test/src/main/resources/application.properties |  4 ----
 .../test/src/main/resources/application.properties |  3 +--
 .../src/main/resources/application.properties      |  5 -----
 .../src/main/resources/application.properties      |  4 ----
 .../jdbc/src/main/resources/application.properties |  5 -----
 .../mail/src/main/resources/application.properties |  5 -----
 .../src/main/resources/application.properties      |  5 -----
 .../src/main/resources/application.properties      |  1 -
 .../src/main/resources/application.properties      |  4 ----
 .../component/snakeyaml/it/SnakeYAMLIT.java        |  4 ++--
 .../src/main/resources/application.properties      |  4 ----
 19 files changed, 19 insertions(+), 85 deletions(-)