-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make JDK 11 the minimum version #2083
Comments
this ticket will also track
|
note to self: we need to move the docker container to the existing: https://hub.docker.com/r/ptrthomas/karate-chrome for the record, pull-count is 745965 as of now: https://hub.docker.com/v2/repositories/ptrthomas/karate-chrome/ |
there's a report of classgraph having a vulnerability, so make sure to upgrade that in this ticket: https://ossindex.sonatype.org/component/pkg:maven/io.github.classgraph/classgraph |
reminder to upgrade picocli to 4.7.0 https://github.com/remkop/picocli/releases/tag/v4.7.0 |
anyone landing here, please note - a Karate version for Java 11 (plus Graal update) is already available as 1.4.0.RC1 see #2148 |
note a request to update the ANTLR dep in #2174 |
Is there any possibility of doing a 1.4.0.RC2 release which will bring in the recent improvements from 1.3.1. Could that also include the ANTLR update as well please? I'd like to keep tracking the 1.4.0 releases but I have a clash with ANTLR versions and I'm not keen to use the "all" classifier as it re-introduces vulnerable dependencies we've previously replaced. |
@edwardsph sure. will try in the next day or two. wonder if you had a chance to look at this |
Sadly I didn't have the capacity but that's partly the reason for the above request, so I can have a look at those changes in the context of 1.4.0. It was tricky for me to revert to 1.3.1. |
failed thymeleaf and slf4j - needs investigation
all: 1.4.0.RC2 was released and should be available in maven central shortly. in addition to the fixes in 1.3.1 - here are the dependencies updated to latest versions: 05bd6af |
dev note: we will drop cucumber and the fake classes in 1.4.0: #2214 |
for anyone landing here, 1.4.0.RC3 is available. note for 1.5.0 - we will stop releasing the ZIP release as this need is covered by the plugins (VS Code and IntelliJ): https://github.com/karatelabs/karate/wiki/ZIP-Release |
also switched some tests to use junit5
also refer #2083 we have removed karate-mock-servlet junit4 was removed in a previous commit
1.4.0 released |
refer discussion in 2009 on Jun 7
plan is:
io.karatelabs
The text was updated successfully, but these errors were encountered: