This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 71cf40025 Site checkin for project PLC4X: Jenkins Tools
71cf40025 is described below
commit 71cf40025256627fc4b3413b23cf26aac409c978
Author: jenkins <[email protected]>
AuthorDate: Tue Jan 24 08:16:15 2023 +0000
Site checkin for project PLC4X: Jenkins Tools
---
users/tools/connection-pool.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/users/tools/connection-pool.html b/users/tools/connection-pool.html
index db2462cbc..c6003389b 100644
--- a/users/tools/connection-pool.html
+++ b/users/tools/connection-pool.html
@@ -296,6 +296,18 @@
<div class="sect1">
<h2 id="connection_pool">Connection Pool</h2>
<div class="sectionbody">
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+The plc4j-connection-pool module has been discontinued and has been removed
from PLC4X stating with version 0.11.0
+</td>
+</tr>
+</table>
+</div>
<div class="paragraph">
<p>There are situations where you don’t want to carry around connections
in your code.</p>
</div>