This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new 2826441 DBCP-529 - Add 'jmxName' property to web... (#23) 2826441 is described below commit 2826441a025ef3e21313f8e2a5ea6523a39e2a93 Author: yuri <1969yuri1...@gmail.com> AuthorDate: Mon Jul 8 17:25:55 2019 +0200 DBCP-529 - Add 'jmxName' property to web... (#23) ...Configuration Parameters listing Added a very basic description of the property. --- src/site/xdoc/configuration.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/site/xdoc/configuration.xml b/src/site/xdoc/configuration.xml index 6a3935a..6353f2c 100644 --- a/src/site/xdoc/configuration.xml +++ b/src/site/xdoc/configuration.xml @@ -498,6 +498,14 @@ the parent connection. <code>fastFailValidation</code> is set to <code>true.</code> </td> </tr> +<tr> + <td>jmxName</td> + <td></td> + <td> + Registers the DataSource as JMX MBean under specified name. The name has to conform to the JMX Object Name Syntax (see + <a href="https://docs.oracle.com/javase/1.5.0/docs/api/javax/management/ObjectName.html">javadoc</a>). + </td> +</tr> </table> </section>