Sanne Grinovero
Sanne Grinovero
> @Sanne Can you then tell me, what is the right image tag to use? E.g. what is the tag behind `9533b82f826a13ef97bc9834396b18e0c4f31f0a5c1514ac7e2f6a8f59a5e99f`? Sure, the container we're starting behind the scenes...
Right it would seem to be related to running Oracle on M1. Could you try the instructions in section "Oracle XE on Apple M chips" on https://hub.docker.com/r/gvenzl/oracle-xe ? They suggest...
I'm afraid then that from my side the only thing I can do is to disable the use of devservices/Oracle when on M1. One way out for you would be...
(and I'm sorry to suggest a commercial solution - I just don't see other options, assuming you can't get colima to work)
We use the Reactive Client drivers from Vert.x - the most likely "change" was a version upgrade in these drivers. Do you think you could test by overriding the vert.x...
In your `dependencyManagement` section, add the vert.x client version *above* the import for the Quarkus BOM, so that it takes precedence: ``` io.vertx vertx-mysql-client something-something io.quarkus quarkus-bom ${quarkus.platform.version} import pom...
Alternative idea: #2735
I have just now finished an experiment to support H2 embedded support within Quarkus native images: - https://github.com/quarkusio/quarkus/pull/28409 I'd be keen to try building a native image of the registry,...
thanks! hi @andreaTP :) Please note I don't need "main" to incorporate all changes, if it's not a good time that can wait. It would be nice to have a...
cool, thanks @andreaTP