Skip to content

build(deps): bump apicurio-registry.version from 3.1.6 to 3.2.1#3564

Merged
k-wall merged 3 commits intomainfrom
dependabot/maven/apicurio-registry.version-3.2.1
Apr 1, 2026
Merged

build(deps): bump apicurio-registry.version from 3.1.6 to 3.2.1#3564
k-wall merged 3 commits intomainfrom
dependabot/maven/apicurio-registry.version-3.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps apicurio-registry.version from 3.1.6 to 3.2.1.
Updates io.apicurio:apicurio-registry-java-sdk from 3.1.6 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

Updates io.apicurio:apicurio-registry-common from 3.1.6 to 3.2.1

Release notes

Sourced from io.apicurio:apicurio-registry-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-jsonschema-serde-kafka from 3.1.6 to 3.2.1

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

Release notes

Sourced from io.apicurio:apicurio-registry-serde-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-schema-resolver from 3.1.6 to 3.2.1

Release notes

Sourced from io.apicurio:apicurio-registry-schema-resolver'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-v2-java-sdk from 3.1.6 to 3.2.1

Release notes

Sourced from io.apicurio:apicurio-registry-v2-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

Updates io.apicurio:apicurio-registry-serde-kafka-common from 3.1.6 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-java-sdk-common from 3.1.6 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 30, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 30, 2026 03:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/apicurio-registry.version-3.2.1 branch 2 times, most recently from 7ca2e84 to fe74542 Compare March 30, 2026 13:37
@k-wall
Copy link
Copy Markdown
Member

k-wall commented Mar 30, 2026

@carlesarnal quick question, when we bump from 3.1 to 3.2, what's the correct way to exclude the vertx dependencies so that we rely only on the Java's HTTP library connections back to the registry.

Hey Keith, when bumping from 3.1 to 3.2, you need to do three things:

  1. Exclude the Kiota Vert.x HTTP adapter from apicurio-registry-schema-resolver (that's where the transitive dep comes from):
  <dependency>                                                                                                                                                                                                                     
      <groupId>io.apicurio</groupId>                                                                                                                                                                                               
      <artifactId>apicurio-registry-schema-resolver</artifactId>                                                                                                                                                                   
      <exclusions>                                                                                                                                                                                                                 
          <exclusion>                                                                                                                                                                                                              
              <groupId>io.kiota</groupId>                                                                                                                                                                                          
              <artifactId>kiota-http-vertx</artifactId>                                                                                                                                                                            
          </exclusion>                                                                                                                                                                                                             
      </exclusions>                                                                                                                                                                                                                
  </dependency>               
  1. Add the Kiota JDK HTTP adapter as an explicit dependency:
<dependency>                                                                                                                                                                                                                     
    <groupId>io.kiota</groupId>                                                                                                                                                                                                  
    <artifactId>kiota-http-jdk</artifactId>                                                                                                                                                                                      
</dependency>     

(And manage its version in the parent POM with a kiota.version property.)

  1. Set the HTTP adapter in the schema resolver config so the SDK actually uses it. In code, when building the resolver config map, add:

resolverConfig.put(SchemaResolverConfig.HTTP_ADAPTER, "JDK");

Without this, even with kiota-http-jdk on the classpath, the SDK won't use the JDK client.

In any case, since I know you want it that way, I'll get that done in this pr.

@dependabot dependabot Bot force-pushed the dependabot/maven/apicurio-registry.version-3.2.1 branch 4 times, most recently from c53e3d9 to f2950a7 Compare April 1, 2026 04:31
Copy link
Copy Markdown
Member

@k-wall k-wall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

dependabot Bot and others added 2 commits April 1, 2026 11:22
Bumps `apicurio-registry.version` from 3.1.6 to 3.2.1.

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

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

Updates `io.apicurio:apicurio-registry-jsonschema-serde-kafka` from 3.1.6 to 3.2.1

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

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

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

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

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

---
updated-dependencies:
- dependency-name: io.apicurio:apicurio-registry-java-sdk
  dependency-version: 3.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.apicurio:apicurio-registry-common
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.apicurio:apicurio-registry-jsonschema-serde-kafka
  dependency-version: 3.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.apicurio:apicurio-registry-serde-common
  dependency-version: 3.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.apicurio:apicurio-registry-schema-resolver
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.apicurio:apicurio-registry-v2-java-sdk
  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:development
  update-type: version-update:semver-minor
- dependency-name: io.apicurio:apicurio-registry-java-sdk-common
  dependency-version: 3.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…v3.2.1

Signed-off-by: Kroxylicious Robot <153509303+kroxylicious-robot@users.noreply.github.com>
@k-wall k-wall force-pushed the dependabot/maven/apicurio-registry.version-3.2.1 branch from 278d6bd to ae8d61a Compare April 1, 2026 10:23
Signed-off-by: Keith Wall <kwall@apache.org>
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 1, 2026

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 1, 2026

Copy link
Copy Markdown
Member

@k-wall k-wall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@k-wall k-wall merged commit 1895b57 into main Apr 1, 2026
44 checks passed
@k-wall k-wall deleted the dependabot/maven/apicurio-registry.version-3.2.1 branch April 1, 2026 13:09
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.

3 participants