-
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.
332 comsngularkloadgenserializerprotobufserializer nullpointerexcepti…
…on (#409)
- Loading branch information
1 parent
49897e6
commit 7897583
Showing
87 changed files
with
1,407 additions
and
1,405 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
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
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.7</version> | ||
<version>5.6.8</version> | ||
|
||
<name>KLoadGen</name> | ||
<description>Load Generation Jmeter plugin for Kafka Cluster. Supporting AVRO, JSON Schema and Protobuf schema types. Generate Artificial | ||
|
@@ -20,22 +20,11 @@ | |
<name>Mozilla Public License 2.0</name> | ||
<url>https://github.com/sngular/kloadgen/blob/master/LICENSE</url> | ||
<distribution>repo</distribution> | ||
<comments></comments> | ||
<comments/> | ||
</license> | ||
</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,13 +184,24 @@ | |
<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> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<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>pedrogarcia</id> | ||
<name>Pedro Garcia</name> | ||
|
@@ -235,6 +235,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>dhergon</id> | ||
<name>David Hernández González</name> | ||
|
@@ -310,46 +321,35 @@ | |
</distributionManagement> | ||
|
||
<properties> | ||
<assertj-core.version>3.22.0</assertj-core.version> | ||
<assertj-core.version>3.24.2</assertj-core.version> | ||
<assertj-json.version>1.2.0</assertj-json.version> | ||
<jsonassert.version>1.5.1</jsonassert.version> | ||
<avro.version>1.11.0</avro.version> | ||
<avro.version>1.11.2</avro.version> | ||
<commons-beanutils.version>1.9.4</commons-beanutils.version> | ||
<commons-collections4.version>4.4</commons-collections4.version> | ||
<commons-lang3.version>3.12.0</commons-lang3.version> | ||
<gson.version>2.8.6</gson.version> | ||
<guava.version>31.0.1-jre</guava.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> | ||
<apicurio-registry.version>2.4.3.Final</apicurio-registry.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 +365,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> | ||
|
@@ -389,7 +384,12 @@ | |
<dependency> | ||
<groupId>com.fasterxml.jackson.core</groupId> | ||
<artifactId>jackson-core</artifactId> | ||
<version>2.13.1</version> | ||
<version>2.15.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.fasterxml.jackson.core</groupId> | ||
<artifactId>jackson-annotations</artifactId> | ||
<version>2.15.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.projectlombok</groupId> | ||
|
@@ -437,6 +437,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> | ||
|
@@ -461,7 +467,7 @@ | |
<dependency> | ||
<groupId>org.apache.avro</groupId> | ||
<artifactId>avro-protobuf</artifactId> | ||
<version>1.11.0</version> | ||
<version>1.11.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.github.os72</groupId> | ||
|
@@ -474,10 +480,16 @@ | |
<version>4.0.1</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.api.grpc</groupId> | ||
<artifactId>proto-google-common-protos</artifactId> | ||
<version>2.24.0</version> | ||
</dependency> | ||
<dependency> | ||
<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 +514,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 +648,42 @@ | |
</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> | ||
<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> | ||
|
@@ -653,7 +700,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.6.0</version> | ||
<version>3.8.1</version> | ||
<configuration> | ||
<optimize>true</optimize> | ||
<showDeprecation>true</showDeprecation> | ||
|
@@ -698,7 +745,7 @@ | |
<artifactId>cobertura-maven-plugin</artifactId> | ||
<version>2.7</version> | ||
<configuration> | ||
<check></check> | ||
<check/> | ||
<formats> | ||
<format>xml</format> | ||
</formats> | ||
|
@@ -718,7 +765,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-surefire-plugin</artifactId> | ||
<version>2.22.2</version> | ||
<version>3.1.2</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.sonatype.plugins</groupId> | ||
|
@@ -769,10 +816,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> | ||
|
@@ -804,13 +847,16 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-shade-plugin</artifactId> | ||
<version>2.4.2</version> | ||
<version>3.2.4</version> | ||
<configuration> | ||
<filters> | ||
<filter> | ||
<excludes> | ||
<exclude>org/apache/jmeter/jmeter.properties</exclude> | ||
</excludes> | ||
<includes> | ||
<include>*.proto</include> | ||
</includes> | ||
</filter> | ||
</filters> | ||
<finalName>${project.artifactId}-${project.version}</finalName> | ||
|
@@ -839,10 +885,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 +987,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> |
Oops, something went wrong.