Re: [io] ClosedOutputStream#flush

2017-08-15 Thread Elijah Zupancic
Please omit this line from the program: BufferedOutputStream bout = new BufferedOutputStream(fout, 9); On Tue, Aug 15, 2017 at 6:12 PM, Elijah Zupancic wrote: > I inspected the code path and I think this bug has merit. Consider the > following sample application: >

Re: [io] ClosedOutputStream#flush

2017-08-15 Thread Elijah Zupancic
I inspected the code path and I think this bug has merit. Consider the following sample application: import org.apache.commons.io.IOUtils; import org.apache.commons.io.output.CloseShieldOutputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import

Re: [vfs] Wiki update for Manta VFS provider

2016-10-05 Thread Elijah Zupancic
Hi Bernd or whoever can help this happen, I haven't heard back from you nor seen any updates, so I wanted to offer a reminder. Thanks, Elijah On Mon, Oct 3, 2016 at 9:56 PM, Elijah Zupancic wrote: > Hi Bernd, > > Could you add the following: > > commons-vfs-manta - VFS p

Re: [vfs] Wiki update for Manta VFS provider

2016-10-03 Thread Elijah Zupancic
rding and link you want to be > included. > > Gruss > Bernd > -- > http://bernd.eckenfels.net > From Win 10 Mobile > > Von: Elijah Zupancic > Gesendet: Montag, 3. Oktober 2016 14:16 > An: Commons Developers List > Betreff: [vfs] Wiki update for Manta VFS provider

[vfs] Wiki update for Manta VFS provider

2016-10-03 Thread Elijah Zupancic
ake this change myself. Is there someone who can do this one line addition for me? Thanks, Elijah Zupancic

Re: [CHAIN] Why does ConextMap extend ConcurrentHashMap instead of delegating to a Map?

2013-06-28 Thread Elijah Zupancic
Benedikt Ritter wrote: > Hi Elijah, > > nice to have you with us again :-) > > > 2013/6/26 Elijah Zupancic > > > Hi Benedikt, > > > > I made the decision to inherit from ConcurrentHashMap because the > original > > implementation was inheriting f

Re: [CHAIN] Thoughts about o.a.c.chain2.Chain, o.a.c.chain2.Command and the base classes

2013-06-26 Thread Elijah Zupancic
+1 to everything. With regards to an enum for status, wouldn't it be better to use a class so that consumers could subclass it and add their own states if needed? Thanks, -Elijah On Sat, Jun 22, 2013 at 4:30 AM, Benedikt Ritter wrote: > > Am 22.06.2013 um 12:57 schrieb Simone Tripodi : > > > H

Re: [CHAIN] Why does ConextMap extend ConcurrentHashMap instead of delegating to a Map?

2013-06-26 Thread Elijah Zupancic
Hi Benedikt, I made the decision to inherit from ConcurrentHashMap because the original implementation was inheriting from HashMap. I was doing an incremental refactoring approach and there was never a good justification for that design rather I was trying to make evolutionary improvements. Being

[chain2] Release Status

2012-10-15 Thread Elijah Zupancic
Hi Simo and everyone else, I'm working on a project that I would like to bring in the release version of chain2 rather than the snapshot. What other things do we need to finish up on in order for us to cut a release? Thanks, -Elijah ---

Re: [chain2] ServiceLoader in Chain2 to load Jackson supported formats

2012-08-06 Thread Elijah Zupancic
I vote for going to Java 6. Java 6 is end of life in November, so it seems a bit silly to support two end of life versions of Java. One seems sufficient. That said - I may be breaking from the consensus here at the Apache Commons. -Elijah On Mon, Aug 6, 2012 at 8:13 AM, Simone Tripodi wrote: > H

Re: [chain2] ChainConfigurationException?

2012-07-27 Thread Elijah Zupancic
It should be fixed in 1366598. Thanks, -Elijah On Fri, Jul 27, 2012 at 10:13 PM, Elijah Zupancic wrote: > Bingo. Just ran the build with the 1.6 jdk and I get the failure. > Attempting to fix now. > > Thanks, > -Elijah > > On Fri, Jul 27, 2012 at 7:20 PM, Elijah Zupanci

Re: [chain2] ChainConfigurationException?

2012-07-27 Thread Elijah Zupancic
Bingo. Just ran the build with the 1.6 jdk and I get the failure. Attempting to fix now. Thanks, -Elijah On Fri, Jul 27, 2012 at 7:20 PM, Elijah Zupancic wrote: > Hi Simon, > > I don't know what went wrong. I've been using the Jdk 1.7 with maven 3.0.4 > and it has been b

Re: [chain2] ChainConfigurationException?

2012-07-27 Thread Elijah Zupancic
Hi Simon, I don't know what went wrong. I've been using the Jdk 1.7 with maven 3.0.4 and it has been building many times for me. I must have missed something. I won't be able to work on it for another couple of hours. As for the ChainConfigurationException, my thought was that it should be a more

Re: [chain2] configuration façade APIs

2012-07-27 Thread Elijah Zupancic
ripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > On Fri, Jul 27, 2012 at 3:55 AM, Elijah Zupancic wrote: >> For this particular project I would rather take the approach of writing a >> [configuration]

Re: [chain2] configuration façade APIs - followup

2012-07-27 Thread Elijah Zupancic
Simo, I love ALL of those ideas. It took me quite a bit of time to get to where we are now and I considered it a first draft that we would then refactor from. So, yes please! -Elijah On Fri, Jul 27, 2012 at 4:16 AM, Simone Tripodi wrote: > Hi Elijah/all, > > I just checked out latest modificati

Re: [chain2] configuration façade APIs

2012-07-26 Thread Elijah Zupancic
For this particular project I would rather take the approach of writing a [configuration] based configuration and then extending [configuration] to support other formats. -Elijah On Thursday, July 26, 2012, Simone Tripodi wrote: > Hi Oliver, > > we are on the same path!!! I had the idea of real

Re: [chain2] serialVersionUID

2012-07-26 Thread Elijah Zupancic
>>> sebb wrote: >>>>>> >>>>>>> On 24 July 2012 09:11, Jörg Schaible >>>>>>> wrote: >>>>>>>> Hi Elijah, >>>>>>>> >>>>>>>> Elijah Zupancic wrote: >

Re: [chain2] configuration façade APIs

2012-07-25 Thread Elijah Zupancic
dependency. Thanks, -Elijah On Wed, Jul 25, 2012 at 3:36 PM, Elijah Zupancic wrote: > Hi everyone, > > I've created a first draft of refactoring chain so that it uses a > facade for configuration. > > Please see the diff attached to this ticket to get my proposed > cha

Re: [chain2] configuration façade APIs

2012-07-25 Thread Elijah Zupancic
; for new [chain] configurations. >>>> How does it sound? >>> >>> >>> +1 >>> >>> If I can support you, let me know. >>> >>> @Elijah: There is a feature request for adding support for YAML [1]. >>> IIRC, >>&

Re: [io] Problem with the FileUtils.byteCountToDisplaySize() method

2012-07-25 Thread Elijah Zupancic
Hi Ninju, Could you describe the difference in functionality between the stackoverflow answer and the current implementation in FileUtils? I think that it would not be too hard to get the type of functionality added if it was defined precisely. Also, would you be willing to volunteer to add the c

Re: [chain2] serialVersionUID

2012-07-23 Thread Elijah Zupancic
Thanks Jörg! It sounds like we will need to change them all in chain because we have changed the package name. -Elijah On Mon, Jul 23, 2012 at 10:51 PM, Jörg Schaible wrote: > Hi Elijah > > Elijah Zupancic wrote: > >> Hi everyone, >> >> Now that we have c

Re: [chain2] configuration façade APIs

2012-07-23 Thread Elijah Zupancic
r creating dynamic chains. That said, my final implementation may change because I haven't been able to prototype a good solution yet. Thanks, -Elijah On Mon, Jul 23, 2012 at 11:11 AM, Elijah Zupancic wrote: > Hi Simo, > > That sounds good to me. However, I'm having trouble sepa

[digester] Documentation link broken

2012-07-23 Thread Elijah Zupancic
I just notice that the link to Core APIs on the front page of the Digester project is broken. It points to: http://commons.apache.org/digester/commons-digester-3.0/core.html When it probably should point to: http://commons.apache.org/digester/guide/core.html I can go ahead and fix this unless the

Re: [chain2] serialVersionUID

2012-07-23 Thread Elijah Zupancic
Hi everyone, Now that we have changed the chain API to not be backwards compatible in the 2.0 release, should we change the version number in the serialVersionUID fields as well? It seems to me that would make sense, but I'm a bit of a newbie when it comes to managing their versions. I was wonderi

Re: [chain2] configuration façade APIs

2012-07-23 Thread Elijah Zupancic
figuration] in future releases > for new [chain] configurations. > How does it sound? > > best, > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > >

Re: [chain2] configuration façade APIs

2012-07-22 Thread Elijah Zupancic
>> http://simonetripodi.livejournal.com/ >> http://twitter.com/simonetripodi >> http://www.99soft.org/ >> >> >> On Sun, Jul 22, 2012 at 4:49 PM, Oliver Heger >> wrote: >>> >>> Is there any relation or overlap to [configuration]? >>>

Re: [chain2] configuration façade APIs

2012-07-22 Thread Elijah Zupancic
Thanks! On Sat, Jul 21, 2012 at 11:54 PM, Simone Tripodi wrote: > Just tracked CHAIN-72 and assigned to Elijah > > best, > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > On Sat, Jul 21, 2

[BCEL] Faq update?

2012-07-21 Thread Elijah Zupancic
Hi there, I was trying to figure out if BCEL supports java 1.7 yesterday. After doing a few experiments, it appears that it somewhat supports it as it is used in findbugs until I use 1.7 features. I think that we should update the FAQ for the project. Any one here know more about this than me? Th

Re: [chain2] dropping @Deprecated methods

2012-07-20 Thread Elijah Zupancic
ivejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > On Fri, Jul 20, 2012 at 1:28 AM, Elijah Zupancic wrote: > >> >> On Thu, Jul 19, 2012 at 4:27 PM, Elijah Zupancic wrote: >>> Hi Simo, >>> >>> I've alread

Re: [chain2] dropping @Deprecated methods

2012-07-19 Thread Elijah Zupancic
Then again on the other hand, keeping deprecated APIs across major releases is not good. I'm very much undecided about this. -Elijah On Thu, Jul 19, 2012 at 4:27 PM, Elijah Zupancic wrote: > Hi Simo, > > I've already partly investigated some of those methods. Some of them

Re: [chain2] dropping @Deprecated methods

2012-07-19 Thread Elijah Zupancic
Hi Simo, I've already partly investigated some of those methods. Some of them are still used by the chain code, so I didn't just go ahead and delete them. I believe they should be their own ticket. I would like to do it in a 2.0.1 release. I want to get the new functionality proven and burned in a

Re: [chain] javadoc tags

2012-07-18 Thread Elijah Zupancic
Great questions. I'm eager to find out what everyone thinks. -Elijah On Wed, Jul 18, 2012 at 1:46 PM, Simone Tripodi wrote: > another question: since chain2 breaks all kind of backward > compatibility with previous version... does it really makes sense > keeping the @since tag? > > TIA! > > -Sim

Re: [VOTE] Release Apache Commons-DbUtils 1.5 based on RC1

2012-07-16 Thread Elijah Zupancic
+1 -Elijah On Mon, Jul 16, 2012 at 6:29 AM, Bill Speirs wrote: > +1 > > Bill- > > On Mon, Jul 16, 2012 at 8:44 AM, Simone Tripodi > wrote: > >> My own +1 >> >> -Simo >> >> http://people.apache.org/~simonetripodi/ >> http://simonetripodi.livejournal.com/ >> http://twitter.com/simonetripodi >> ht

[chain] Next steps for release?

2012-07-13 Thread Elijah Zupancic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chain 2.0 is dev complete. As a newbie committer, I was wondering what steps that I need to take in order to cut a release? Can anyone point me at the right docs? - -Elijah -BEGIN PGP SIGNATURE- Version: OpenPGP.js v0.1 Comment: http://openpg

[chain] Checkstyle / PMD fixes are complete

2012-06-28 Thread Elijah Zupancic
and all the best, > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > > On Mon, Apr 16, 2012 at 3:59 AM, Elijah Zupancic wrote: >> I've just finished

[chain] CHAIN-66 Finished - Cookbook updated for new generics API

2012-04-15 Thread Elijah Zupancic
I've just finished work on updating the cookbook for the generics api. Please see the patch attached to the following issue: https://issues.apache.org/jira/browse/CHAIN-66 * Code examples in the cookbook have been added to the apps/cookbook-examples project. * I did not update the struts examples

Re: [chain] Proposed patch to the Command interface

2012-04-15 Thread Elijah Zupancic
Well, this is embarrassing. The code that I'm suggesting adding exists right below the line in my patch. I think I need a break. Please disregard my previous message. Thanks, -Elijah On Sun, Apr 15, 2012 at 5:33 PM, Elijah Zupancic wrote: > After working on a servlet with catalog sup

[chain] Proposed patch to the Command interface

2012-04-15 Thread Elijah Zupancic
After working on a servlet with catalog support for the cookbook, I would like to suggest the following modification to the Command interface for better readability of implementations of the interface: Index: Command.java === --- Comm

[chain] Example tests using Mockito

2012-04-01 Thread Elijah Zupancic
I'm busy updating the cookbook for the Chain project to use examples that make use of the new 2.0 generics features. As part of the effort, I'm adding the cookbook example code to the apps directory and making all of the examples compilable with Maven. For most cases, this is straight forward, howe

Re: [VOTE] Promote [csv] to Commons proper

2012-03-06 Thread Elijah Zupancic
I'm not an committer, but I've been monitoring the CSV project for a couple of years and I'm really happy to see it trying to emerge from the sandbox. If it does go to release, I will be dropping OpenCsv and switching to it for my projects both personal and professional. Please accept my virtual +

Re: [chain] Changing from Exception to RuntimeException

2012-03-04 Thread Elijah Zupancic
Mar 4, 2012 at 7:39 AM, James Carman > wrote: >> I hate checked exceptions.  +1 >> >> On Sat, Mar 3, 2012 at 11:07 PM, Elijah Zupancic >> wrote: >>> As I've been working on the examples and the documentation for v2 of >>> chain, I've no

[chain] Changing from Exception to RuntimeException

2012-03-03 Thread Elijah Zupancic
As I've been working on the examples and the documentation for v2 of chain, I've noticed that the API for exception handling of Command and Chain is clunky. When executing a command like: ProfileContext context = new ProfileContext(); Command command = new ProfileCheck();

Re: [chain] release roadmap

2012-03-03 Thread Elijah Zupancic
settings. > > TIA for your effort and time! > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > > On Fri, Mar 2, 2012 at 7:52 AM, Elijah Zupancic wrote: &

Re: [chain] release roadmap

2012-03-01 Thread Elijah Zupancic
he modules list. > > Thanks for the hard work, all the best! > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > > On Thu, Mar 1, 2012 at 5:33 PM, Elijah

Re: [chain] release roadmap

2012-03-01 Thread Elijah Zupancic
http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > > On Mon, Feb 27, 2012 at 7:32 PM, Elijah Zupancic wrote: >> Hi Simo, >> >> Here is my comment from the ticket: "My plan is to

Re: [chain] release roadmap

2012-02-27 Thread Elijah Zupancic
Hi Simo, Here is my comment from the ticket: "My plan is to take this on. I'm just very busy at work right now, so I've been trying to learn docbook format on the bus on my way to and from work. If you want to take on breaking chain into separate modules, that would be much appreciated." -Elijah

Re: [chain] towards 2.0

2012-02-14 Thread Elijah Zupancic
h order dependent tests on chain. I will post an update when I have a working fix. -Elijah On Tue, Feb 14, 2012 at 7:02 AM, Elijah Zupancic wrote: > Hi Sebb and Simo, > > I just created an issue to represent the work for renaming the package and > the artifact id. > https://issues

Re: [chain] towards 2.0

2012-02-14 Thread Elijah Zupancic
Hi Sebb and Simo, I just created an issue to represent the work for renaming the package and the artifact id. https://issues.apache.org/jira/browse/CHAIN-65 In it, I have attached a potential patch for the rename. Please take a look and let me know if it works for you. Thanks, -Elijah On Tue, F

Re: Commons VFS support for Amazon S3?

2011-12-23 Thread Elijah Zupancic
I would love to help out with this if there is support from the Commons community on integrating S3 functionality. -Elijah On Fri, Dec 23, 2011 at 5:23 PM, Ralph Goers wrote: > I recall seeing S3 mentioned on the dev list a while ago, probably in > reference to this project and whether we wanted

Re: [chain][v2] chain-58

2011-11-27 Thread Elijah Zupancic
etPathMapper.java:[61,18] > [dep-ann] deprecated name isnt annotated with @Deprecated > > [WARNING] > /Users/simonetripodi/Documents/workspace/commons-chain/src/main/java/org/apache/commons/chain/web/servlet/ServletPathMapper.java:[77,16] > [dep-ann] deprecated name isnt annotated

Re: [chain][v2] clever context - follow-up

2011-10-24 Thread Elijah Zupancic
, -Elijah On Thu, Oct 6, 2011 at 9:53 AM, Elijah Zupancic wrote: > I've created a new bug: https://issues.apache.org/jira/browse/CHAIN-61 for > dealing with compiler warnings. I want to have chain build cleanly before I > work on the Context signature. I have just attached a patch fo

Re: [chain][v2] clever context - follow-up

2011-10-06 Thread Elijah Zupancic
Hi Elijah, > >> I had e deeper look at your patch and raw more carefully your message, > >> I just have a BIG trouble: when changing the Context interface to > >> > >> public interface Context extends Map { > >> > >> } > >> > &

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Chain - Default Maven 2 Build Definition (Java 1.5)

2011-10-02 Thread Elijah Zupancic
I've finally got a little time to work on Chain again. Anyways, I have logged this bug in Jira (https://issues.apache.org/jira/browse/CHAIN-60) and uploaded a patch to fix it. In the future, I think it would it would be helpful in unit test were randomized on each execution in order to prevent this

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Chain - Default Maven 2 Build Definition (Java 1.5)

2011-09-22 Thread Elijah Zupancic
Ha! This was the exact error that I reported back in early August. I was tearing my hair out trying to figure out why it only happened on my laptop and not on any other machine. I'm so glad you found this. What exactly did you configure differently to make this happen? On my laptop, if I ran the te

Re: [chain][v2] clever context - follow-up

2011-09-19 Thread Elijah Zupancic
; I'll let you know ASAP! > > Have a nice day, all the best! > > Simo > > > > http://people.apache.org/~simonetripodi/ > > http://www.99soft.org/ > > > > > > > > On Mon, Sep 19, 2011 at 3:52 AM, Elijah Zupancic > wrote: > >> I j

Re: [chain][v2] clever context - follow-up

2011-09-18 Thread Elijah Zupancic
akes all the > >> rest of the notation not so nice (IMHO), take a look as a sample a > >> Command> :? > >> > >> Do you have more ideas? > >> Many thanks in advance, all the best! > >> Simo > >> > >> http://people.apache.org/~simonetripodi/ &

Re: [chain][v2] clever context - follow-up

2011-09-18 Thread Elijah Zupancic
makes all the > rest of the notation not so nice (IMHO), take a look as a sample a > Command> :? > > Do you have more ideas? > Many thanks in advance, all the best! > Simo > > http://people.apache.org/~simonetripodi/ > http://www.99soft.org/ > > > > O

Re: [chain][v2] clever context - follow-up

2011-09-13 Thread Elijah Zupancic
Hi Everyone, I don't have any votes as I'm not a commiter, but I would still like to add in my suggestion. After our previous exchange, I'm of the mind that we should use the second option - that is be collection agnostic and work by composition. I may be biased towards defined getters and setter

Re: [chain][v2] clever context

2011-09-09 Thread Elijah Zupancic
Specifying Object for V would be the most likely use case. On Fri, Sep 9, 2011 at 1:12 PM, Paul Benedict wrote: > On Fri, Sep 9, 2011 at 3:06 PM, Simone Tripodi > wrote: >> Hi Paul, >> the use of that method is to automatically infer the assigned type, >> instead of writing >> >>    MyPojo myPo

Re: [chain][v2] clever context

2011-09-09 Thread Elijah Zupancic
Paul, You may be right. Which one is more idiomatic? Thanks, -Elijah On Fri, Sep 9, 2011 at 11:51 AM, Paul Benedict wrote: > On Fri, Sep 9, 2011 at 1:47 PM, Elijah Zupancic wrote: >> Thanks for your comments Nail. >> >> I think that I've come around to see your

Re: [chain][v2] clever context

2011-09-09 Thread Elijah Zupancic
; On Fri, Sep 9, 2011 at 12:25 AM, Elijah Zupancic wrote: >> Hi Niall, >> >> The source of the misunderstanding regarding the usage of chain may be >> my fault. Thank you very much for piping up and letting us know some >> of the history regarding the chain project. >

Re: [chain][v2] clever context

2011-09-08 Thread Elijah Zupancic
Hi Niall, The source of the misunderstanding regarding the usage of chain may be my fault. Thank you very much for piping up and letting us know some of the history regarding the chain project. I was under the assumption that all keys of a Context were String because in ContextBase in the initial

Re: [chain][v2] clever context

2011-09-06 Thread Elijah Zupancic
As a user of chain in a number of projects over the years, I've found that the combination of extending Map and defining your own getter / setter properties on the context to be ideal. With your own getters and setters, you get better code completion and you have a more old-fashioned entity object.

Re: [chain][discuss] v2 upgrade - follow-up

2011-08-29 Thread Elijah Zupancic
Hi Simo, Before we look at releasing the changes (after a trunk merge), I think that we will need to update the documentation to include Generics and possibly change the unit tests to use Generics. That said - I'm cautious about changing the unit tests because they are verifying that the API works

Re: [chain] Apache Chain v2 Proof of Concept

2011-08-18 Thread Elijah Zupancic
.  Feel free to prod us as long as possible, at >> reasonable frequency. >> >> Matt >> >> On Wed, Aug 17, 2011 at 12:04 PM, Matt Benson wrote: >>> Be patient, while not being so patient that you allow us to forget it. >>> >>> Matt >>

Re: [chain] Apache Chain v2 Proof of Concept

2011-08-17 Thread Elijah Zupancic
eit large) patch form.  In addition to this, the > scope of these changes indicates it best IMO that you submit an > Individual Contributor License Agreement governing your contributions > to the ASF.  See http://www.apache.org/licenses/#clas for details on > how to do this. > > Regard

Re: [chain] Apache Chain v2 Proof of Concept

2011-08-16 Thread Elijah Zupancic
scussion... but are we releasing a Java 5 > genericized version first before major refactoring? > > On Tue, Aug 16, 2011 at 3:35 PM, Elijah Zupancic wrote: >> Hi Simo, >> >> Yes, the patch is binary compatible wi

Re: [chain] Apache Chain v2 Proof of Concept

2011-08-16 Thread Elijah Zupancic
monetripodi/ > http://www.99soft.org/ > > > > On Mon, Aug 15, 2011 at 6:50 PM, Elijah Zupancic wrote: >> Hi Matt, >> >> Thanks for the advice. I've created a JIRA issue for the patch >> (https://issues.apache.org/jira/browse/CHAIN-53) and signed and >>

Re: [chain] Apache Chain v2 Proof of Concept

2011-08-15 Thread Elijah Zupancic
t; scope of these changes indicates it best IMO that you submit an > Individual Contributor License Agreement governing your contributions > to the ASF.  See http://www.apache.org/licenses/#clas for details on > how to do this. > > Regards and welcome, > Matt > > On Sun, Aug

[chain] Apache Chain v2 Proof of Concept

2011-08-14 Thread Elijah Zupancic
I've just finished my proof of concept for an upgrade to Apache chain. I would love to get this into a svn branch. I'm not quite sure what the procedure is to do that, but the code can be found here for review: http://elijah.zupancic.name/projects/commons-chain-v2-proof-of-concept.tar.gz And here

[chain] Multiple types in map keys in test cases

2011-08-14 Thread Elijah Zupancic
Looking at the code here: ServletWebContextTestCase:178,640,701 // Test putAll() Map values = new HashMap(); values.put(new Integer(1), "One"); // <-- I want to delete this line (elijah) values.put("2", "Two"); map.putAll(values); The test case is testing a

Re: [logging] logging vs slf4j

2011-08-08 Thread Elijah Zupancic
an be difficult. If we can come to some consensus regarding this issues, then I think there will be more traction toward Slf4j. Thanks, -Elijah On Mon, Aug 8, 2011 at 2:13 PM, Raman Gupta wrote: > On 08/08/2011 04:56 PM, Elijah Zupancic wrote: >> This could be done by choosing (dyna

Re: [logging] logging vs slf4j

2011-08-08 Thread Elijah Zupancic
I agree with this sentiment. In the last 3 years all of the large commercial projects that I have worked on used slf4j just for the very reason that I needed to bridge the logging implementations in multiple third-party libraries. While reading this thread, one approach occurs to me that hasn't be

Re: [chain] Upgrading to Maven parent version 21

2011-07-31 Thread Elijah Zupancic
! > Simo > > http://people.apache.org/~simonetripodi/ > http://www.99soft.org/ > > > > On Sun, Jul 31, 2011 at 6:23 PM, David Karlsen wrote: >> Try nuking the local maven repository in case something is corrupt? >> Den 31. juli 2011 17:07 skrev "Elijah Z

Re: [chain] Upgrading to Maven parent version 21

2011-07-31 Thread Elijah Zupancic
fails. This is even more curious now that I hear it is working on your OS X system. When I get access to another machine, I will try it elsewhere next week. Right now, I'm out in the countryside with not a lot of resources. Thanks, -Elijah On Sun, Jul 31, 2011 at 12:16 AM, Phil Steitz wrote:

Re: [chain] Upgrading to Maven parent version 21

2011-07-30 Thread Elijah Zupancic
ng and check myself, otherwise I would help you a little more > :( > All he best, > Simo > > http://people.apache.org/~simonetripodi/ > http://www.99soft.org/ > > > > On Sat, Jul 30, 2011 at 8:13 PM, Elijah Zupancic wrote: >> As part of my refactoring project with A

[chain] Upgrading to Maven parent version 21

2011-07-30 Thread Elijah Zupancic
As part of my refactoring project with Apache Chain, I've been trying to update dependency versions. I tried to upgrade the maven parent configuration and the compile worked fine, but I have been getting a really odd unit test failure. Moreover, I did a diff between maven parent pom.xml versions an

Re: [chain] Forking to a 2.0?

2011-07-28 Thread Elijah Zupancic
gt; følgende: >>> >>> +1. I have done some of this privately (like generics). Having an >>> official version would be so useful. >>> >>> On Wed, Jul 27, 2011 at 10:46 PM, Elijah Zupancic >> wrote: >>> > Hi, >>> > >>> >

[chain] Forking to a 2.0?

2011-07-27 Thread Elijah Zupancic
ion of Chain be useful to anyone? Or should I just fork the project for my own needs and release it independently like the Commons Collections with Generics? I know that I'm assuming a lot and diving in head first here, so thank you ahead of time for any replie