File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
examples/spring-cloud-schema-registry-example
spring-cloud-schema-registry-consumer
spring-cloud-schema-registry-producer-two
spring-cloud-schema-registry-producer
extensions/spring-cloud-schema-registry-extension/avro-spring-cloud-schema-registry-extension Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- import com.commercehub .gradle.plugin.avro.GenerateAvroJavaTask
1+ import com.github.davidmc24 .gradle.plugin.avro.GenerateAvroJavaTask
22
33description = " Contains an example of a consumer deserializing a message payload that is in a schema registered in the Spring Cloud Schema Registry"
44
55plugins {
66 id(" org.springframework.boot" )
7- id(" com.commercehub. gradle.plugin.avro-base " )
7+ id(" com.github.davidmc24. gradle.plugin.avro" )
88}
99
1010val springBootVersion: String by project
Original file line number Diff line number Diff line change 1- import com.commercehub .gradle.plugin.avro.GenerateAvroJavaTask
1+ import com.github.davidmc24 .gradle.plugin.avro.GenerateAvroJavaTask
22
33description = " Includes a second example of a service producing messages whose schema is registered in the Spring Cloud Schema Registry\n and is in a different format to the first."
44
55plugins {
66 id(" org.springframework.boot" )
7- id(" com.commercehub. gradle.plugin.avro-base " )
7+ id(" com.github.davidmc24. gradle.plugin.avro" )
88}
99
1010val awsVersion: String by project
Original file line number Diff line number Diff line change 1- import com.commercehub .gradle.plugin.avro.GenerateAvroJavaTask
1+ import com.github.davidmc24 .gradle.plugin.avro.GenerateAvroJavaTask
22
33description = " Includes an example of a service producing messages whose schema is registered in the Spring Cloud Schema Registry"
44
55plugins {
66 id(" org.springframework.boot" )
7- id(" com.commercehub. gradle.plugin.avro-base " )
7+ id(" com.github.davidmc24. gradle.plugin.avro" )
88}
99
1010val awsVersion: String by project
Original file line number Diff line number Diff line change 1- import com.commercehub .gradle.plugin.avro.GenerateAvroJavaTask
1+ import com.github.davidmc24 .gradle.plugin.avro.GenerateAvroJavaTask
22
33description = " Apache Avro implementation of the Spring Cloud Schema Registry Extension"
44
55plugins {
6- id(" com.commercehub. gradle.plugin.avro-base " )
6+ id(" com.github.davidmc24. gradle.plugin.avro" )
77}
88
99val avroVersion: String by project
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ rootProject.name = "java-dynamic-sqs-listener-parent"
44pluginManagement {
55 plugins {
66 id(" org.springframework.boot" ) version " 2.3.4.RELEASE"
7- id(" com.commercehub. gradle.plugin.avro-base " ) version " 0.21 .0"
7+ id(" com.github.davidmc24. gradle.plugin.avro" ) version " 1.2 .0"
88 id(" org.jlleitschuh.gradle.ktlint" ) version " 9.4.1"
99 id(" com.github.spotbugs" ) version " 4.5.1"
1010 id(" io.gitlab.arturbosch.detekt" ) version " 1.14.1"
You can’t perform that action at this time.
0 commit comments