You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/12/07 09:12:25 UTC

[camel-kamelets] branch regen_bot updated (df65c66 -> 4695c71)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.


    from df65c66  The remove-header-name EIP should use name instead of header-name
     add 9fa2ddd  Add websocket source
     add 899f335  The remove-property EIP should use name instead of property-name
     add c4df77e  The remove-property EIP should use name instead of property-name
     add b8eb5a5  The remove-property EIP should use name instead of property-name
     add dc285b0  The remove-property EIP should use name instead of property-name
     add 4695c71  The remove-property EIP should use name instead of property-name

No new revisions were added by this update.

Summary of changes:
 docs/modules/ROOT/nav.adoc                         |   1 +
 docs/modules/ROOT/pages/websocket-source.adoc      | 161 +++++++++++++++++++++
 kamelets/avro-deserialize-action.kamelet.yaml      |   4 +-
 kamelets/avro-serialize-action.kamelet.yaml        |   4 +-
 kamelets/protobuf-deserialize-action.kamelet.yaml  |   2 +-
 kamelets/protobuf-serialize-action.kamelet.yaml    |   2 +-
 kamelets/websocket-source.kamelet.yaml             | 116 +++++++++++++++
 .../kamelets/avro-deserialize-action.kamelet.yaml  |   4 +-
 .../kamelets/avro-serialize-action.kamelet.yaml    |   4 +-
 .../protobuf-deserialize-action.kamelet.yaml       |   2 +-
 .../protobuf-serialize-action.kamelet.yaml         |   2 +-
 .../kamelets/websocket-source.kamelet.yaml         | 116 +++++++++++++++
 ...-binding.yaml => websocket-source-binding.yaml} |  16 +-
 ...-binding.yaml => websocket-source-binding.yaml} |   4 +-
 14 files changed, 416 insertions(+), 22 deletions(-)
 create mode 100644 docs/modules/ROOT/pages/websocket-source.adoc
 create mode 100644 kamelets/websocket-source.kamelet.yaml
 create mode 100644 library/camel-kamelets/src/main/resources/kamelets/websocket-source.kamelet.yaml
 copy templates/bindings/camel-k/{exec-sink-binding.yaml => websocket-source-binding.yaml} (73%)
 copy templates/bindings/core/{file-watch-source-binding.yaml => websocket-source-binding.yaml} (51%)