matoos32 / jfreechart-builder

A builder pattern module for working with the jfreechart library.
Other
11 stars 2 forks source link

Modifications to support Java 8 as the minimum requirement #70

Closed matoos32 closed 1 year ago

matoos32 commented 1 year ago

Modifications to support Java 8 as the minimum requirement as per JFreeChart 1.5.3.

The build using JDK 8 was broken.

matoos32 commented 1 year ago

Tested on Ubuntu 20.04.05 LTS with OpenJDK 1.8.0_352.

Observed an unrelated fatal OutOfMemoryError when launching the gapless annotation demo chart. Was related to calling XYShapeAnnotation.draw(). This does not occur when running with Java 11 even if built with JDK 8. Will merge but raise a ticket.

matoos32 commented 1 year ago

I created bug ticket #71 to track the issue.