1.1.1
Fix Java 8 compatibility of 1.1
A few Java 8 incompatibilities slipped into the codec
module in 1.1, and were detected by the secondary CI that checks the artifacts uploaded to the Maven repository. These are fixed in 1.1.1.
Note, however, that on Java 8 the new features introduced in the ImageIO writer will not work, due to lack of support by Java 8.
If you use the default PNGTranscoder
you should be fine, but if you are a SVGGraphics2D
user you may want to upgrade to Java 11 or later.