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/08/09 09:16:30 UTC

[camel-quarkus] branch master updated (a76c752 -> 631a0e6)

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 a76c752  chore: replace custom properties binding implementation with PropertyBindingSupport from camel support
     new 6ecdb13  Simplify the configuration of maven-compiler-plugin
     new 56651ee  Manage quarkus-bootstrap-maven-plugin and quarkus-maven-plugin only where they are needed
     new 69b3fe3  Keep only those parts of the enforcer plugin config that we actually use and need
     new fad921c  Simplify the surefire and failsafe setup
     new 5490968  maven-resources-plugin is managed in org.apache:apache
     new 9780666  Manage exec-maven-plugin
     new ccc8f15  Fix #112 Do not use ${project.version} in the BOM so that it can serve as a parent of end user apps
     new 401ca81  Do not manage quarkus-integration-test-class-transformer in integration-tests because we do not use it
     new 1b9c397  Let the servlet itest use camel-quarkus-bom as a parent to simulate the setup recommended for user apps
     new 631a0e6  Merge pull request #115 from ppalaga/i112

The 220 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:
 bom/pom.xml                                        | 50 ++++++++-----
 build-parent/pom.xml                               | 87 +---------------------
 extensions/aws-eks/deployment/pom.xml              |  7 --
 extensions/aws-eks/runtime/pom.xml                 |  7 --
 extensions/aws-s3/deployment/pom.xml               |  7 --
 extensions/aws-s3/runtime/pom.xml                  |  7 --
 extensions/aws-sns/deployment/pom.xml              |  7 --
 extensions/aws-sns/runtime/pom.xml                 |  7 --
 extensions/aws-sqs/deployment/pom.xml              |  7 --
 extensions/aws-sqs/runtime/pom.xml                 |  7 --
 extensions/infinispan/deployment/pom.xml           |  7 --
 extensions/infinispan/runtime/pom.xml              |  7 --
 extensions/jetty-common/deployment/pom.xml         |  7 --
 extensions/jetty-common/runtime/pom.xml            |  8 --
 extensions/netty4-http/deployment/pom.xml          |  7 --
 extensions/netty4-http/runtime/pom.xml             |  7 --
 extensions/pom.xml                                 |  1 -
 extensions/salesforce/deployment/pom.xml           |  7 --
 extensions/salesforce/runtime/pom.xml              |  7 --
 extensions/xstream-common/deployment/pom.xml       |  7 --
 extensions/xstream-common/runtime/pom.xml          |  7 --
 integration-tests/aws/pom.xml                      | 12 ---
 integration-tests/bean/pom.xml                     |  8 --
 integration-tests/core-cdi/pom.xml                 |  5 --
 integration-tests/infinispan/pom.xml               |  5 --
 integration-tests/pom.xml                          | 80 +++++++-------------
 integration-tests/salesforce/pom.xml               | 20 -----
 integration-tests/servlet/pom.xml                  |  4 +-
 .../test-project-sanity-checks.groovy              | 16 +++-
 integration-tests/twitter/pom.xml                  | 12 ---
 pom.xml                                            | 73 ++++++++++++++----
 31 files changed, 138 insertions(+), 362 deletions(-)