spring-cloud-schema-registry icon indicating copy to clipboard operation
spring-cloud-schema-registry copied to clipboard

A schema registry implementation for Spring Cloud Stream

Results 28 spring-cloud-schema-registry issues
Sort by recently updated
recently updated
newest added

As far I see at https://github.com/spring-cloud/spring-cloud-schema-registry/blob/7d99ccbea4cdf02e1431c9345938ff7c89f463ae/spring-cloud-schema-registry-client/pom.xml#L76 ```xml com.fasterxml.jackson.dataformat jackson-dataformat-xml tests ``` the dependency `jackson-dataformat-xml` should be excluded but it is not because the scope is `tests` instead of `test`. (note...

Hi Team, I am getting below issue when multiple schema registry urls are present schema.registry.url: https://ut12139.ntrs.com:8082,https://ut12140.ntrs.com:8082 Any fix available. 2023-10-05 07:53:56.542 ERROR [fcd-murex-kafka-event,,] 14872 --- [ scheduling-1] o.s.integration.handler.LoggingHandler : org.springframework.messaging.MessagingException:...

Bumps org.apache.avro:avro from 1.9.2 to 1.11.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.avro:avro&package-manager=maven&previous-version=1.9.2&new-version=1.11.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [h2](https://github.com/h2database/h2database) from 1.4.192 to 2.2.220. Release notes Sourced from h2's releases. Version 2.2.220 Changes since 2.1.214 release: ... (truncated) Commits 66185fb changelog adjustment f3c8222 version and release date 087522b...

dependencies

@PedroAlvarado commented on [Fri Mar 03 2017](https://github.com/spring-cloud/spring-cloud-stream/issues/837) As a user of the SCS schema registry and as part of the schema registration and validation process, I need to be able...

enhancement

The latest release available in Maven Central contains H2 vulnerabilities, namely [CVE-2022-23221](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23221) and [CVE-2021-42392](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42392). When will the next release of this project be available for download, and will these vulnerabilities...

Hi, I have upgraded to Spring Boot 2.4.1 and Spring Cloud 2020.0.0 and get the following error ` Parameter 1 of method schemaRegistryClient in org.springframework.cloud.schema.registry.client.config.SchemaRegistryClientConfiguration required a bean of type...

Looking at [Maven Central](https://repo1.maven.org/maven2/org/springframework/cloud/), it looks to me like every other Spring Cloud project publishes its own dependency management, which in turn is imported into spring-cloud-dependencies. With Spring Cloud Dependencies...

Spring Cloud Schema Registry appears on the surface to support enforcing schema compatibility between versions, via [`SchemaValidator#compatibilityCheck()`](https://github.com/spring-cloud/spring-cloud-schema-registry/blob/v1.1.3/spring-cloud-schema-registry-core/src/main/java/org/springframework/cloud/schema/registry/support/SchemaValidator.java#L51-L58), but nothing seems to actually call this code, nor can I find anything...

Given the current usage, ```SchemaRegistrationResponse``` does more than just return the server response. Since we handle returning the latest version, I propose we reuse the same object for returning the...