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 2020/09/05 02:00:42 UTC

[camel-kafka-connector] branch camel-master updated (f19a1a0 -> 6995b03)

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

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


 discard f19a1a0  Fixed automatic sync camel master gh action
 discard 6b026d0  Fixed syntax of gh action
 discard d6c5bbb  Reintroduce automatic-sync-camel-master
     add 2e9dd30  Rework the testing documentation and adds test writing details
     add 09d6ca2  Archetype: Add a parameter to the archetype generator to be able to specify what connector we want to extend
     add 84bb48e  Merge pull request #421 from apache/archetype-impr
     add ffb6513  Updated CHANGELOG.md
     add 742d9b8  Docs: Updated archetypes docs
     add d535150  Merge pull request #422 from apache/archetype-docs
     add f3aa91e  Updated CHANGELOG.md
     add d8b95d2  Reintroduce automatic sync gh action
     add ab6a756  Revert "Reintroduce automatic sync gh action"
     add b8173b3  Reintroduce automatic-sync-camel-master
     add cd02f63  Fixed syntax of gh action
     add 6398fee  automatic sync gh action: run at 2 am
     add 6995b03  Fixed automatic sync camel master gh action

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f19a1a0)
            \
             N -- N -- N   refs/heads/camel-master (6995b03)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/automatic-sync-camel-master.yml  |   2 +-
 CHANGELOG.md                                       |   4 +
 README.adoc                                        |  54 +------
 .../META-INF/maven/archetype-metadata.xml          |   2 +
 .../src/main/resources/archetype-resources/pom.xml |   5 +-
 docs/modules/ROOT/nav.adoc                         |   1 +
 docs/modules/ROOT/pages/archetypes.adoc            |  40 ++++-
 docs/modules/ROOT/pages/index.adoc                 |   1 +
 docs/modules/ROOT/pages/testing.adoc               | 164 +++++++++++++++++++++
 9 files changed, 209 insertions(+), 64 deletions(-)
 create mode 100644 docs/modules/ROOT/pages/testing.adoc