You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/02/17 18:50:57 UTC

(camel) branch kn-consumer updated (920210041d8 -> 8ef000edc3c)

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

davsclaus pushed a change to branch kn-consumer
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 920210041d8 CAMEL-20421: camel-knative - Only create consumer/producer http factory when needed. Make camel-jbang able to detect only when knative consumer is in use and startup embedded HTTP server to make it work out of the box.
     add 745268f37cb CAMEL-20421: camel-knative - Only create consumer/producer http factory when needed. Make camel-jbang able to detect only when knative consumer is in use and startup embedded HTTP server to make it work out of the box.
     add 66f6240d61f CAMEL-20421: camel-knative - Only create consumer/producer http factory when needed. Make camel-jbang able to detect only when knative consumer is in use and startup embedded HTTP server to make it work out of the box.
     add 071078e3f24 CAMEL-20421: camel-knative - Only create consumer/producer http factory when needed. Make camel-jbang able to detect only when knative consumer is in use and startup embedded HTTP server to make it work out of the box.
     add 8ef000edc3c CAMEL-20421: camel-knative - Only create consumer/producer http factory when needed. Make camel-jbang able to detect only when knative consumer is in use and startup embedded HTTP server to make it work out of the box.

No new revisions were added by this update.

Summary of changes:
 .../camel/component/knative/KnativeEndpoint.java   |  13 +-
 .../services/org/apache/camel/dev-console/knative  |   2 +
 .../component/knative/http/KnativeHttpConsole.java | 141 +++++++++++++++++++++
 .../knative/http/KnativeHttpConsumer.java          |  14 +-
 .../knative/http/KnativeHttpConsumerFactory.java   |   2 -
 .../knative/http/KnativeHttpProducer.java          |  16 ++-
 .../platform/http/main/MainHttpServer.java         |  17 ++-
 .../main/java/org/apache/camel/CamelContext.java   |   8 ++
 .../camel/impl/engine/AbstractCamelContext.java    |   6 +
 .../camel/cli/connector/LocalCliConnector.java     |   8 ++
 .../jbang/core/commands/process/ListService.java   |  12 +-
 11 files changed, 219 insertions(+), 20 deletions(-)
 create mode 100644 components/camel-knative/camel-knative-http/src/generated/resources/META-INF/services/org/apache/camel/dev-console/knative
 create mode 100644 components/camel-knative/camel-knative-http/src/main/java/org/apache/camel/component/knative/http/KnativeHttpConsole.java