Hello experts
I implemented a tool that can directly read a file name by its current classloader read an Inputstream and returns a java.util.Properties and created two JIRA for this issue as I am not sure which components are the best. The code and the conversions are here: https://github.com/apache/commons-collections/pull/33/files Why did I do this ? Before contributing this, I searched for a long time for this functionality in Commons Configuration. I could not find it though. I don't want to write it in my way, instead, I want there is an existing lib that implements it. So, that is why I did this contribution. If I should put it in Commons Configuration. Which package should I put it to? Two jira https://issues.apache.org/jira/browse/CONFIGURATION-674 https://issues.apache.org/jira/browse/COLLECTIONS-664 Thanks Minglei