We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988f970 commit a5ccbd6Copy full SHA for a5ccbd6
src/site/xdoc/limitations.xml
@@ -37,6 +37,7 @@
37
exception with a message like "Illegal seek" we recommend you
38
wrap your stream in a <code>SkipShieldingInputStream</code>
39
from our utils package before passing it to Compress.</li>
40
+ <li>Commons Compress cannot be built on JDK 14 or newer.</li>
41
</ul>
42
</section>
43
@@ -162,8 +163,8 @@
162
163
<ul>
164
<li>Pack200 support in Commons Comppress relies on the
165
<code>Pack200</code> class of the Java classlib. Java 14
- removed support and this Pack200 will not work at all when
166
- runnin gon Java 14 or later.</li>
+ removed support and thus Pack200 will not work at all when
167
+ running on Java 14 or later.</li>
168
169
170
<section name="SNAPPY">
0 commit comments