flyingsaucerproject / flyingsaucer

XML/XHTML and CSS 2.1 renderer in pure Java
Other
1.96k stars 549 forks source link

Require Java 11 or later. #257

Closed andreasrosdal closed 5 months ago

andreasrosdal commented 6 months ago

Suggest that Flying Saucer begin to require Java 11 or later.

This will allow Java 11 modernization of the code-base. Further many other Java libraries and dependencies of Flying Saucer have begun requiring Java 11.

This will build Flying Saucer on Java 11, 17 and 21 on Github.

asolntsev commented 5 months ago

I agree. It's time to go on. For example, last autumn https://github.com/seleniumHQ/selenium/ project was upgraded to Java 11. And I upgraded my project https://github.com/selenide/selenide even to Java 17.

@pbrant What do you think, can we upgrade FlyingSaucer to Java 11? Because Java 8 is almost dead.