asciidoctor / asciidoctorj

:coffee: Java bindings for Asciidoctor. Asciidoctor on the JVM!
http://asciidoctor.org
Apache License 2.0
624 stars 173 forks source link

Set Java11 as minimal version for main branch (v3.0.x) #1150

Closed abelsromero closed 1 year ago

abelsromero commented 1 year ago

Java8 is EOL and support for it is preventing some interesting constructs from being used in the code (e.g. immutable Maps). It also requires extra CI time.

robertpanzer commented 1 year ago

Makes a lot of sense to me.