Skip to content

build(deps): bump apicurio-registry.version from 3.1.7 to 3.2.1#2441

Merged
MikeEdgar merged 1 commit intomainfrom
dependabot/maven/apicurio-registry.version-3.2.1
Apr 14, 2026
Merged

build(deps): bump apicurio-registry.version from 3.1.7 to 3.2.1#2441
MikeEdgar merged 1 commit intomainfrom
dependabot/maven/apicurio-registry.version-3.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps apicurio-registry.version from 3.1.7 to 3.2.1.
Updates io.apicurio:apicurio-registry-java-sdk-common from 3.1.7 to 3.2.1

Release notes

Sourced from io.apicurio:apicurio-registry-java-sdk-common's releases.

3.2.1

What's Changed

Bug Fixes

  • ElasticsearchSearchDecorator routes all searches through ES instead of only when required (#7593)
  • QuickActions: "Create Artifact" button missing readOnly feature guard (#7592)
  • Move PRIMARY KEY definitions inline in MySQL DDL to avoid Error 3750 (#7589)
  • Search returns phantom result from internal metadata document (#7587)
  • Bulk import via /admin/import fails with MySQL storage - "No value specified for parameter 3" (#7586)
  • OIDC Re-authentication Recovery and Editor Draft Preservation (#7569)

Enhancements

  • SerDes libraries do not propagate OpenTelemetry trace context to Registry (#7553)
  • Support artifact management in the CLI (#7166)

Other Changes

  • Split SDK HTTP adapters into separate modules for native image compatibility (#7614)
  • Isolate JDK HTTP adapter references in RegistryClientRequestAdapterFactory for native image compatibility (#7613)

3.2.0

What's Changed

Bug Fixes

  • Schema editor crashes on non-string example values (#7491)
  • POST /search/versions misses versions promoted from DRAFT to ENABLED (search by content) (#7490)
  • Version 3.1.x introduces undocumented breaking changes on schema resolution (#7471)
  • Version references not saved if state is DRAFT (#7424)
  • macOS CLI workflow fails due to missing Maven dependencies (#7415)
  • Apicurio Java SDK - CVE-2026-1002 in Vertx-core (#7412)
  • Schema caching not working with v3 API - API call made for every record (#7395)
  • Apicurio Registry Startup Crash (Transient DNS Failure) (#7392)
  • listArtifactVersions explicit sort is backwards (#7383)
  • [AVRO] Registry does not support uploading schemas with record defined internally. (#7333)
  • SerDes: Base64-encoded protobuf schemas fail to parse - missing decode step (#7269)
  • Non-owners are able to update artifacts through the ccompact API (#7267)
  • Protobuf schema compatibility check actual errors are not returned to clients (#7068)
  • Silent exception swallowing in reference handling can mask errors (#6943)
  • Registry basic authorization only supports one scope (Azure Entra-related) (#6348)
  • Syntax Errors in Protobuf Schemas Are Not Detected During Registration (#6209)
  • Trouble Using Confluent AvroConverter with apicurio registry (#4831)
  • Cannot create custom artifact and schema resolvers from Quarkus based camel-kafka application (#4514)

Enhancements

  • Remove JAXRSClientUtil and URL content fetching from v2 API (#7493)
  • Enable Quarkus Management Interface for health and metrics endpoints (#7483)
  • Add Strimzi Kafka Access Operator support to the Apicurio Registry Operator (#7475)
  • Add JSON Schema visualization to the Web UI (MCP Server support) (#7466)
  • Global configuration property to enable/disable experimental features (#7425)
  • Add KubernetesOps Storage variant for managing artifacts via ConfigMaps (#7397)
  • Add macOS GitHub Actions workflow for CLI tests (#7390)

... (truncated)

Commits
  • 2f5db2a Automated update to Release Version:: 3.2.1
  • 824139b ci(operator): pre-release changes for 3.2.1
  • a208749 docs: add CLAUDE.md and .claude folder setup for contributor productivity (#7...
  • 33786d9 chore(deps): update dependency io.github.ascopes:protobuf-maven-plugin to v5....
  • 6ea2735 feat: [Data Contracts] Tag Extraction SPI #7352 (#7629)
  • 1eba34d feat: [Data Contracts] Contract Rule Data Model (#7621)
  • 858a878 Remove orphaned REST API v1 OpenAPI specification (#7647)
  • 8fb42e5 tmp: placeholder for a new workflow
  • b7f33e8 fix(cli): update the requirements after further testing
  • c8c01bb feat(cli): address code review
  • Additional commits viewable in compare view

Updates io.apicurio:apicurio-registry-serde-kafka-common from 3.1.7 to 3.2.1

Release notes

Sourced from io.apicurio:apicurio-registry-serde-kafka-common's releases.

3.2.1

What's Changed

Bug Fixes

  • ElasticsearchSearchDecorator routes all searches through ES instead of only when required (#7593)
  • QuickActions: "Create Artifact" button missing readOnly feature guard (#7592)
  • Move PRIMARY KEY definitions inline in MySQL DDL to avoid Error 3750 (#7589)
  • Search returns phantom result from internal metadata document (#7587)
  • Bulk import via /admin/import fails with MySQL storage - "No value specified for parameter 3" (#7586)
  • OIDC Re-authentication Recovery and Editor Draft Preservation (#7569)

Enhancements

  • SerDes libraries do not propagate OpenTelemetry trace context to Registry (#7553)
  • Support artifact management in the CLI (#7166)

Other Changes

  • Split SDK HTTP adapters into separate modules for native image compatibility (#7614)
  • Isolate JDK HTTP adapter references in RegistryClientRequestAdapterFactory for native image compatibility (#7613)

3.2.0

What's Changed

Bug Fixes

  • Schema editor crashes on non-string example values (#7491)
  • POST /search/versions misses versions promoted from DRAFT to ENABLED (search by content) (#7490)
  • Version 3.1.x introduces undocumented breaking changes on schema resolution (#7471)
  • Version references not saved if state is DRAFT (#7424)
  • macOS CLI workflow fails due to missing Maven dependencies (#7415)
  • Apicurio Java SDK - CVE-2026-1002 in Vertx-core (#7412)
  • Schema caching not working with v3 API - API call made for every record (#7395)
  • Apicurio Registry Startup Crash (Transient DNS Failure) (#7392)
  • listArtifactVersions explicit sort is backwards (#7383)
  • [AVRO] Registry does not support uploading schemas with record defined internally. (#7333)
  • SerDes: Base64-encoded protobuf schemas fail to parse - missing decode step (#7269)
  • Non-owners are able to update artifacts through the ccompact API (#7267)
  • Protobuf schema compatibility check actual errors are not returned to clients (#7068)
  • Silent exception swallowing in reference handling can mask errors (#6943)
  • Registry basic authorization only supports one scope (Azure Entra-related) (#6348)
  • Syntax Errors in Protobuf Schemas Are Not Detected During Registration (#6209)
  • Trouble Using Confluent AvroConverter with apicurio registry (#4831)
  • Cannot create custom artifact and schema resolvers from Quarkus based camel-kafka application (#4514)

Enhancements

  • Remove JAXRSClientUtil and URL content fetching from v2 API (#7493)
  • Enable Quarkus Management Interface for health and metrics endpoints (#7483)
  • Add Strimzi Kafka Access Operator support to the Apicurio Registry Operator (#7475)
  • Add JSON Schema visualization to the Web UI (MCP Server support) (#7466)
  • Global configuration property to enable/disable experimental features (#7425)
  • Add KubernetesOps Storage variant for managing artifacts via ConfigMaps (#7397)
  • Add macOS GitHub Actions workflow for CLI tests (#7390)

... (truncated)

Commits
  • 2f5db2a Automated update to Release Version:: 3.2.1
  • 824139b ci(operator): pre-release changes for 3.2.1
  • a208749 docs: add CLAUDE.md and .claude folder setup for contributor productivity (#7...
  • 33786d9 chore(deps): update dependency io.github.ascopes:protobuf-maven-plugin to v5....
  • 6ea2735 feat: [Data Contracts] Tag Extraction SPI #7352 (#7629)
  • 1eba34d feat: [Data Contracts] Contract Rule Data Model (#7621)
  • 858a878 Remove orphaned REST API v1 OpenAPI specification (#7647)
  • 8fb42e5 tmp: placeholder for a new workflow
  • b7f33e8 fix(cli): update the requirements after further testing
  • c8c01bb feat(cli): address code review
  • Additional commits viewable in compare view

Updates io.apicurio:apicurio-registry-avro-serde-kafka from 3.1.7 to 3.2.1

Updates io.apicurio:apicurio-registry-protobuf-serde-kafka from 3.1.7 to 3.2.1

Updates io.apicurio:apicurio-registry-operator-model from 3.1.7 to 3.2.1

Updates io.apicurio:apicurio-registry-java-sdk from 3.1.7 to 3.2.1

Release notes

Sourced from io.apicurio:apicurio-registry-java-sdk's releases.

3.2.1

What's Changed

Bug Fixes

  • ElasticsearchSearchDecorator routes all searches through ES instead of only when required (#7593)
  • QuickActions: "Create Artifact" button missing readOnly feature guard (#7592)
  • Move PRIMARY KEY definitions inline in MySQL DDL to avoid Error 3750 (#7589)
  • Search returns phantom result from internal metadata document (#7587)
  • Bulk import via /admin/import fails with MySQL storage - "No value specified for parameter 3" (#7586)
  • OIDC Re-authentication Recovery and Editor Draft Preservation (#7569)

Enhancements

  • SerDes libraries do not propagate OpenTelemetry trace context to Registry (#7553)
  • Support artifact management in the CLI (#7166)

Other Changes

  • Split SDK HTTP adapters into separate modules for native image compatibility (#7614)
  • Isolate JDK HTTP adapter references in RegistryClientRequestAdapterFactory for native image compatibility (#7613)

3.2.0

What's Changed

Bug Fixes

  • Schema editor crashes on non-string example values (#7491)
  • POST /search/versions misses versions promoted from DRAFT to ENABLED (search by content) (#7490)
  • Version 3.1.x introduces undocumented breaking changes on schema resolution (#7471)
  • Version references not saved if state is DRAFT (#7424)
  • macOS CLI workflow fails due to missing Maven dependencies (#7415)
  • Apicurio Java SDK - CVE-2026-1002 in Vertx-core (#7412)
  • Schema caching not working with v3 API - API call made for every record (#7395)
  • Apicurio Registry Startup Crash (Transient DNS Failure) (#7392)
  • listArtifactVersions explicit sort is backwards (#7383)
  • [AVRO] Registry does not support uploading schemas with record defined internally. (#7333)
  • SerDes: Base64-encoded protobuf schemas fail to parse - missing decode step (#7269)
  • Non-owners are able to update artifacts through the ccompact API (#7267)
  • Protobuf schema compatibility check actual errors are not returned to clients (#7068)
  • Silent exception swallowing in reference handling can mask errors (#6943)
  • Registry basic authorization only supports one scope (Azure Entra-related) (#6348)
  • Syntax Errors in Protobuf Schemas Are Not Detected During Registration (#6209)
  • Trouble Using Confluent AvroConverter with apicurio registry (#4831)
  • Cannot create custom artifact and schema resolvers from Quarkus based camel-kafka application (#4514)

Enhancements

  • Remove JAXRSClientUtil and URL content fetching from v2 API (#7493)
  • Enable Quarkus Management Interface for health and metrics endpoints (#7483)
  • Add Strimzi Kafka Access Operator support to the Apicurio Registry Operator (#7475)
  • Add JSON Schema visualization to the Web UI (MCP Server support) (#7466)
  • Global configuration property to enable/disable experimental features (#7425)
  • Add KubernetesOps Storage variant for managing artifacts via ConfigMaps (#7397)
  • Add macOS GitHub Actions workflow for CLI tests (#7390)

... (truncated)

Commits
  • 2f5db2a Automated update to Release Version:: 3.2.1
  • 824139b ci(operator): pre-release changes for 3.2.1
  • a208749 docs: add CLAUDE.md and .claude folder setup for contributor productivity (#7...
  • 33786d9 chore(deps): update dependency io.github.ascopes:protobuf-maven-plugin to v5....
  • 6ea2735 feat: [Data Contracts] Tag Extraction SPI #7352 (#7629)
  • 1eba34d feat: [Data Contracts] Contract Rule Data Model (#7621)
  • 858a878 Remove orphaned REST API v1 OpenAPI specification (#7647)
  • 8fb42e5 tmp: placeholder for a new workflow
  • b7f33e8 fix(cli): update the requirements after further testing
  • c8c01bb feat(cli): address code review
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 2, 2026
@github-actions github-actions bot added this to the 0.12.1 milestone Apr 2, 2026
@dependabot dependabot bot force-pushed the dependabot/maven/apicurio-registry.version-3.2.1 branch 5 times, most recently from 2eacd36 to 1d9c406 Compare April 6, 2026 12:21
@dependabot dependabot bot force-pushed the dependabot/maven/apicurio-registry.version-3.2.1 branch 3 times, most recently from 19f9198 to c9fc5da Compare April 9, 2026 19:11
@MikeEdgar MikeEdgar removed this from the 0.12.1 milestone Apr 9, 2026
@dependabot dependabot bot force-pushed the dependabot/maven/apicurio-registry.version-3.2.1 branch from c9fc5da to 8f2b1ea Compare April 9, 2026 19:37
@github-actions github-actions bot added this to the 0.12.1 milestone Apr 9, 2026
@MikeEdgar MikeEdgar added the do not merge Do not merge just yet. Work is still in progress label Apr 10, 2026
@MikeEdgar MikeEdgar removed this from the 0.12.1 milestone Apr 10, 2026
@dependabot dependabot bot force-pushed the dependabot/maven/apicurio-registry.version-3.2.1 branch from 8f2b1ea to 75c9979 Compare April 10, 2026 14:13
@github-actions github-actions bot added this to the 0.12.2 milestone Apr 10, 2026
@MikeEdgar MikeEdgar removed this from the 0.12.2 milestone Apr 11, 2026
@dependabot dependabot bot force-pushed the dependabot/maven/apicurio-registry.version-3.2.1 branch from 75c9979 to 464cd31 Compare April 12, 2026 00:03
@github-actions github-actions bot added this to the 0.12.3 milestone Apr 12, 2026
@MikeEdgar
Copy link
Copy Markdown
Member

@dependabot rebase

Bumps `apicurio-registry.version` from 3.1.7 to 3.2.1.

Updates `io.apicurio:apicurio-registry-java-sdk-common` from 3.1.7 to 3.2.1
- [Release notes](https://github.com/apicurio/apicurio-registry/releases)
- [Commits](Apicurio/apicurio-registry@3.1.7...3.2.1)

Updates `io.apicurio:apicurio-registry-serde-kafka-common` from 3.1.7 to 3.2.1
- [Release notes](https://github.com/apicurio/apicurio-registry/releases)
- [Commits](Apicurio/apicurio-registry@3.1.7...3.2.1)

Updates `io.apicurio:apicurio-registry-avro-serde-kafka` from 3.1.7 to 3.2.1

Updates `io.apicurio:apicurio-registry-protobuf-serde-kafka` from 3.1.7 to 3.2.1

Updates `io.apicurio:apicurio-registry-operator-model` from 3.1.7 to 3.2.1

Updates `io.apicurio:apicurio-registry-java-sdk` from 3.1.7 to 3.2.1
- [Release notes](https://github.com/apicurio/apicurio-registry/releases)
- [Commits](Apicurio/apicurio-registry@3.1.7...3.2.1)

---
updated-dependencies:
- dependency-name: io.apicurio:apicurio-registry-java-sdk-common
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.apicurio:apicurio-registry-serde-kafka-common
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.apicurio:apicurio-registry-avro-serde-kafka
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.apicurio:apicurio-registry-protobuf-serde-kafka
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.apicurio:apicurio-registry-operator-model
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.apicurio:apicurio-registry-java-sdk
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/apicurio-registry.version-3.2.1 branch from 464cd31 to 418282b Compare April 14, 2026 13:42
@sonarqubecloud
Copy link
Copy Markdown

@MikeEdgar MikeEdgar removed the do not merge Do not merge just yet. Work is still in progress label Apr 14, 2026
@MikeEdgar MikeEdgar merged commit c157e31 into main Apr 14, 2026
8 checks passed
@MikeEdgar MikeEdgar deleted the dependabot/maven/apicurio-registry.version-3.2.1 branch April 14, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant