karate icon indicating copy to clipboard operation
karate copied to clipboard

Karate does not work with Java 22 (?) => OK with Java 21

Open ecidou opened this issue 4 months ago • 6 comments

Hello, I'm new to Karate and I tried the simple the standalone JAR with the very simple test : httpbin.feature I've lost few hours fighting against Java 22 (from https://www.oracle.com/fr/java/technologies/downloads/#java22) Nothing happens, except this:

java.exe -jar karate.jar httpbin.feature
10:00:42.716 [main]  INFO  com.intuit.karate - Karate version: 1.4.1

(none report, except karate.log) But everything is OK with the previous version : Java 21

(From Windows 10 and Powershell) Regards

ecidou avatar Apr 03 '24 08:04 ecidou

tagging as help wanted for now. would @ecidou be interested in contributing a PR

ptrthomas avatar Apr 03 '24 10:04 ptrthomas

I think I'm facing the same problem with Java 22. None of mine tests can be run. Tests executed with Runner are getting stuck infinitely on 'CompletableFuture.allof()' (at Suite.java, lines 246, 248, karate-core:1.4.1)

a11970 avatar Apr 05 '24 11:04 a11970

@a11970 thanks for this - I think I'll prioritize this, will take a look and revert

ptrthomas avatar Apr 05 '24 11:04 ptrthomas

this is fixed but we are unable to make a maven release which happens occasionally when the server is under high load. we can try again next week

the problem was graal was not compatible with java 22 and had to be upgraded. we also set our "compatibility" build to use Java 23 (early access) so we are in a better place that way

meanwhile you can build from source: https://github.com/karatelabs/karate/wiki/Developer-Guide

ptrthomas avatar Apr 05 '24 13:04 ptrthomas

I can confirm that a locally build from the source with graal upgraded fixed the problem. So now I'm just waiting for a new release from you.

Thank you for your help.

a11970 avatar Apr 08 '24 09:04 a11970

@ecidou @a11970 @edwardsph 1.5.0.RC4 is now available https://central.sonatype.com/artifact/io.karatelabs/karate-core

ptrthomas avatar Apr 11 '24 10:04 ptrthomas