Last Version

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

Includes a second example of a service producing messages whose schema is registered in the Spring Cloud Schema Registry and is in a different format to the first.

License

License

GroupId

GroupId

com.jashmore
ArtifactId

ArtifactId

spring-cloud-schema-registry-producer-two
Version

Version

3.1.1
Type

Type

jar
Description

Description

Java Dynamic SQS Listener - Spring Starter - Spring Cloud Schema Registry Example - Producer Two
Includes a second example of a service producing messages whose schema is registered in the Spring Cloud Schema Registry and is in a different format to the first.

Download spring-cloud-schema-registry-producer-two 3.1.1


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

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar
com.google.guava : guava jar 29.0-jre
com.jashmore : avro-spring-cloud-schema-registry-sqs-client jar 3.1.1
software.amazon.awssdk : sqs jar
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

provided (3)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12
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

There are no modules declared in this project.