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

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


    omit 6d3cc8c  Added repositories for staging where needed
    omit 771c20b  Added Staging repositories and update to Camel 3.7.0 to be 
ready
    omit e068e69  Regen catalog
    omit e02e379  Regen and removed an assertion
    omit 14b27fd  Regen catalog
    omit c932631  Ensure the I/O exception is logged if thrown in the SSH 
transformation
    omit b0e599a  Prevent an NPE in the ssh transformation the unlikely case 
value is null
    omit 4c55a12  (chores) Use log markers
    omit 35b8590  (chores) Use diamond operators instead of type specification
    omit 65450d0  Avoid creating an anonymous extra class
    omit 9637560  Prevents a potential null pointer dereference if the 
conversion cannot be made in the SinkPojoToSchemaAndStructTransform
    omit d7a565b  Added max redelivery delay to source config in basic 
configuration
    omit 76f4ff9  Added documentation for remove headers in basic configuration 
docs
    omit 58ac0ac  Add enum in Catalog - code generator change #645
    omit 287774a  Made source and binary distribution names compliant with 
camel site download page generation. See #754 Skipped publication of complete 
source artifact
    omit 00fcb1c  Factorize code in CollectConnectorDescriptorMojo
    omit a1fa486  Added another test about removal of headers based on reg exp
     add e25cc4a  Added another test about removal of headers based on reg exp
     add d55c582  Factorize code in CollectConnectorDescriptorMojo
     add 9b721f9  Made source and binary distribution names compliant with 
camel site download page generation. See #754 Skipped publication of complete 
source artifact
     add d8c8c04  Add enum in Catalog - code generator change #645
     add 2e013d2  Added documentation for remove headers in basic configuration 
docs
     add 0f2b03d  Added max redelivery delay to source config in basic 
configuration
     add d250840  Prevents a potential null pointer dereference if the 
conversion cannot be made in the SinkPojoToSchemaAndStructTransform
     add ce017a3  Avoid creating an anonymous extra class
     add 993b191  (chores) Use diamond operators instead of type specification
     add 6f1269a  (chores) Use log markers
     add ad3588a  Prevent an NPE in the ssh transformation the unlikely case 
value is null
     add d52b9f8  Ensure the I/O exception is logged if thrown in the SSH 
transformation
     add 6650346  Regen catalog
     add 163d42d  Regen and removed an assertion
     add e96bf49  Regen catalog
     add e52977d  Work-around Couchbase timeout issue in URL-based test
     add adbda2f  Fixed the timeout issues on Couchbase Sink test with URL
     new 111c90e  Added Staging repositories and update to Camel 3.7.0 to be 
ready
     new 238d590  Added repositories for staging where needed

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   (6d3cc8c)
            \
             N -- N -- N   refs/heads/camel-master-3.7.0-staging (238d590)

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.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tests/itests-couchbase/pom.xml                     | 29 ++++++-
 .../services/CouchbaseLocalContainerService.java   | 89 ----------------------
 .../couchbase/services/CouchbaseRemoteService.java | 58 --------------
 .../couchbase/services/CouchbaseService.java       | 52 -------------
 .../services/CouchbaseServiceFactory.java          | 46 -----------
 .../couchbase/sink/CamelSinkCouchbaseITCase.java   | 50 +++++++++++-
 6 files changed, 71 insertions(+), 253 deletions(-)
 delete mode 100644 
tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/services/CouchbaseLocalContainerService.java
 delete mode 100644 
tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/services/CouchbaseRemoteService.java
 delete mode 100644 
tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/services/CouchbaseService.java
 delete mode 100644 
tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/services/CouchbaseServiceFactory.java

Reply via email to