This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-21843-mongodb in repository https://gitbox.apache.org/repos/asf/camel.git
commit 5524566e59a94949d7320be8059d530a9bd5d28a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 7 12:28:44 2025 +0100 CAMEL-21843 - camel-kamelet - Move kamelet utils to corresponding components - MongoDB 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;