Apicurio / apicurio-registry

An API/Schema registry - stores APIs and Schemas.
https://www.apicur.io/registry/
Apache License 2.0
560 stars 250 forks source link

apicurio/apicurio-registry-sql image in docker hub seems to be broken #1300

Closed ChloePont closed 3 years ago

ChloePont commented 3 years ago

I tried running the latest-snapshot and got the following error:

exec java -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager -javaagent:/opt/agent-bond/agent-bond.jar=jmx_exporter{{9779:/opt/agent-bond/jmx_exporter_config.yml}} -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:+ExitOnOutOfMemoryError -cp . -jar /deployments/apicurio-registry-storage-sql-2.0.0-SNAPSHOT-runner.jar

Exception in thread "main" java.lang.UnsupportedClassVersionError: io/apicurio/registry/services/RegistryConfigSource has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
jsenko commented 3 years ago

Hi, we are aware of the problem and updating our Docker files to use JDK 11. @famartinrh correct?

famarting commented 3 years ago

yes exactly, we just fixed that today, there should be a working image published as of today

ChloePont commented 3 years ago

Nice - thanks for letting me know! And I assume you're aware but just in case: the build to upgrade to jdk 11 failed earlier today.

famarting commented 3 years ago

yes yes I'm aware, we are working on the fix now