Hi, Apache POI supports Java 11 officially since Apache POI 4.1.0, see http://poi.apache.org/help/faq.html#faq-N102B0 for details. Previous versions might be able to run with JDK 11, but you might need to manually add dependencies like jaxb and add some --add-opens statements when starting Java, so ideally you should upgrade to the current release first.
Dominik. On Wed, May 22, 2019 at 2:36 PM Jörn Franke <jornfra...@gmail.com> wrote: > Those look like snapshots. For production ready library you should use > official releases and not snapshot libraries. > You have to test yourself if they work for Java 11, but generally you > should always stay with the latest version of Poi - also to avoid security > issues. > > > Am 21.05.2019 um 11:58 schrieb Hardik Savsani <hsavs...@tibco.com.invalid > >: > > > > Hi Team, > > > > Hope... you are doing great. > > > > We are developing a product which is using the following jars: > > > > poi-3.14-20160307.jar > > poi-ooxml-3.14-20160307.jar > > poi-ooxml-schemas-3.14-20160307.jar > > > > We want to confirm only whether above mentioned jars supported by Java 11 > > or not. > > > > Could you please confirm on this. > > > > Thanks & Regards, > > Hardik > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org > For additional commands, e-mail: dev-h...@poi.apache.org > >