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 2022/10/14 12:14:56 UTC

[camel-kamelets] branch regen_bot updated (54b6692b -> 78a16a65)

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 54b6692b Added docs about post-release steps
     add 3ecafab6 Added a Catalog Method showing the supported headers (specific for consumer, producer and common) for a Kamelet
     add 78a16a65 Added a Catalog Method showing the supported headers (specific for consumer, producer and common) for a Kamelet

No new revisions were added by this update.

Summary of changes:
 library/camel-kamelets-catalog/pom.xml             | 12 ++++
 .../camel/kamelets/catalog/KameletsCatalog.java    | 64 ++++++++++++++++++----
 .../catalog/model/KameletPrefixSchemeEnum.java     | 44 +++++++++++++++
 .../kamelets/catalog/KameletsCatalogTest.java      | 13 +++++
 4 files changed, 121 insertions(+), 12 deletions(-)
 create mode 100644 library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletPrefixSchemeEnum.java