Peter Thomas

Results 357 comments of Peter Thomas

@Mike-c-Jackson I think the new proposal is far simpler and readable than the conditional. as part of this issue, we can have `karate.abort('message')` take an optional string message, that will...

@austenjt karate.fail() already takes a message. in this ticket we are not considering soft assertions.

@rwong-gw that was to fix https://github.com/karatelabs/karate/issues/2034 - so I won't say it is a bug. the best option is for you or someone else on your team to submit a...

@rwong-gw we regularly release RC versions to get early feedback for exactly the kind of "bug" you are reporting, but I understand - not all teams have the bandwidth to...

@AKushWarrior thanks, really appreciate the research. accepted the PR and your recommendation. we'll see how it goes when we release

@fabio-andre-rodrigues by trial and error I found that graal-js 22.3.3 is the last that we can build on Java 11. I'm curious if that may address the critical CVEs I'm...

note that this pull request is linked to this ticket: https://github.com/karatelabs/karate/pull/2402 | https://github.com/karatelabs/karate/pull/2402/commits/11c1502943c84e5241d36c157e4155c372df37dd the plan is to release karate 1.5.0.RC1 within a week that addresses these latest CVEs and requires...

@fabio-andre-rodrigues I think we are good. when a version is out on maven central, I will let you know and would like your feedback on whether snyk reports etc are...

@fabio-andre-rodrigues karate 1.5.0.RC1 is available in maven central. we have changed the maven group-id from `com.intuit.karate` to `io.karatelabs` as mentioned in #2083 link to karate core on maven: https://central.sonatype.com/artifact/io.karatelabs/karate-core docker...