apache / camel-k-runtime

Apache Camel K runtime
https://camel.apache.org
Apache License 2.0
63 stars 52 forks source link

Prepare release 1.17.0 #952

Closed oscerd closed 1 year ago

oscerd commented 1 year ago

Release Note

Upgrade to Camel 3.20.1, Quarkus 2.16.0.Final and Camel-Quarkus 2.16.0

Fixes #950 and related to #951

Still waiting for Quarkus platform 2.16.0.Final release.

oscerd commented 1 year ago

Seems we have this problem with Kube client.

Caused by: org.graalvm.compiler.java.BytecodeParser$BytecodeParserError: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved method during parsing: io.fabric8.kubernetes.client.ConfigBuilder.getFile(). This error is reported at image build time because class io.fabric8.kubernetes.client.ConfigFluentImplConfigurer is registered for linking at image build time by command line

oscerd commented 1 year ago

And we have always the problem of Mandrel not update to 22.3.0

squakez commented 1 year ago

About Mandrel distro, is it that we don't want to use because we only have JDK 17 supported at this stage?

oscerd commented 1 year ago

About Mandrel distro, is it that we don't want to use because we only have JDK 17 supported at this stage?

Yes