You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/01/17 23:28:28 UTC

[camel-k] branch master updated (9de63d8 -> 7116fb8)

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

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


    from 9de63d8  Fix bug in compression utils
     new 0eaa140  openapi: fix automatic service configuration
     new 6065852  chore(maven): add extra options by default
     new 7116fb8  chore(test): fix flaky test

The 401 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:
 examples/greetings.groovy                          |  7 ++-
 .../camel/v1alpha1/integration_types_support.go    |  2 +-
 pkg/builder/builder_steps.go                       |  2 +-
 pkg/metadata/http.go                               |  3 +-
 pkg/trait/knative.go                               | 60 +++++-----------------
 pkg/trait/rest.go                                  |  2 +-
 pkg/trait/service.go                               |  6 ++-
 pkg/trait/types.go                                 | 48 +++++++++++++++++
 pkg/util/camel/catalog.go                          |  1 +
 pkg/util/kubernetes/util.go                        | 31 +++++++++++
 pkg/util/maven/maven.go                            |  9 ++--
 11 files changed, 115 insertions(+), 56 deletions(-)