knative-extensions / eventing-integrations

Eventing integration container images
Apache License 2.0
0 stars 4 forks source link

use jdk 21 #7

Open matzew opened 1 month ago

matzew commented 1 month ago

currently we have older java 17: https://github.com/knative-extensions/eventing-integrations/blob/main/.github/workflows/build.yml#L32

The other java bits in knative are already on OpenJDK-21: https://github.com/knative-extensions/eventing-kafka-broker/blob/main/.github/workflows/knative-java-test.yaml#L31

matzew commented 1 month ago

@christophd we could change all in source, and also touch the archetype.

Not sure we want to "re generate" exisitings?