David Radley

Results 138 comments of David Radley

@wbittles I have revewed the open-types fvt, view , subject area changes -= which are the piecess I own. Apart from the one comment I raised - the changes look...

I notice that the gradle output is 8812 lines long but the maven output truncates at 67000 lines [INFO] Mon Jul 05 10:49:25 UTC 2021 serverinmem Types OMRS-AUDIT-0301 The local...

hi Nigel, I can see the error in the Gradle output, so I am working. On the regression front, it could be just my perception, but I have not experienced...

As the view services are configured using the standard omag service configuration, moving them to the ui chassis would mean that the multitenant / omag config / admin would need...

> @davidradl is not about moving. They are used in the UI chassis. View services are still available for running in the standard omag configuration. Separately they are running in...

issue https://github.com/odpi/egeria/issues/5465 implements new more sophisticated restore logic in the generic handlers. **At the generic handler level** We need to ensure that the deletion of a classification results in a...

@seb-pereira I found the same , I upgraded to 2.5.9 which says it has support for dereference for Avro but this rest end point does not resolve at that level...

@carlesarnal thanks for your quick response. Can I check what level we need to be on? I assume 2.5.9. I tried to run the sample (I assume by running mvn...

@carlesarnal I notice the apicurio-registry-examples repository has been archived. Does this mean it will not be worked on going forward?

@carlesarnal I tried to follow [https://www.apicur.io/registry/docs/apicurio-registry/2.5.x/getting-started/assembly-managing-registry-artifacts-api.html](https://www.apicur.io/registry/docs/apicurio-registry/2.5.x/getting-started/assembly-managing-registry-artifacts-api.html). I then issue the rest calls: `curl -H "Authorization: Bearer $ACCESS_TOKEN" http://localhost:8085/apis/registry/v2/ids/globalIds/14` { "namespace":"com.example.common", "name":"Item", "type":"record", "fields":[ { "name":"itemId", "type":"com.example.common.ItemId" } ] }% (base)...