Fabian Martinez
Fabian Martinez
Hi, I've also had this issues when trying to compile to native the project [apicurio-registry](https://github.com/Apicurio/apicurio-registry/issues/1068). The main issue with jdbi and native compilation is the fact that the class `ConfigRegistry`...
I would like to test this, however I tested this using quarkus, so I'll have to wait until quarkus upgrades to graalvm 21.0
After giving this a try again, now that Quarkus uses GraalVM 21 and therefore we have support for MethodHandles , I'm able to compile my application to a native executable....
how would the UI for this look like?
if you haven't tried the latest released version of the export utility I would suggest trying it https://github.com/Apicurio/apicurio-registry/releases/tag/2.0.1.Final
Now I know how to implement this kind of things :) How would be the button look like? or how would the user enable/use this feature?
> I think the answer to @famartinrh about upgrading the DB with new contentHash values is to provide one of these: https://github.com/Apicurio/apicurio-registry/blob/master/app/src/main/java/io/apicurio/registry/storage/impl/sql/IDbUpgrader.java > > That allows us to provide a...
let's have this is WIP into account before making any new release
yep, I agree with Eric, it's shouldn't be difficult to add support for other SQL databases. And yep, we will need to build another container image but using quarkus drivers...
I think our REST API does not provide an operation to do this, but If I remember correctly the CNCF Schema Registry API (which we support as well) exposes an...