You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2023/01/21 17:21:29 UTC

[plc4x] 01/01: docs(user): Marked the connection-pool as removed stating with version 0.11.0

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

cdutz pushed a commit to branch feat/cdutz/test-pr
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit a7d805f91fb26b6e13e26254fee2a4881952aa29
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sat Jan 21 18:21:19 2023 +0100

    docs(user): Marked the connection-pool as removed stating with version 0.11.0
---
 src/site/asciidoc/users/tools/connection-pool.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/site/asciidoc/users/tools/connection-pool.adoc b/src/site/asciidoc/users/tools/connection-pool.adoc
index 7eb07096c8..82f4361110 100644
--- a/src/site/asciidoc/users/tools/connection-pool.adoc
+++ b/src/site/asciidoc/users/tools/connection-pool.adoc
@@ -19,6 +19,8 @@
 
 == Connection Pool
 
+NOTE: The plc4j-connection-pool module has been discontinued and has been removed from PLC4X stating with version 0.11.0
+
 There are situations where you don't want to carry around connections in your code.
 
 For example if you have a microservice application, you might have multiple services accessing PLC data.