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 fdc77c76704 Add javadoc about to not use URISupport for non-Camel 
purpose
fdc77c76704 is described below

commit fdc77c76704ed0f79079c79ce416b71f3bdd2e5e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Sep 13 08:19:23 2024 +0200

    Add javadoc about to not use URISupport for non-Camel purpose
---
 core/camel-util/src/main/java/org/apache/camel/util/URISupport.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java 
b/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java
index f3bb9a35586..cc9abe4b7dc 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java
@@ -37,6 +37,10 @@ import static 
org.apache.camel.util.CamelURIParser.URI_ALREADY_NORMALIZED;
 
 /**
  * URI utilities.
+ *
+ * IMPORTANT: This class is only intended for Camel internal, Camel 
components, and other Camel features.
+ * If you need a general purpose URI/URL utility class then do not use this 
class. This class is implemented
+ * in a certain way to work and support how Camel internally parses endpoint 
URIs.
  */
 public final class URISupport {
 

Reply via email to