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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new e98831a1f8e CAMEL-19228 - Remove leftover comment (#14494)
e98831a1f8e is described below

commit e98831a1f8e86a6207e53175c3e52cf316f2eacc
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Wed Jun 12 19:36:55 2024 +0200

    CAMEL-19228 - Remove leftover comment (#14494)
    
    it was to point to an issue mentioning to take care when upgrading the
    container version; The container version has already been upgraded and
    is now specified in another file (container.properties)
    
    Signed-off-by: Aurélien Pupier <apup...@redhat.com>
---
 .../test/infra/couchbase/services/CouchbaseLocalContainerService.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/test-infra/camel-test-infra-couchbase/src/test/java/org/apache/camel/test/infra/couchbase/services/CouchbaseLocalContainerService.java
 
b/test-infra/camel-test-infra-couchbase/src/test/java/org/apache/camel/test/infra/couchbase/services/CouchbaseLocalContainerService.java
index cf91d5fc378..1e09073c514 100644
--- 
a/test-infra/camel-test-infra-couchbase/src/test/java/org/apache/camel/test/infra/couchbase/services/CouchbaseLocalContainerService.java
+++ 
b/test-infra/camel-test-infra-couchbase/src/test/java/org/apache/camel/test/infra/couchbase/services/CouchbaseLocalContainerService.java
@@ -25,7 +25,6 @@ import org.slf4j.LoggerFactory;
 import org.testcontainers.couchbase.CouchbaseContainer;
 
 public class CouchbaseLocalContainerService implements CouchbaseService, 
ContainerService<CouchbaseContainer> {
-    // Please check CAMEL-19228 before upgrading
 
     /*
      * Couchbase container uses a dynamic port for the KV service. The 
configuration

Reply via email to