cucumber-jvm icon indicating copy to clipboard operation
cucumber-jvm copied to clipboard

Consider changing Java baseline to 17

Open mpkorstanje opened this issue 9 months ago • 0 comments

🤔 What's the problem you're trying to solve?

Cucumber JVM currently uses Java 8 as a baseline. And while not yet end-of-life, there have been many improvements to Java since. It would be nice to be able to use them. Further more other projects are switching or considering switching. So we may as well.

✨ What's your proposed solution?

On the next major version, switch to and require Java 17.

mpkorstanje avatar Jan 16 '25 12:01 mpkorstanje