Re: [compress] Support for strong encryption in zip files?

2013-06-16 Thread Benedikt Ritter
How about creating a fork at github [1]? Github has a nice GUI, that makes reviewing easy. And as far as I know, it is even possible to integrate pull requests. Benedikt [1] https://github.com/apache/commons-compress 2013/6/17 Bear Giles > What would be the best way to start pushing code? It

Re: [compress] Support for strong encryption in zip files?

2013-06-16 Thread Bear Giles
What would be the best way to start pushing code? It will be more tightly integrated with the existing code than my earlier 'dump' contribution so I can't just dump a source ball. I also don't want to post code snippets here if it will cause people problems. Thanks, Bear On Thu, Jun 13, 2013 at

Re: [Launcher] [Exec] Merge Proposal

2013-06-16 Thread Emmanuel Bourg
Le 16/06/2013 14:15, Ricardo Espírito Santo a écrit : > Please let me know what you think so that I can start getting my hands onto > the actual job itself. -0 I don't find the [launcher] strategy for starting processes very appealing and I fear this will just bring unnecessary bloat to [exec].

Re: [Launcher] [Exec] Merge Proposal

2013-06-16 Thread Ricardo Espírito Santo
Hi again, Sorry for the delay. I'm assuming that the previous messages exchanged about this merge proved that there was some interest on going forward with it. With that in mind I had another look on how this could be done and I have to partially agree with what Siegfried Goeschl proposed on his

Re: [CHAIN] CopyCommand implements two commands at once

2013-06-16 Thread Benedikt Ritter
Am 15.06.2013 um 15:52 schrieb Benedikt Ritter : > > Am 14.06.2013 um 22:36 schrieb Benedikt Ritter : > >> Hi, >> >> the o.a.c.chain2.generic.CopyCommand IMHO really implements two commands: >> >> * a CopyCommand that copies a value from one key to another >> * an OverrideCommand, that overri

[CHAIN] Add an ExceptionHandler to Chain?

2013-06-16 Thread Benedikt Ritter
Hi, I'm thinking about adding an ExceptionHandler to Chain. It would look like the following: public interface ExceptionHandler> { /** * Tries to handle the given exception that was thrown during chain execution. * * @return true if the handler was able to ha