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

schultz pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 48b5f556dabd0a19ad00260cb942d433e4a3ffd8
Author: Christopher Schultz <ch...@christopherschultz.net>
AuthorDate: Tue May 21 11:51:36 2024 -0400

    Add reference to servicebinding.io in javadoc.
---
 .../apache/tomcat/util/digester/ServiceBindingPropertySource.java    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/java/org/apache/tomcat/util/digester/ServiceBindingPropertySource.java 
b/java/org/apache/tomcat/util/digester/ServiceBindingPropertySource.java
index 997ce354db..52cc7bde83 100644
--- a/java/org/apache/tomcat/util/digester/ServiceBindingPropertySource.java
+++ b/java/org/apache/tomcat/util/digester/ServiceBindingPropertySource.java
@@ -30,6 +30,11 @@ import org.apache.tomcat.util.security.PermissionCheck;
  * A {@link org.apache.tomcat.util.IntrospectionUtils.SecurePropertySource}
  * that uses Kubernetes service bindings to resolve expressions.
  *
+ * <p>
+ *   The Kubernetes service binding specification can be found at
+ *   <a href="https://servicebinding.io/";>https://servicebinding.io/</a>.
+ * </p>
+ *
  * <p><strong>Usage example:</strong></p>
  *
  * Configure the certificate with a service binding.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to