joniles / rtfparserkit

Primary repository for RTF Parser Kit library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java 9 compatibility

rarathore opened this issue · comments

Hi Team
As you know Java9 release date is coming near (End of September 2017), So Please let me know whether you have any plan to incorporate Java 9 related changes in your libs.

I ran Jdeps on rtfparserkit.jar and found that com.rtfparserkit.utils.RtfDumpListener uses com.sun.xml.internal.txw2.output.IndentingXMLStreamWriter (JDK internal API (java.xml.bind)). so it is a warning but we need to fix that

Thanks a lot
Rajendra Rathore

Hi Rajendra,

I'm not aware that any changes are required, the code should work fine as it is. Let me know if you find anything different!

Jon

That class is only used to pretty-print XML in a demo class, you can probably ignore that.