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

[camel-quarkus-examples] branch camel-quarkus-main updated (024f0ed -> 4e248b9)

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

ppalaga pushed a change to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git.


 discard 024f0ed  Fix kafka and chucknorris versions
 discard 9afdf08  Default to JDK 11 source & target compiler options
 discard 2d5e7be  Upgrade Maven to 3.8.1
    omit bba2aa5  Upgrade Quarkus to 2.0.1.Final
    omit 0425967  Upgrade to Camel Quarkus 2.1.0
    omit d49f4eb  Next is 2.1.0
     add 4d36f8f  fix oAuth bearer and set openshift container for openshift deployment (#47)
     add 7a6cc32  Next is 2.1.0
     add 6b22560  Upgrade to Camel Quarkus 2.1.0
     add ca41782  Upgrade Quarkus to 2.0.1.Final
     add 78c0b9e  Upgrade Maven to 3.8.1
     add 6e6aeea  Default to JDK 11 source & target compiler options
     add 4e248b9  Fix kafka and chucknorris versions

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   (024f0ed)
            \
             N -- N -- N   refs/heads/camel-quarkus-main (4e248b9)

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:
 docs/modules/ROOT/attachments/examples.json        |   2 +-
 kafka/README.adoc                                  | 109 ++++++++++++++++-----
 kafka/conf/docker-compose.yaml                     |  47 ---------
 .asf.yaml => kafka/kubefiles/secret-example.yml    |  23 +++--
 kafka/pom.xml                                      |  30 +++---
 kafka/src/main/resources/application.properties    |  57 +++++++----
 .../java/org/apache/camel/example/KafkaTest.java   |  14 +--
 .../apache/camel/example/StrimziTestResource.java  |  49 ---------
 8 files changed, 162 insertions(+), 169 deletions(-)
 delete mode 100644 kafka/conf/docker-compose.yaml
 copy .asf.yaml => kafka/kubefiles/secret-example.yml (74%)
 delete mode 100644 kafka/src/test/java/org/apache/camel/example/StrimziTestResource.java