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 1e0aab1  Fix probes port detection
     new c03a992  Introduce capabilities to Integration status
     new a8f8db9  Set default for rest based services #1347 #1347

The 2 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:
 pkg/apis/camel/v1/common_types.go          |  7 +++
 pkg/apis/camel/v1/common_types_support.go  | 11 ++++
 pkg/apis/camel/v1/integration_types.go     |  1 +
 pkg/apis/camel/v1/zz_generated.deepcopy.go |  5 ++
 pkg/metadata/metadata_dependencies_test.go | 13 ++++-
 pkg/trait/container.go                     | 42 ++++++++++++++-
 pkg/trait/cron.go                          | 12 +----
 pkg/trait/cron_test.go                     | 18 +------
 pkg/trait/dependencies.go                  | 12 +++++
 pkg/trait/dependencies_test.go             | 87 +++++++++++++++++++++++++++++-
 pkg/trait/openapi.go                       | 50 +++--------------
 pkg/trait/openapi_test.go                  | 50 -----------------
 pkg/util/source/inspector_groovy.go        |  3 ++
 pkg/util/source/inspector_java_script.go   |  7 ++-
 pkg/util/source/inspector_java_source.go   |  7 ++-
 pkg/util/source/inspector_kotlin.go        |  3 ++
 pkg/util/source/inspector_xml.go           |  2 +-
 pkg/util/source/inspector_yaml.go          |  2 +-
 pkg/util/source/types.go                   | 10 ++--
 19 files changed, 211 insertions(+), 131 deletions(-)

Reply via email to