merlor

Results 4 issues of merlor

In class AbstractSchemaResolver there is the resolveReferences method: ``` protected Map resolveReferences(List artifactReferences) { Map resolvedReferences = new HashMap(); artifactReferences.forEach(reference -> { final InputStream referenceContent = client.getArtifactVersion(reference.getGroupId(), reference.getArtifactId(), reference.getVersion()); final...

Bug
component/registry
priority/high

I found a couple of limitation about how apicurio-registry-maven-plugin manage the references: Currently there is no way to update the reference of an artifact without changing some field in artifact...

Discussion
component/registry
priority/normal

## Description **Registry Version**: 2.3.1.Final **Persistence type**: ### Environment Apicurio-registri v2.3.1.Final running on Docker container, adding/updating artifact with apicurio-registry-maven-plugin v2.3.1.Final ### Steps to Reproduce Given a complex artifact with schema...

Bug
area/compatibility
area/rest-api
area/storage

I'm trying to add the "hot schema reloading", as seen here https://the-guild.dev/graphql/stitching/handbook/architecture/hot-schema-reloading, with the subscriptions support seen here in the ws section https://the-guild.dev/graphql/yoga-server/docs/features/subscriptions#graphql-over-websocket-protocol-via-graphql-ws Basically, where fields that require a schema...