aldettinger commented on code in PR #8500:
URL: https://github.com/apache/camel-quarkus/pull/8500#discussion_r3029537901


##########
integration-tests/ibm-cos/src/main/java/org/apache/camel/quarkus/component/ibm/cos/it/IBMCloudObjectStorageRoutes.java:
##########
@@ -34,7 +34,11 @@ public class IBMCloudObjectStorageRoutes extends 
EndpointRouteBuilder {
 
     public static final String CONSUME_ROUTE_ID = "consumeRoute";
 
-    protected static final String BUCKET_NAME = "camel-test-" + 
UUID.randomUUID().toString().substring(0, 12).toLowerCase();
+    public static final String BUCKET_NAME = "camel-test-" + 
UUID.randomUUID().toString().substring(0, 12).toLowerCase();

Review Comment:
   Is it really needed to promote `BUCKET_NAME` as public ?



##########
integration-tests/ibm-cos/src/main/java/org/apache/camel/quarkus/component/ibm/cos/it/IBMCloudObjectStorageRoutes.java:
##########
@@ -34,7 +34,11 @@ public class IBMCloudObjectStorageRoutes extends 
EndpointRouteBuilder {
 
     public static final String CONSUME_ROUTE_ID = "consumeRoute";
 
-    protected static final String BUCKET_NAME = "camel-test-" + 
UUID.randomUUID().toString().substring(0, 12).toLowerCase();
+    public static final String BUCKET_NAME = "camel-test-" + 
UUID.randomUUID().toString().substring(0, 12).toLowerCase();

Review Comment:
   Is it really needed to promote `BUCKET_NAME` as public ? Why ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to