Re: Why common-compress skip data by reading and discard?

2024-05-24 Thread Gili Tzabari
Another way you could support this is add an adapter that uses one approach or the other depending on the JDK version of the user. Use reflection to detect whether the new API exists or not. Gili On 2024-05-24 10:41, sebb wrote: On Fri, 24 May 2024 at 14:51, iseki zero wrote: Thank you. It

[math] Add module-info.java

2024-03-14 Thread Gili Tzabari
Hi, I'd like Commons Math to add module-info.java to all the components. I noticed that you are adding a "Automatic-Module" entry in META-INF but this isn't enough for jlink (and related tools) to work properly. We absolutely need to add module-info.java. You just need to add a few lines to