Last Version

Java Dynamic SQS Listener - Spring Starter - Spring Cloud Schema Registry Example 3.1.1

Contains examples for serializing messages using Avro and storing these Schema Definitions in the Spring Cloud Schema Registry

License

License

GroupId

GroupId

com.jashmore
ArtifactId

ArtifactId

spring-cloud-schema-registry-example
Version

Version

3.1.1
Type

Type

pom
Description

Description

Java Dynamic SQS Listener - Spring Starter - Spring Cloud Schema Registry Example
Contains examples for serializing messages using Avro and storing these Schema Definitions in the Spring Cloud Schema Registry

Download spring-cloud-schema-registry-example 3.1.1


<!-- https://jarcasting.com/artifacts/com.jashmore/spring-cloud-schema-registry-example/ -->
<dependency>
    <groupId>com.jashmore</groupId>
    <artifactId>spring-cloud-schema-registry-example</artifactId>
    <version>3.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jashmore/spring-cloud-schema-registry-example/
implementation 'com.jashmore:spring-cloud-schema-registry-example:3.1.1'
// https://jarcasting.com/artifacts/com.jashmore/spring-cloud-schema-registry-example/
implementation ("com.jashmore:spring-cloud-schema-registry-example:3.1.1")
'com.jashmore:spring-cloud-schema-registry-example:pom:3.1.1'
<dependency org="com.jashmore" name="spring-cloud-schema-registry-example" rev="3.1.1">
  <artifact name="spring-cloud-schema-registry-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jashmore', module='spring-cloud-schema-registry-example', version='3.1.1')
)
libraryDependencies += "com.jashmore" % "spring-cloud-schema-registry-example" % "3.1.1"
[com.jashmore/spring-cloud-schema-registry-example "3.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

provided (2)

Group / Artifact Type Version
net.jcip : jcip-annotations jar 1.0
com.github.spotbugs : spotbugs-annotations jar 4.0.2

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2
org.mockito : mockito-junit-jupiter jar 3.3.3
org.mockito : mockito-core jar 3.3.3
org.hamcrest : hamcrest jar 2.2
org.assertj : assertj-core jar 3.12.2

Project Modules

  • spring-cloud-schema-registry-consumer
  • spring-cloud-schema-registry-producer
  • spring-cloud-schema-registry-producer-two