This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 8fcaf322bb12b6867409fddcdefec2b96ca35655 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 bd06630f01..aa1468153f 100644 --- a/java/org/apache/tomcat/util/digester/ServiceBindingPropertySource.java +++ b/java/org/apache/tomcat/util/digester/ServiceBindingPropertySource.java @@ -27,6 +27,11 @@ import org.apache.tomcat.util.IntrospectionUtils; * A {@link org.apache.tomcat.util.IntrospectionUtils.PropertySource} * 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