I’m using Jasper Report with Open Jdk 11.
It works fine with java 8 but not working with Open Jdk 11.
Neither it is showing any error nor performed any action after JasperFillManager.fillReport() method. It got stuck or hanged on JasperFillManager.fillReport() method.
Nothing is happening.
I’m having version
implementation 'net.sf.jasperreports:jasperreports:6.10.0'
implementation 'com.lowagie:itext:2.1.7'
Can anyone please help me to understand what can be the issue with Open Jdk 11