Skip to content

Commit bb7f6ff

Browse files
committed
Updated with 1.7.0 release
1 parent 7c036d2 commit bb7f6ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+622
-46
lines changed

db/DB/cucumblan.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This is a cucumblan.properties properties file
2-
#Sat May 07 09:59:15 CDT 2022
2+
#Mon May 23 11:34:47 CDT 2022
33
employee.cucumblan.jdbc.username=sa
44
employee.cucumblan.jdbc.driver-class-name=org.h2.Driver
55
virtualan.data.heading=Data-Integrity-Testing - Workflow;

db/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.6.4</idaithalam.version>
12+
<idaithalam.version>1.7.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>

demo-all/demo-all/cucumblan.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This is a cucumblan.properties properties file
2-
#Sat May 07 09:57:44 CDT 2022
2+
#Mon May 23 11:32:44 CDT 2022
33
virtualan.data.heading=Rest-Get - Workflow;Multi-Run - Workflow;
44
virtualan.data.type=VIRTUALAN
55
service.api.ep=https\://live.virtualandemo.com/api

demo-all/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.6.4</idaithalam.version>
12+
<idaithalam.version>1.7.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.6.4</idaithalam.version>
12+
<idaithalam.version>1.7.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#This is a cucumblan-env.properties properties file
2-
#Sat May 07 09:58:38 CDT 2022
2+
#Mon May 23 11:34:08 CDT 2022
33
password=1password
44

execute-feature-file/LakesideMutual/Customer-Self-Service/DB/cucumblan.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This is a cucumblan.properties properties file
2-
#Sat May 07 09:58:38 CDT 2022
2+
#Mon May 23 11:34:08 CDT 2022
33
css.cucumblan.jdbc.url=jdbc\:mysql\://microservices.virtualandemo.com\:3306/customerselfservice?allowPublicKeyRetrieval\=true&useSSL\=false
44
virtualan.data.heading=CSS-Accept-DB - Workflow;CSS-Reject-DB - Workflow;
55
virtualan.data.load=CSS-Accept-DB-0.json;CSS-Reject-DB-1.json;

execute-feature-file/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.6.4</idaithalam.version>
12+
<idaithalam.version>1.7.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#This is a cucumblan-env.properties properties file
2-
#Sat May 07 09:58:33 CDT 2022
2+
#Mon May 23 11:34:04 CDT 2022
33
password=1password
44

generate-feature-file/LakesideMutual/Customer-Self-Service/DB/cucumblan.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This is a cucumblan.properties properties file
2-
#Sat May 07 09:58:33 CDT 2022
2+
#Mon May 23 11:34:04 CDT 2022
33
css.cucumblan.jdbc.url=jdbc\:mysql\://microservices.virtualandemo.com\:3306/customerselfservice?useSSL\=false
44
virtualan.data.heading=CSS-Accept-DB - Workflow;CSS-Reject-DB - Workflow;
55
virtualan.data.load=CSS-Accept-DB-0.json;CSS-Reject-DB-1.json;

generate-feature-file/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.6.4</idaithalam.version>
12+
<idaithalam.version>1.7.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>

graphql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.6.4</idaithalam.version>
12+
<idaithalam.version>1.7.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>

rest-db-kafka-protobuf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<junit.version>5.5.2</junit.version>
1111
<cucumber.version>6.7.0</cucumber.version>
1212
<virtualan.version>1.3.0</virtualan.version>
13-
<idaithalam.version>1.6.4</idaithalam.version>
13+
<idaithalam.version>1.7.0</idaithalam.version>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
1616
<description>

rest-db-kafka/pom.xml

+48-6
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<properties>
99
<maven.compiler.source>8</maven.compiler.source>
1010
<maven.compiler.target>8</maven.compiler.target>
11-
<idaithalam.version>1.6.4</idaithalam.version>
11+
<idaithalam.version>1.7.0</idaithalam.version>
1212
<testng.ver>7.4.0</testng.ver>
13+
<avro.version>1.9.2</avro.version>
1314
</properties>
1415
<description>
1516
This project demonstrate Idaithalam can be integrated with REST API and Kafka message validation.
@@ -50,7 +51,17 @@
5051
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
5152
</repository>
5253
</distributionManagement>
53-
54+
<repositories>
55+
<repository>
56+
<id>confluent</id>
57+
<url>https://packages.confluent.io/maven/</url>
58+
</repository>
59+
<repository>
60+
<id>central</id>
61+
<name>Central Repository</name>
62+
<url>https://repo.maven.apache.org/maven2</url>
63+
</repository>
64+
</repositories>
5465
<build>
5566
<sourceDirectory>src/main/java</sourceDirectory>
5667
<extensions>
@@ -68,8 +79,8 @@
6879
<version>3.8.1</version>
6980
<configuration>
7081
<encoding>UTF-8</encoding>
71-
<source>1.8</source>
72-
<target>1.8</target>
82+
<source>11</source>
83+
<target>11</target>
7384
</configuration>
7485
</plugin>
7586
<plugin>
@@ -125,6 +136,24 @@
125136
</execution>
126137
</executions>
127138
</plugin>
139+
<plugin>
140+
<groupId>org.apache.avro</groupId>
141+
<artifactId>avro-maven-plugin</artifactId>
142+
<version>1.9.1</version>
143+
<executions>
144+
<execution>
145+
<phase>generate-sources</phase>
146+
<goals>
147+
<goal>schema</goal>
148+
</goals>
149+
<configuration>
150+
<sourceDirectory>src/main/resources/avro</sourceDirectory> <!--5-->
151+
<outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
152+
<stringType>String</stringType>
153+
</configuration>
154+
</execution>
155+
</executions>
156+
</plugin>
128157
</plugins>
129158
</build>
130159
<dependencies>
@@ -140,7 +169,20 @@
140169
<artifactId>testng</artifactId>
141170
<version>${testng.ver}</version>
142171
</dependency>
143-
144-
172+
<dependency>
173+
<groupId>org.apache.avro</groupId>
174+
<artifactId>avro</artifactId>
175+
<version>${avro.version}</version>
176+
</dependency>
177+
<dependency>
178+
<groupId>io.confluent</groupId>
179+
<artifactId>kafka-avro-serializer</artifactId>
180+
<version>7.1.1</version>
181+
</dependency>
182+
<dependency>
183+
<groupId>com.fasterxml.jackson.core</groupId>
184+
<artifactId>jackson-core</artifactId>
185+
<version>2.13.1</version>
186+
</dependency>
145187
</dependencies>
146188
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"namespace": "io.confluent.developer",
3+
"type": "record",
4+
"name": "User",
5+
"fields": [
6+
{
7+
"name": "name",
8+
"type": {
9+
"type": "string",
10+
"avro.java.string": "String"
11+
}
12+
},
13+
{
14+
"name": "age",
15+
"type": "int"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)