This is an automated email from the ASF dual-hosted git repository.
cgarcia pushed a commit to branch feature/merlot
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/feature/merlot by this push:
new 7a77b0e Test for netbeans 27.
7a77b0e is described below
commit 7a77b0ee56894cf05b3dc1447b59844c0c795dc5
Author: César García <[email protected]>
AuthorDate: Fri Aug 22 09:00:09 2025 -0400
Test for netbeans 27.
---
.gitignore | 1 +
plc4j/tools/merlot/merlot.iml | 15 +++++++++++++++
plc4j/tools/merlot/org.apache.plc4x.merlot.drv.s7/pom.xml | 6 ++++++
.../plc4x/merlot/drv/s7/core/S7DBAoFactoryBorrarTest.java | 7 +++++++
4 files changed, 29 insertions(+)
diff --git a/.gitignore b/.gitignore
index 9b01b06..1a86979 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ target
# Source bundle from PLC4C
/plc4c/plc4c/
+/plc4j/tools/merlot/org.apache.plc4x.merlot.drv.s7/nbproject/
diff --git a/plc4j/tools/merlot/merlot.iml b/plc4j/tools/merlot/merlot.iml
new file mode 100644
index 0000000..452f210
--- /dev/null
+++ b/plc4j/tools/merlot/merlot.iml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module version="4">
+ <component name="FacetManager">
+ <facet type="web" name="Web">
+ <configuration>
+ <descriptors>
+ <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/org.apache.plc4x.merlot.ui/src/main/webapp/WEB-INF/web.xml"
/>
+ </descriptors>
+ <webroots>
+ <root
url="file://$MODULE_DIR$/org.apache.plc4x.merlot.ui/src/main/webapp"
relative="/" />
+ </webroots>
+ </configuration>
+ </facet>
+ </component>
+</module>
\ No newline at end of file
diff --git a/plc4j/tools/merlot/org.apache.plc4x.merlot.drv.s7/pom.xml
b/plc4j/tools/merlot/org.apache.plc4x.merlot.drv.s7/pom.xml
index 414ed30..b0a0b18 100644
--- a/plc4j/tools/merlot/org.apache.plc4x.merlot.drv.s7/pom.xml
+++ b/plc4j/tools/merlot/org.apache.plc4x.merlot.drv.s7/pom.xml
@@ -221,5 +221,11 @@
<version>3.1.6</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-buffer</artifactId>
+ <version>4.1.119.Final</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>
diff --git
a/plc4j/tools/merlot/org.apache.plc4x.merlot.drv.s7/src/test/java/org/apache/plc4x/merlot/drv/s7/core/S7DBAoFactoryBorrarTest.java
b/plc4j/tools/merlot/org.apache.plc4x.merlot.drv.s7/src/test/java/org/apache/plc4x/merlot/drv/s7/core/S7DBAoFactoryBorrarTest.java
new file mode 100644
index 0000000..768762f
--- /dev/null
+++
b/plc4j/tools/merlot/org.apache.plc4x.merlot.drv.s7/src/test/java/org/apache/plc4x/merlot/drv/s7/core/S7DBAoFactoryBorrarTest.java
@@ -0,0 +1,7 @@
+package org.apache.plc4x.merlot.drv.s7.core;
+
+import junit.framework.TestCase;
+
+public class S7DBAoFactoryBorrarTest extends TestCase {
+
+}
\ No newline at end of file