Skip to content

Tags: sngular/kloadgen

Tags

5.6.12

Toggle 5.6.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
419 pkix path building failed (#427)

* Adding properties required for SSL authentication, with empty values by default

* Checkstyle fixes.

* Updating related documentation.

5.6.7

Toggle 5.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#340 field type string array map does work as expected (#408)

#340 field_type_string-array-map_does_work_as_expected

---------

Co-authored-by: samuel.amado <[email protected]>
Co-authored-by: Antonio Mondaca <[email protected]>

5.6.6

Toggle 5.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix schema.registry.url (#399)

* fix schema.registry.url

* fix pom

* fixpom-maven-central

* 395 Fix Codacy complains

* 395 Fix Codacy complains

* 395 Fix Codacy complains

---------

Co-authored-by: Jose E. Garcia Maciñeiras <[email protected]>
Co-authored-by: Jose Enrique García Maciñeiras <[email protected]>

5.6.5

Toggle 5.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
389 issue trouble with using apicurio schema registry + confluent ser…

…des (#391)

- Added a new check to have compatibility between Apicurio and Confluent with Avro Serializers

5.6.4

Toggle 5.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 code refactor (#375)

* code refactor

* checkstyle revisited

* Fixing the code

* correcting errors, uncouple the ways to extract the formatting from the Schema Registry, added tests

* code review refactor

* code review

* Update src/main/java/com/sngular/kloadgen/extractor/extractors/protobuff/AbstractProtoFileExtractor.java

Co-authored-by: sonatype-lift[bot] <37194012+sonatype-lift[bot]@users.noreply.github.com>

* bump version

---------

Co-authored-by: Jose Enrique García Maciñeiras <[email protected]>
Co-authored-by: Julian Gomez <[email protected]>
Co-authored-by: sonatype-lift[bot] <37194012+sonatype-lift[bot]@users.noreply.github.com>

5.6.3

Toggle 5.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
381 issue schema registry url field not recognized when running kafka…

… producer with apicurio (#383)

* #381 Minor Change When Use Apicurio Dont Set The Property

Apparently when you pass the properties to the kafkaProducer this cant map the apicurio.schema.url so its need another property for that purpose

* #381 Removed Unused Property From Kafka Producer Sampler

* #381 Upgrade Pom Version

5.6.2

Toggle 5.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#374 multiple schemas apicurio error (#382)

Release 5.6.2

- Fixed an issue related to Apicurio when trying to get more than one schema from the registry from Jmeter.
- Added new documentation on using the schema registry in the wiki.

5.6.1

Toggle 5.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
369 issue better test coverage (#378)

* #369 Added tests for HeaderMapping and PropertyMapping

* #369 changed version in pom.xml

* #369 changed version in pom-maven-central

* Merge branch '369-issue-better-test-coverage'

version updated

* Update pom-maven-central.xml

5.6.0

Toggle 5.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
343 issue refactor schema registry sampler (#373)

* [WIP] Apicurio integration

* 302 Fix some  unit test. In progress...

* 302 Add wiremock server stubs

* [WIP] Apicurio integration

* 302 Fix some  unit test. In progress...

* 302 Add wiremock server stubs

* [WIP] Apicurio integration

* 302 Fix some  unit test. In progress...

* 302 Add wiremock server stubs

* feat: add files in schemaRegistry adapter impl. Pending SchemaResgistryFactory

* 343 Fix integration issues

* add ParsedSchemaAdapter

* feat: refactor parseSchemaParser

* feat: change creatorFactory

* feat:error casting protobufSchema

* 343 Fix casting error to ProtobufSchema

* feat:error casting protobufSchema

* feat: type json ok

* changed version in poms

* changed version in poms, resolve posible null in getParsedSchema

* Update src/main/java/com/sngular/kloadgen/sampler/schemaregistry/adapter/impl/ConfluentParsedSchemaMetadata.java

Co-authored-by: sonatype-lift[bot] <37194012+sonatype-lift[bot]@users.noreply.github.com>

* changed return getType in ConfluentParsedSchemaMetadata

* changed remove variable Reference in ConfluentParsedSchemaMetadata

* resolve nullPointer getSchema and "UnnecessarilyFullyQualified"

* resolve nullPointer getSchema and "UnnecessarilyFullyQualified"

* resolve nullPointer getSchema

* add final in variables and removed unused imports

* delete apicurioParsedSchema duplicated, add license in jmeterhelper and changed size buffer serializer avro

* delete avroAdapter

---------

Co-authored-by: mseijasm <[email protected]>
Co-authored-by: Raúl Abad <[email protected]>
Co-authored-by: sonatype-lift[bot] <37194012+sonatype-lift[bot]@users.noreply.github.com>

5.5.1

Toggle 5.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#368-issue-nullpointer-when-all-fields-are-null (#370)