This is an automated email from the ASF dual-hosted git repository. acosentino 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 6c8dde5307a CAMEL-21843 - camel-kamelet - Move kamelet utils to corresponding components - MongoDB (#17388) 6c8dde5307a is described below commit 6c8dde5307aed93e4c76bc6791f56c51f5f10748 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 7 13:03:31 2025 +0100 CAMEL-21843 - camel-kamelet - Move kamelet utils to corresponding components - MongoDB (#17388) Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../java/org/apache/camel/component}/mongodb/SslAwareMongoClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-kamelet/src/main/java/org/apache/camel/component/kamelet/utils/mongodb/SslAwareMongoClient.java b/components/camel-mongodb/src/main/java/org/apache/camel/component/mongodb/SslAwareMongoClient.java similarity index 99% rename from components/camel-kamelet/src/main/java/org/apache/camel/component/kamelet/utils/mongodb/SslAwareMongoClient.java rename to components/camel-mongodb/src/main/java/org/apache/camel/component/mongodb/SslAwareMongoClient.java index e3d8e854492..10e10608cc8 100644 --- a/components/camel-kamelet/src/main/java/org/apache/camel/component/kamelet/utils/mongodb/SslAwareMongoClient.java +++ b/components/camel-mongodb/src/main/java/org/apache/camel/component/mongodb/SslAwareMongoClient.java @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.camel.component.kamelet.utils.mongodb; +package org.apache.camel.component.mongodb; import java.security.KeyManagementException; import java.security.NoSuchAlgorithmException;