Re: [Compress] Modular Commons Compress and better NIO2 Path API support

2022-02-12 Thread Glavo
able to have > your changes integrated upstream as they sound exactly how commons-math > has moved in the past (more modules, clean up old apis and so on..) so > it seems valid for commons-compress as well. > > > > Am 12.02.22 um 15:26 schrieb Glavo: > > Oh, sorry, I don't

[Compress] Modular Commons Compress and better NIO2 Path API support

2022-02-12 Thread Glavo
are not compatible with changes, I renamed its package, so it can coexist with the original commons compress. Now I have released a beta version for trial use. Welcome to try it. Please give me feedback on any problems. Thank you very much. Here is the link: https://github.com/Glavo/kala-compress

Re: [Compress] Modular Commons Compress and better NIO2 Path API support

2022-02-12 Thread Glavo
ZipEncoding and directly used java.nio.charset.Charset. In particular, some adjustments to the encoding and file APIs have caused a little incompatibility, so I don't think it can merge back to the main line. Gilles Sadowski 于2022年2月12日周六 21:52写道: > Hello. > > Le sam. 12 févr. 2022 à 10:

Re: [Compress] Modular Commons Compress and better NIO2 Path API support

2022-02-12 Thread Glavo
> > Then, what's the purpose of your message to this ML? > My objective is to see if anyone else wants Common Compress to work with JPMS. If this is not the right place to talk about this, I apologize for it. Gilles Sadowski 于2022年2月12日周六 22:50写道: > Le sam. 12 févr. 2022 à

Re: [Compress] Modular Commons Compress and better NIO2 Path API support

2022-02-12 Thread Glavo
. However, after reading your reply, I realized that this is also a meaningful attempt to the upstream, so communicating with developers may be a better choice. Thank you for your advice. I'll go there. Gilles Sadowski 于2022年2月12日周六 23:11写道: > Le sam. 12 févr. 2022 à 16:01, Glavo a éc

Re: Enquiry on commons-net 3.9

2023-01-12 Thread Glavo
ony of updating a jar to a version that > requires Java 8 when the target Jaav 7 underlying platform has it's own > issues ;-) but it's not always simple to upgrade Java versions for some > customers... > > Gary > > On Thu, Jan 12, 2023, 06:16 Glavo wrote: > > > Re

Re: Enquiry on commons-net 3.9

2023-01-12 Thread Glavo
Retrolambda may be able to help you: https://github.com/luontola/retrolambda But I think the best solution is to update to Java 8 and later. Because Java 7's life cycle ended in July last year, it has security risks. On Thu, Jan 12, 2023 at 5:13 PM Toh Min wrote: > Hi, > I have an