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

sruehl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git.


    from 77ab269  [plc4j-ads] added AdsPlcFieldHandlerTest and fixed some bugs 
while at it
     new be27e62  [plc4j-ads] fixed small problems with time api and added a 
todo
     new fa2688a  [plc4j-pool] added PoolKeyFactory to produce different keys 
for different protocols.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../plc4x/java/ads/model/AdsPlcFieldHandler.java   |  26 ++++--
 .../plc4x/java/utils/connectionpool/PoolKey.java   |  21 ++---
 .../java/utils/connectionpool/PoolKeyFactory.java  | 103 +++++++++++++++++++++
 .../connectionpool/PooledPlcDriverManager.java     |  19 +++-
 .../utils/connectionpool/PoolKeyFactoryTest.java   |  93 +++++++++++++++++++
 5 files changed, 244 insertions(+), 18 deletions(-)
 create mode 100644 
plc4j/utils/connection-pool/src/main/java/org/apache/plc4x/java/utils/connectionpool/PoolKeyFactory.java
 create mode 100644 
plc4j/utils/connection-pool/src/test/java/org/apache/plc4x/java/utils/connectionpool/PoolKeyFactoryTest.java

Reply via email to