-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a3e419
commit fd6b1e3
Showing
2 changed files
with
86 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
<name>KLoadGen</name> | ||
<description>Load Generation Jmeter plugin for Kafka Cluster. Supporting AVRO, JSON Schema and Protobuf schema types. Generate Artificial | ||
data based on Data specification | ||
data base on Data specification | ||
</description> | ||
<url>https://sngular.github.io/kloadgen/</url> | ||
|
||
|
@@ -25,17 +25,6 @@ | |
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<id>AnxoGomezSngular</id> | ||
<name>Anxo Gómez Sánchez</name> | ||
<email>[email protected]</email> | ||
<organization>Sngular</organization> | ||
<organizationUrl>https://sngular.github.io/</organizationUrl> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<developer> | ||
<id>jegarcia</id> | ||
<name>Jose Enrique Garcia Maciñeiras</name> | ||
|
@@ -195,8 +184,8 @@ | |
<id>davidgarciago</id> | ||
<name>David García Gondell</name> | ||
<email>[email protected]</email> | ||
<organization>Corunet</organization> | ||
<organizationUrl>https://corunet.github.io/</organizationUrl> | ||
<organization>Sngular</organization> | ||
<organizationUrl>https://sngular.github.io/</organizationUrl> | ||
<roles> | ||
<role>Junior Developer</role> | ||
</roles> | ||
|
@@ -224,6 +213,17 @@ | |
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<developer> | ||
<id>rabad-sng</id> | ||
<name>Raúl Abad</name> | ||
<email>[email protected]</email> | ||
<organization>Sngular</organization> | ||
<organizationUrl>https://www.sngular.com</organizationUrl> | ||
<roles> | ||
<role>Senior Backend Developer</role> | ||
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<developer> | ||
<id>nuriaricorf</id> | ||
<name>Nuria Rico Freire</name> | ||
|
@@ -320,36 +320,25 @@ | |
<gson.version>2.8.6</gson.version> | ||
<guava.version>32.0.0-jre</guava.version> | ||
<jaxb-api.version>2.4.0-b180830.0359</jaxb-api.version> | ||
<jdk.version>11</jdk.version> | ||
<jdk.version>17</jdk.version> | ||
<jmeter.lib.scope>provided</jmeter.lib.scope> | ||
<jmeter.version>5.5</jmeter.version> | ||
<jmeter.version>5.6.2</jmeter.version> | ||
<json-path.version>2.6.0</json-path.version> | ||
<junit-jupiter-api.version>5.8.2</junit-jupiter-api.version> | ||
<kafka-schema-registry-client.version>7.1.1</kafka-schema-registry-client.version> | ||
<apicurio-registry.version>2.4.1.Final</apicurio-registry.version> | ||
<kafka.version>3.1.0</kafka.version> | ||
<kafka.version>3.5.1</kafka.version> | ||
<lombok.version>1.18.22</lombok.version> | ||
<minimal-json.version>0.9.5</minimal-json.version> | ||
<mockito-core.version>4.2.0</mockito-core.version> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<rest-assured.version>4.5.0</rest-assured.version> | ||
<slf4j-api.version>2.0.0-alpha1</slf4j-api.version> | ||
<wiremock-junit5.version>1.3.1</wiremock-junit5.version> | ||
<wiremock.version>2.32.0</wiremock.version> | ||
<wiremock.version>2.35.1</wiremock.version> | ||
</properties> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>org.apache.jmeter</groupId> | ||
<artifactId>jorphan</artifactId> | ||
<version>${jmeter.version}</version> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-api</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.kafka</groupId> | ||
<artifactId>kafka-clients</artifactId> | ||
|
@@ -365,11 +354,6 @@ | |
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.guava</groupId> | ||
<artifactId>guava</artifactId> | ||
<version>${guava.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.eclipsesource.minimal-json</groupId> | ||
<artifactId>minimal-json</artifactId> | ||
|
@@ -437,6 +421,12 @@ | |
<groupId>io.apicurio</groupId> | ||
<artifactId>apicurio-registry-client</artifactId> | ||
<version>${apicurio-registry.version}</version> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.jboss.slf4j</groupId> | ||
<artifactId>slf4j-jboss-logmanager</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.apicurio</groupId> | ||
|
@@ -478,6 +468,7 @@ | |
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-api</artifactId> | ||
<version>${slf4j-api.version}</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.commons</groupId> | ||
|
@@ -502,7 +493,7 @@ | |
<dependency> | ||
<groupId>com.github.everit-org.json-schema</groupId> | ||
<artifactId>org.everit.json.schema</artifactId> | ||
<version>1.14.0</version> | ||
<version>1.14.2</version> | ||
</dependency> | ||
<!-- Options --> | ||
<dependency> | ||
|
@@ -636,7 +627,43 @@ | |
</includes> | ||
</resource> | ||
</resources> | ||
<pluginManagement> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-checkstyle-plugin</artifactId> | ||
<version>3.1.2</version> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.puppycrawl.tools</groupId> | ||
<artifactId>checkstyle</artifactId> | ||
<version>10.2</version> | ||
</dependency> | ||
</dependencies> | ||
</plugin> | ||
</plugins> | ||
</pluginManagement> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-checkstyle-plugin</artifactId> | ||
<configuration> | ||
<configLocation>checkstyle.xml</configLocation> | ||
<encoding>UTF-8</encoding> | ||
<consoleOutput>true</consoleOutput> | ||
<failsOnError>true</failsOnError> | ||
<linkXRef>false</linkXRef> | ||
</configuration> | ||
<executions> | ||
<execution> | ||
<id>validate</id> | ||
<phase>validate</phase> | ||
<goals> | ||
<goal>check</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>com.github.ekryd.sortpom</groupId> | ||
<artifactId>sortpom-maven-plugin</artifactId> | ||
|
@@ -769,10 +796,6 @@ | |
<version>${jmeter.version}</version> | ||
<scope>provided</scope> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.apache.jmeter</groupId> | ||
<artifactId>jorphan</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-slf4j-impl</artifactId> | ||
|
@@ -839,10 +862,6 @@ | |
<artifactId>ApacheJMeter_java</artifactId> | ||
<version>${jmeter.version}</version> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.apache.jmeter</groupId> | ||
<artifactId>jorphan</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-slf4j-impl</artifactId> | ||
|
@@ -945,4 +964,16 @@ | |
</profile> | ||
</profiles> | ||
|
||
<reporting> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-checkstyle-plugin</artifactId> | ||
<configuration> | ||
<configLocation>checkstyle.xml</configLocation> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</reporting> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
<artifactId>kloadgen</artifactId> | ||
|
||
<version>5.6.5</version> | ||
<version>5.7.0</version> | ||
|
||
<name>KLoadGen</name> | ||
<description>Load Generation Jmeter plugin for Kafka Cluster. Supporting AVRO, JSON Schema and Protobuf schema types. Generate Artificial | ||
|
@@ -224,6 +224,17 @@ | |
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<developer> | ||
<id>nuriaricorf</id> | ||
<name>Nuria Rico Freire</name> | ||
<email>[email protected]</email> | ||
<organization>Sngular</organization> | ||
<organizationUrl>https://sngular.github.io/</organizationUrl> | ||
<roles> | ||
<role>Junior Developer</role> | ||
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<developer> | ||
<id>dhergon</id> | ||
<name>David Hernández González</name> | ||
|