This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 3da8ccfb47 docs: Added a comment to the RELEASE_NOTES that the
plc4j-api module supports Java 17
3da8ccfb47 is described below
commit 3da8ccfb476c166c2a363319dcfba8dff11085c8
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Oct 22 09:26:24 2025 +0200
docs: Added a comment to the RELEASE_NOTES that the plc4j-api module
supports Java 17
---
RELEASE_NOTES | 3 +++
1 file changed, 3 insertions(+)
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index b6a5ff915a..3aa8d27504 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -13,6 +13,9 @@ Incompatible changes
- Dropped support for Java 11, new baseline Java version is
Java 21.
+- The PLC4J-API module however is intentionally held at
+ Java 17 to allow alternate driver implementations to support
+ Java 17.
- Updated the signature of the PlcBrowseRequestInterceptor to
also accept a tag and item instead of just an item.