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

chrisdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git

commit 0859a6c8384681f15b9011406d914fe213a47fa1
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Jun 23 19:12:46 2026 +0200

    chore: Made the integration modules build again.
---
 plc4j/integrations/apache-calcite/pom.xml |  6 ++++
 plc4j/integrations/apache-nifi/README.md  | 54 +++++++++++++++----------------
 2 files changed, 33 insertions(+), 27 deletions(-)

diff --git a/plc4j/integrations/apache-calcite/pom.xml 
b/plc4j/integrations/apache-calcite/pom.xml
index bfb5e75..5530ac7 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -96,6 +96,12 @@
       <version>${plc4x.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>ch.qos.logback</groupId>
+      <artifactId>logback-classic</artifactId>
+      <version>1.5.34</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <dependencyManagement>
diff --git a/plc4j/integrations/apache-nifi/README.md 
b/plc4j/integrations/apache-nifi/README.md
index 04aeed8..cfecb66 100644
--- a/plc4j/integrations/apache-nifi/README.md
+++ b/plc4j/integrations/apache-nifi/README.md
@@ -71,33 +71,33 @@ When reading from a PLC the response is used to create a 
mapping between Plc typ
 Table of data mapping between plc data and Avro types (as specified in [Avro 
specification](https://avro.apache.org/docs/1.11.1/specification/#primitive-types)).
 
 
-| PLC type | Avro Type |
-|----------:|-----------|
-| PlcBOOL | boolean |
-| PlcBYTE | bytes |
-| PlcSINT | int |
-| PlcINT | int |
-| PlcLINT | long |
-| PlcREAL | float |
-| PlcLREAL | double |
-| PlcCHAR | string |
-| PlcDATE_AND_TIME | string |
-| PlcDATE | string |
-| PlcDINT | string |
-| PlcDWORD | string |
-| PlcLTIME | string |
-| PlcLWORD | string |
-| PlcNull | string |
-| PlcSTRING | string |
-| PlcTIME_OF_DAY | string |
-| PlcTIME | string |
-| PlcUDINT | string |
-| PlcUINT | string |
-| PlcULINT | string |
-| PlcUSINT | string |
-| PlcWCHAR | string |
-| PlcWORD | string |
-| ELSE | string |
+|         PLC type | Avro Type |
+|-----------------:|-----------|
+|          PlcBOOL | boolean   |
+|          PlcBYTE | bytes     |
+|          PlcSINT | int       |
+|           PlcINT | int       |
+|          PlcLINT | long      |
+|          PlcREAL | float     |
+|         PlcLREAL | double    |
+|          PlcCHAR | string    |
+| PlcDATE_AND_TIME | string    |
+|          PlcDATE | string    |
+|          PlcDINT | string    |
+|         PlcDWORD | string    |
+|         PlcLTIME | string    |
+|         PlcLWORD | string    |
+|          PlcNull | string    |
+|        PlcSTRING | string    |
+|   PlcTIME_OF_DAY | string    |
+|          PlcTIME | string    |
+|         PlcUDINT | string    |
+|          PlcUINT | string    |
+|         PlcULINT | string    |
+|         PlcUSINT | string    |
+|         PlcWCHAR | string    |
+|          PlcWORD | string    |
+|             ELSE | string    |
 
 
 Also, it is important to keep in mind the Processor Scheduling Configuration. 
Using the parameter **Run Schedule** (for example to *1 sec*), the reading 
frequency can be set. Note that by default, this value is defined to 0 sec (as 
fast as possible).

Reply via email to