Re: Java-11 Compatibility of POI 4.0.x

2019-01-11 Thread Dominik Stadler
Hi, we verify Java 11 as part of our CI, I have now updated our related FAQ entry at http://poi.apache.org/help/faq.html#faq-N102B0 to reflect the current state. As far as I see, the system property java.version is still supported, e.g. our CI build for Java 11 prints out the following when we

Re: Java-11 Compatibility of POI 4.0.x

2019-01-10 Thread pj.fanning
We unit test our POI 4.0 code base with java 11. if you are seeing issues, could you provide a lot more detail? -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html - To unsubscribe, e-mail:

Java-11 Compatibility of POI 4.0.x

2019-01-08 Thread kjilla
We see that java-11 no longer supports property "java.version". Does the latest poi 4.0.x support java-11 since it has traces of java.version in it? What is the versions that would be compatible and Supported with Java-11? Can i know Date at which the supported library is planned to be