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-k.git.


    from 6853327  Use env var to enable stagin profile
     new 6e6da79  Add some sugar to rest APIs #1316
     new 395c3c4  Rename rest-dsl trait to openapi #1317
     new 0c6b43c  Add some sugar to rest APIs #1316 (small cleanup)
     new 48c2a42  Adapt to latest camel-k-runtime (interceptors)
     new 61fc933  Adapt cron trait to latest camel-k-runtime #1329
     new 0634b02  chore: remove leftovers
     new 82cd8e1  Fix e2e tests for openapi
     new 2dc57b7  Fix project generation for quarkus
     new 84d51d6  Fix e2e tests for openapi (take 2)

The 9 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:
 build/maven/pom-runtime.xml                        |   16 -
 deploy/camel-catalog-1.1.0-main.yaml               | 2938 --------------------
 deploy/camel-catalog-1.1.0-quarkus.yaml            |  764 -----
 ...yaml => camel-catalog-1.2.0-SNAPSHOT-main.yaml} |  238 +-
 ...l => camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml} |  150 +-
 deploy/resources.go                                |   36 +-
 docs/modules/ROOT/nav.adoc                         |    2 +-
 .../pages/traits/{rest-dsl.adoc => openapi.adoc}   |    4 +-
 docs/modules/ROOT/pages/traits/traits.adoc         |    2 +-
 e2e/cron_test.go                                   |    9 +
 e2e/files/petstore-api.yaml                        |  111 +
 examples/cron.groovy => e2e/files/petstore.groovy  |   15 +-
 e2e/openapi_test.go                                |   83 +
 e2e/test_support.go                                |   82 +-
 examples/greetings.groovy                          |    2 +-
 examples/petstore-api.yaml                         |  111 +
 examples/{cron.groovy => petstore.groovy}          |   15 +-
 pkg/apis/camel/v1/integration_types.go             |    3 +
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |   24 +-
 pkg/builder/runtime/quarkus.go                     |   16 +
 pkg/metadata/metadata_dependencies_test.go         |   30 +-
 pkg/trait/cron.go                                  |   79 +-
 pkg/trait/cron_test.go                             |  328 ++-
 pkg/trait/dependencies.go                          |   15 +-
 pkg/trait/dependencies_test.go                     |   13 +-
 pkg/trait/deployment_test.go                       |   15 +-
 pkg/trait/knative_service_test.go                  |   72 +-
 pkg/trait/{rest-dsl.go => openapi.go}              |   74 +-
 pkg/trait/{rest-dsl_test.go => openapi_test.go}    |    6 +-
 pkg/trait/trait.go                                 |   17 +-
 pkg/trait/trait_register.go                        |    2 +-
 pkg/trait/trait_test.go                            |   40 +-
 pkg/trait/trait_types.go                           |  172 +-
 pkg/util/defaults/defaults.go                      |    2 +-
 script/Makefile                                    |    2 +-
 35 files changed, 1507 insertions(+), 3981 deletions(-)
 delete mode 100644 deploy/camel-catalog-1.1.0-main.yaml
 delete mode 100644 deploy/camel-catalog-1.1.0-quarkus.yaml
 rename deploy/{camel-catalog-1.1.1-SNAPSHOT-main.yaml => 
camel-catalog-1.2.0-SNAPSHOT-main.yaml} (93%)
 rename deploy/{camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml => 
camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml} (84%)
 rename docs/modules/ROOT/pages/traits/{rest-dsl.adoc => openapi.adoc} (82%)
 create mode 100644 e2e/files/petstore-api.yaml
 copy examples/cron.groovy => e2e/files/petstore.groovy (76%)
 create mode 100644 e2e/openapi_test.go
 create mode 100644 examples/petstore-api.yaml
 copy examples/{cron.groovy => petstore.groovy} (76%)
 rename pkg/trait/{rest-dsl.go => openapi.go} (81%)
 rename pkg/trait/{rest-dsl_test.go => openapi_test.go} (96%)

Reply via email to