fix: downgrade to Java 17 for CI build compatibility
Some checks failed
CI / build (push) Successful in 26s
CI / docker (push) Successful in 57s
CI / deploy (push) Failing after 27s

Build container has JDK 17, not 21. Also replaced
Thread.ofVirtual() (Java 21) with standard Thread.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-03 09:50:38 +02:00
parent 5bbec1e52a
commit a4bc40b241
3 changed files with 7 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
<description>Demo: upload Camel JARs, build containers with agent injection, deploy to K8s</description>
<properties>
<java.version>21</java.version>
<java.version>17</java.version>
</properties>
<dependencies>