Re: [jira] Commented: (TRANSACTION-16) TX collections / TX object model

2007-07-20 Thread Oliver Zeigermann
of objects. Since the transactional object model is based on recording method invocations, it could just as well be used for collections etc. The depth of recorded invocations could be declarable (for instance so only interface-method-invocations are recorded for collections. The problem

[jira] Created: (BEANUTILS-290) Merge Bean-Collections back into core BeanUtils and remove Bean-Collections sub-project

2007-07-19 Thread Niall Pemberton (JIRA)
Merge Bean-Collections back into core BeanUtils and remove Bean-Collections sub-project --- Key: BEANUTILS-290 URL: https://issues.apache.org/jira/browse/BEANUTILS-290

[jira] Commented: (DIGESTER-115) Digester depends on BeanUtils copies of Collections classes

2007-07-19 Thread Rahul Akolkar (JIRA)
is 1.8.1). In the longer run, I agree, we should wean [digester] off of the [collections] version of ArrayStack (doing what you suggest or just using java.util.Stack or some such so we will have one less class to maintain). Digester depends on BeanUtils copies of Collections classes

[jira] Resolved: (BEANUTILS-290) Merge Bean-Collections back into core BeanUtils and remove Bean-Collections sub-project

2007-07-19 Thread Niall Pemberton (JIRA)
BeanUtils and removed the bean-collections sub-module. Ant, Maven1 and Maven2 builds all work. Merge Bean-Collections back into core BeanUtils and remove Bean-Collections sub-project --- Key

[jira] Commented: (DIGESTER-115) Digester depends on BeanUtils copies of Collections classes

2007-07-18 Thread Henri Yandell (JIRA)
and BufferUnderflowException are depended on via ArrayStack. A tighter ArrayStack could definitely be made (remove the unnecessary bits) and used within Digester. Digester depends on BeanUtils copies of Collections classes --- Key

[jira] Updated: (DIGESTER-115) Digester depends on BeanUtils copies of Collections classes

2007-07-18 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/DIGESTER-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated DIGESTER-115: --- Fix Version/s: 1.8.1 Digester depends on BeanUtils copies of Collections classes

svn commit: r557435 - in /jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/test/org/apache/commons/collections: bag/AbstractTestBag.java list/AbstractTestList.java

2007-07-18 Thread skestle
Author: skestle Date: Wed Jul 18 17:35:50 2007 New Revision: 557435 URL: http://svn.apache.org/viewvc?view=revrev=557435 Log: Skipped failing SerializedCanonicalTests. Marked code to be revisited through collections re-work. Modified: jakarta/commons/proper/collections/branches

svn commit: r557489 - /jakarta/commons/proper/collections/branches/collections_jdk5_branch/build.xml

2007-07-18 Thread skestle
test data correctly. Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/build.xml Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/build.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/collections/branches

Re: [jira] Commented: (TRANSACTION-16) TX collections / TX object model

2007-07-15 Thread Dennis Thrysøe
model is based on recording method invocations, it could just as well be used for collections etc. The depth of recorded invocations could be declarable (for instance so only interface-method-invocations are recorded for collections. The problem with this is that any optimizations possible

svn commit: r556358 - /jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastHashMap.java

2007-07-14 Thread niallp
Author: niallp Date: Sat Jul 14 17:16:44 2007 New Revision: 556358 URL: http://svn.apache.org/viewvc?view=revrev=556358 Log: Minor javadoc and code style change Modified: jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastHashMap.java Modified: jakarta

[jira] Commented: (COLLECTIONS-259) TransformerClosure should implement Transformer and allow extension.

2007-07-13 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512402 ] Stephen Colebourne commented on COLLECTIONS-259: My preference would be to see the Predicate

[jira] Commented: (TRANSACTION-16) TX collections / TX object model

2007-07-13 Thread Oliver Zeigermann (JIRA)
place? Oliver TX collections / TX object model Key: TRANSACTION-16 URL: https://issues.apache.org/jira/browse/TRANSACTION-16 Project: Commons Transaction Issue Type: Wish Reporter: Dennis

[jira] Issue Comment Edited: (COLLECTIONS-259) TransformerClosure should implement Transformer and allow extension.

2007-07-13 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512570 ] Matt Benson edited comment on COLLECTIONS-259 at 7/13/07 11:39 AM: --- Would

svn commit: r555930 - in /jakarta/commons/proper/collections/branches/collections_jdk5_branch: project.properties project.xml

2007-07-13 Thread skestle
Author: skestle Date: Fri Jul 13 03:54:00 2007 New Revision: 555930 URL: http://svn.apache.org/viewvc?view=revrev=555930 Log: Added junit4 and easymock to the project Issue: COLLECTIONS-247 Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/project.properties

[jira] Commented: (COLLECTIONS-259) TransformerClosure should implement Transformer and allow extension.

2007-07-12 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512286 ] Stephen Kestle commented on COLLECTIONS-259: Presumably it's the decoration and continued

[jira] Created: (COLLECTIONS-260) TransformingComparator should have a constructor with just a Transformer

2007-07-12 Thread Stephen Kestle (JIRA)
TransformingComparator should have a constructor with just a Transformer Key: COLLECTIONS-260 URL: https://issues.apache.org/jira/browse/COLLECTIONS-260 Project: Commons

[jira] Commented: (COLLECTIONS-259) TransformerClosure should implement Transformer and allow extension.

2007-07-11 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511686 ] Stephen Colebourne commented on COLLECTIONS-259: An interesting idea, however I sense

svn commit: r555436 - in /jakarta/commons/proper/beanutils/trunk: ./ optional/bean-collections/ src/main/ src/main/assembly/ src/site/ src/site/resources/ src/site/resources/images/ xdocs/images/

2007-07-11 Thread niallp
Author: niallp Date: Wed Jul 11 16:32:14 2007 New Revision: 555436 URL: http://svn.apache.org/viewvc?view=revrev=555436 Log: Update the m2 build Added: jakarta/commons/proper/beanutils/trunk/optional/bean-collections/pom.xml (with props) jakarta/commons/proper/beanutils/trunk/src/main

[Jakarta-commons Wiki] Update of Collections/GenericCollections/Contributors by StephenKestle

2007-07-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by StephenKestle: http://wiki.apache.org/jakarta-commons/Collections/GenericCollections/Contributors

[jira] Created: (COLLECTIONS-259) TransformerClosure should implement Transformer and allow extension.

2007-07-09 Thread Stephen Kestle (JIRA)
TransformerClosure should implement Transformer and allow extension. Key: COLLECTIONS-259 URL: https://issues.apache.org/jira/browse/COLLECTIONS-259 Project: Commons Collections

svn commit: r553294 - in /jakarta/commons/proper: attributes/trunk/ beanutils/trunk/ betwixt/trunk/ chain/trunk/ cli/branches/cli-1.0.x/ cli/trunk/ codec/trunk/ collections/trunk/ commons-parent/trunk

2007-07-04 Thread rahul
/codec/trunk/NOTICE.txt jakarta/commons/proper/collections/trunk/NOTICE.txt jakarta/commons/proper/commons-parent/trunk/NOTICE.txt jakarta/commons/proper/commons-sandbox-parent/trunk/NOTICE.txt jakarta/commons/proper/configuration/trunk/NOTICE.txt jakarta/commons/proper/daemon/trunk

[jira] Commented: (COLLECTIONS-3) NPE: map.LRUMap.reuseMapping(LRUMap.java:272)

2007-06-30 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509351 ] Henri Yandell commented on COLLECTIONS-3: - That should be: synchronized(map) { Playing with SoakLRUMap

[jira] Created: (COLLECTIONS-258) DualLinkedHashBidiMap

2007-06-26 Thread Nathan Blomquist (JIRA)
DualLinkedHashBidiMap - Key: COLLECTIONS-258 URL: https://issues.apache.org/jira/browse/COLLECTIONS-258 Project: Commons Collections Issue Type: New Feature Components: BidiMap Reporter: Nathan

[jira] Updated: (COLLECTIONS-258) DualLinkedHashBidiMap

2007-06-26 Thread Nathan Blomquist (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Blomquist updated COLLECTIONS-258: - Attachment: DualLinkedHashBidiMap.java This is the actual implementation

[jira] Closed: (COLLECTIONS-257) CollectionUtils.removeAll() calls ListUtils.retainAll()

2007-06-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-257. - Resolution: Duplicate Fix Version/s: 3.3 Duplicate of COLLECTIONS-219, which

[jira] Created: (COLLECTIONS-257) CollectionUtils.removeAll() calls ListUtils.retainAll()

2007-06-25 Thread Sami Kallio (JIRA)
CollectionUtils.removeAll() calls ListUtils.retainAll() --- Key: COLLECTIONS-257 URL: https://issues.apache.org/jira/browse/COLLECTIONS-257 Project: Commons Collections Issue Type: Bug

[jira] Commented: (COLLECTIONS-244) Proposal to support generic multi-key maps with keys of different types

2007-06-15 Thread Michael Heuer (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505370 ] Michael Heuer commented on COLLECTIONS-244: --- Fair enough, what you describe is unwieldy

[jira] Updated: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Thrysøe updated TRANSACTION-16: -- Attachment: (was: buzz.zip) TX collections / TX object model

[jira] Updated: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
, and some of the jars. TX collections / TX object model Key: TRANSACTION-16 URL: https://issues.apache.org/jira/browse/TRANSACTION-16 Project: Commons Transaction Issue Type: Wish Reporter

[jira] Issue Comment Edited: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
a new version where I removed the irrelavant stuff, and some of the jars. There is a notes.txt in the zip which explains a few details. was: Attached a new version where I removed the irrelavant stuff, and some of the jars. TX collections / TX object model

[jira] Commented: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
with implementing the transaction collections etc. You could try to have a look at the tests, to get an idea of where I wan't to go with this. I don't think JDK 1.5 is necesarry, except perhaps for a single annotation. This code could easily be backported to 1.4. I think this coude could fit

[jira] Commented: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread Oliver Zeigermann (JIRA)
this could even be a starting point for the 2.0 version. Would you be willing to participate in further discussion and refactoring of your code? TX collections / TX object model Key: TRANSACTION-16 URL: https://issues.apache.org/jira

[jira] Commented: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
-volume, but I'll try to write a post that details some further aspects of the code. TX collections / TX object model Key: TRANSACTION-16 URL: https://issues.apache.org/jira/browse/TRANSACTION-16 Project: Commons

[jira] Updated: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
-devm=118129603213307w=4): I would like to donate an implementation of some transaction enabled collections and resources. The implementation is (more or less) JTA compliant, and mostly finished. It is not well-tested, robust or mature. The code includes: 1) TX collections: Map, Set and List

[jira] Updated: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörg Heinicke updated TRANSACTION-16: - Comment: was deleted TX collections / TX object model

[jira] Commented: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
. It's up to the TransactionManager to enlist a resource, not the other way around. But thanks for your contribution anyway. I'm looking forward to your future involvement. TX collections / TX object model Key: TRANSACTION-16 URL

[jira] Updated: (TRANSACTION-16) TX collections / TX object model

2007-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörg Heinicke updated TRANSACTION-16: - Summary: TX collections / TX object model (was: Code donation) TX collections / TX

[jira] Commented: (COLLECTIONS-255) Unused variable in TreeBidiMap.java

2007-06-08 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502770 ] Stephen Colebourne commented on COLLECTIONS-255: As a general rule, collections implementations

[jira] Created: (COLLECTIONS-256) ListUtils.transformedList(list, transformer) doesn't transform

2007-06-08 Thread Kurtis Williams (JIRA)
ListUtils.transformedList(list, transformer) doesn't transform -- Key: COLLECTIONS-256 URL: https://issues.apache.org/jira/browse/COLLECTIONS-256 Project: Commons Collections Issue

[jira] Created: (COLLECTIONS-255) Unused variable in TreeBidiMap.java

2007-06-07 Thread Henri Yandell (JIRA)
Unused variable in TreeBidiMap.java --- Key: COLLECTIONS-255 URL: https://issues.apache.org/jira/browse/COLLECTIONS-255 Project: Commons Collections Issue Type: Bug Components: BidiMap Affects

[jira] Updated: (BEANUTILS-244) [collections] Add a multi property beancomparator

2007-06-02 Thread Baptiste MATHUS (JIRA)
existing. I'd be really glad to make it available more largely. Thanks [collections] Add a multi property beancomparator - Key: BEANUTILS-244 URL: https://issues.apache.org/jira/browse/BEANUTILS-244

[jira] Created: (COLLECTIONS-254) java.util.prefs Configuration

2007-05-26 Thread Michael Rudolf (JIRA)
java.util.prefs Configuration - Key: COLLECTIONS-254 URL: https://issues.apache.org/jira/browse/COLLECTIONS-254 Project: Commons Collections Issue Type: Wish Reporter: Michael Rudolf

[jira] Updated: (COLLECTIONS-253) I added generics to PredicateUtils and the predicates it creates

2007-05-25 Thread Edwin Tellman (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edwin Tellman updated COLLECTIONS-253: -- Attachment: predicates.txt predicates.tgz patch and tar versions

[jira] Updated: (COLLECTIONS-253) Generics version of PredicateUtils and the predicates it creates

2007-05-25 Thread Edwin Tellman (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edwin Tellman updated COLLECTIONS-253: -- Summary: Generics version of PredicateUtils and the predicates it creates

[jira] Created: (COLLECTIONS-253) I added generics to PredicateUtils and the predicates it creates

2007-05-25 Thread Edwin Tellman (JIRA)
I added generics to PredicateUtils and the predicates it creates Key: COLLECTIONS-253 URL: https://issues.apache.org/jira/browse/COLLECTIONS-253 Project: Commons Collections

[jira] Updated: (COLLECTIONS-110) Support parametized classes with commons.collections.

2007-05-24 Thread Hendrik Maryns (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hendrik Maryns updated COLLECTIONS-110: --- Attachment: Jakarta Collections-generic.tar.gz Since this does not seem

[jira] Updated: (COLLECTIONS-110) Support parametized classes with commons.collections.

2007-05-24 Thread Hendrik Maryns (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hendrik Maryns updated COLLECTIONS-110: --- Attachment: collections.patch The same as a patch. Support parametized

[jira] Updated: (BEANUTILS-278) Remove copied Collections classes

2007-05-20 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-278: -- Fix Version/s: LATER THAN 1.8.0 Remove copied Collections classes

svn commit: r539941 - /jakarta/commons/proper/beanutils/trunk/optional/bean-collections/src/test/org/apache/commons/beanutils/BeanComparatorTestCase.java

2007-05-20 Thread niallp
/optional/bean-collections/src/test/org/apache/commons/beanutils/BeanComparatorTestCase.java Modified: jakarta/commons/proper/beanutils/trunk/optional/bean-collections/src/test/org/apache/commons/beanutils/BeanComparatorTestCase.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils

svn commit: r539964 - /jakarta/commons/proper/beanutils/trunk/optional/bean-collections/project.xml

2007-05-20 Thread niallp
Author: niallp Date: Sun May 20 15:14:53 2007 New Revision: 539964 URL: http://svn.apache.org/viewvc?view=revrev=539964 Log: Configure unit tests Modified: jakarta/commons/proper/beanutils/trunk/optional/bean-collections/project.xml Modified: jakarta/commons/proper/beanutils/trunk/optional

svn commit: r539965 - in /jakarta/commons/proper/beanutils/trunk/optional/bean-collections/src: java/org/apache/commons/beanutils/BeanMap.java test/org/apache/commons/beanutils/TestBeanMap.java

2007-05-20 Thread niallp
/bean-collections/src/java/org/apache/commons/beanutils/BeanMap.java jakarta/commons/proper/beanutils/trunk/optional/bean-collections/src/test/org/apache/commons/beanutils/TestBeanMap.java Modified: jakarta/commons/proper/beanutils/trunk/optional/bean-collections/src/java/org/apache/commons

svn commit: r539985 - /jakarta/commons/proper/beanutils/trunk/optional/bean-collections/src/test/org/apache/commons/beanutils/TestBeanMap.java

2007-05-20 Thread niallp
/bean-collections/src/test/org/apache/commons/beanutils/TestBeanMap.java Modified: jakarta/commons/proper/beanutils/trunk/optional/bean-collections/src/test/org/apache/commons/beanutils/TestBeanMap.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/optional/bean

[jira] Updated: (BEANUTILS-278) Remove copied Collections classes

2007-05-18 Thread Niall Pemberton (JIRA)
FastHashMap from BeanUtils. Not necessarily proposing that this change be applied - but its a good indicator of the impact Remove copied Collections classes - Key: BEANUTILS-278 URL: https://issues.apache.org/jira/browse/BEANUTILS

[jira] Created: (BEANUTILS-278) Remove copied Collections classes

2007-05-18 Thread Niall Pemberton (JIRA)
Remove copied Collections classes - Key: BEANUTILS-278 URL: https://issues.apache.org/jira/browse/BEANUTILS-278 Project: Commons BeanUtils Issue Type: Improvement Affects Versions: 1.7.0

svn commit: r539475 - in /jakarta/commons/proper/beanutils/trunk/optional/bean-collections: build.xml project.xml

2007-05-18 Thread niallp
Author: niallp Date: Fri May 18 07:08:48 2007 New Revision: 539475 URL: http://svn.apache.org/viewvc?view=revrev=539475 Log: Fix version numbers and build Modified: jakarta/commons/proper/beanutils/trunk/optional/bean-collections/build.xml jakarta/commons/proper/beanutils/trunk/optional

[jira] Commented: (BEANUTILS-278) Remove copied Collections classes

2007-05-18 Thread Niall Pemberton (JIRA)
Buffer and BufferUnderflowException) - Struts 1.3 doesn't appear to need any of the classes - except thru' its dependency on Digester Remove copied Collections classes - Key: BEANUTILS-278 URL: https://issues.apache.org/jira

[jira] Updated: (BEANUTILS-278) Remove copied Collections classes

2007-05-18 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-278: -- Attachment: (was: Beanutils-278.patch) Remove copied Collections classes

[jira] Updated: (BEANUTILS-278) Remove copied Collections classes

2007-05-18 Thread Niall Pemberton (JIRA)
no impact on the API (and almost no performance impact IMO) - so that its easier to see where the issue(s) lie Remove copied Collections classes - Key: BEANUTILS-278 URL: https://issues.apache.org/jira/browse/BEANUTILS-278

[jira] Commented: (BEANUTILS-278) Remove copied Collections classes

2007-05-18 Thread Niall Pemberton (JIRA)
for the dataSources Map in ActionServlet Remove copied Collections classes - Key: BEANUTILS-278 URL: https://issues.apache.org/jira/browse/BEANUTILS-278 Project: Commons BeanUtils Issue Type: Improvement

[jira] Created: (DIGESTER-115) Digester depends on BeanUtils copies of Collections classes

2007-05-18 Thread Niall Pemberton (JIRA)
Digester depends on BeanUtils copies of Collections classes --- Key: DIGESTER-115 URL: https://issues.apache.org/jira/browse/DIGESTER-115 Project: Commons Digester Issue Type: Bug

[jira] Created: (COLLECTIONS-252) LinkEntry should public class

2007-05-15 Thread daxia (JIRA)
LinkEntry should public class -- Key: COLLECTIONS-252 URL: https://issues.apache.org/jira/browse/COLLECTIONS-252 Project: Commons Collections Issue Type: Improvement Components: Map Affects

[jira] Updated: (COLLECTIONS-252) LinkEntry should public class

2007-05-15 Thread daxia (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] daxia updated COLLECTIONS-252: -- Description: The LRUMap' method removeLRU is for Subclass method. but removeLRU(LinkEntry entry

[jira] Commented: (COLLECTIONS-240) MultiValueMap should implement Serializable

2007-05-04 Thread JIRA
[ https://issues.apache.org/jira/browse/COLLECTIONS-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493647 ] Jörg Heinicke commented on COLLECTIONS-240: --- I second this since I use the deprecated MultiHashMap

[jira] Updated: (COLLECTIONS-240) MultiValueMap should implement Serializable

2007-05-03 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-240: -- Fix Version/s: 3.3 +1 MultiValueMap should implement Serializable

[jira] Updated: (COLLECTIONS-221) CompositeCollection, CompositeMap, CompositeSet should implement Serializable

2007-05-03 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-221: -- Fix Version/s: 3.3 +1 CompositeCollection, CompositeMap, CompositeSet should

[jira] Updated: (COLLECTIONS-233) Closure is an inaccurate name

2007-05-03 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-233: -- Affects Version/s: (was: Generics) Fix Version/s: Generics Given

[jira] Updated: (COLLECTIONS-220) Serialization/Deserialization doesn't work well with empty buffers.

2007-05-03 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-220: -- Fix Version/s: 3.3 Nice simple patch. +1. Serialization/Deserialization

[jira] Updated: (COLLECTIONS-231) Not return the base interface on decorate

2007-05-03 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-231: -- Fix Version/s: 3.3 Makes sense to me. Not return the base interface on decorate

[jira] Updated: (COLLECTIONS-235) Missing static int ListUtils.indexOf(List,Predicate) method

2007-05-03 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-235: -- Fix Version/s: 3.3 +1 for 3.3 consideration. Missing static int

svn commit: r534976 - in /jakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections: ./ buffer/ collection/ list/ map/

2007-05-03 Thread bayard
Author: bayard Date: Thu May 3 12:54:44 2007 New Revision: 534976 URL: http://svn.apache.org/viewvc?view=revrev=534976 Log: Applying Mark Hindess' patch from COLLECTIONS-232 that cleans up the ordering of various assertEquals to be expected,actual and not actual,expected and also fixes various

[jira] Closed: (COLLECTIONS-232) Some tests contain assertEquals arguments in the incorrect order

2007-05-03 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-232. - Resolution: Fixed Thanks Mark, patch applied. svn ci -m Applying Mark Hindess

[jira] Commented: (COLLECTIONS-231) Not return the base interface on decorate

2007-05-03 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493501 ] Stephen Colebourne commented on COLLECTIONS-231: This change cannot be made as changing

[jira] Commented: (COLLECTIONS-231) Not return the base interface on decorate

2007-05-03 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493527 ] Stephen Kestle commented on COLLECTIONS-231: So - fix for generics? Not return the base interface

[jira] Created: (COLLECTIONS-251) Replace getInstance() and decorate() methods with get{ClassName}()

2007-05-02 Thread Stephen Kestle (JIRA)
Replace getInstance() and decorate() methods with get{ClassName}() -- Key: COLLECTIONS-251 URL: https://issues.apache.org/jira/browse/COLLECTIONS-251 Project: Commons Collections

[jira] Commented: (COLLECTIONS-250) containsKey on MultiHashMap seems incorrect

2007-04-30 Thread Nikhil G. Daddikar (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492649 ] Nikhil G. Daddikar commented on COLLECTIONS-250: It's not changed, my mistake. Just

[jira] Commented: (COLLECTIONS-250) containsKey on MultiHashMap seems incorrect

2007-04-30 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492652 ] James Carman commented on COLLECTIONS-250: -- Just use a set along side the map to keep track of which

[jira] Resolved: (COLLECTIONS-250) containsKey on MultiHashMap seems incorrect

2007-04-30 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Carman resolved COLLECTIONS-250. -- Resolution: Invalid Assignee: James Carman I believe we have established

[jira] Commented: (COLLECTIONS-250) containsKey on MultiHashMap seems incorrect

2007-04-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492595 ] Henri Yandell commented on COLLECTIONS-250: --- It seems very correct to me - putAll(key, EMPTY_LIST

[jira] Created: (COLLECTIONS-250) containsKey on MultiHashMap seems incorrect

2007-04-27 Thread Nikhil G. Daddikar (JIRA)
containsKey on MultiHashMap seems incorrect --- Key: COLLECTIONS-250 URL: https://issues.apache.org/jira/browse/COLLECTIONS-250 Project: Commons Collections Issue Type: Bug Components: Map

Re: [jira] Created: (COLLECTIONS-250) containsKey on MultiHashMap seems incorrect

2007-04-27 Thread Stephen Smith
://www.stephen-smith.co.uk/ Nikhil G. Daddikar (JIRA) wrote: containsKey on MultiHashMap seems incorrect --- Key: COLLECTIONS-250 URL: https://issues.apache.org/jira/browse/COLLECTIONS-250 Project: Commons Collections

[jira] Commented: (COLLECTIONS-250) containsKey on MultiHashMap seems incorrect

2007-04-27 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492379 ] James Carman commented on COLLECTIONS-250: -- The behavior has changed from what? The Map API

[collections] or [beanutils] BeanComparatorChain

2007-04-22 Thread Michael Heuer
Hello, Might there be interest in a BeanComparatorChain, that is a Comparator implementation that maintains an o.a.c.collections.c.ComparatorChain of o.a.c.beanutils.BeanComparators? class BeanComparatorChainT implements ComparatorT BeanComparatorChain(); BeanComparatorChain(String[]);

svn commit: r531027 - in /jakarta/commons/proper/collections/trunk: RELEASE-NOTES.html src/java/org/apache/commons/collections/list/SetUniqueList.java src/test/org/apache/commons/collections/list/Test

2007-04-21 Thread bayard
Author: bayard Date: Sat Apr 21 06:44:46 2007 New Revision: 531027 URL: http://svn.apache.org/viewvc?view=revrev=531027 Log: Applying Joe Kelly's fix for COLLECTIONS-249 - SetUniqueList.addAll(int, Collection ) was always inserting at the end of the list Modified: jakarta/commons/proper

[jira] Closed: (COLLECTIONS-249) SetUniqueList.addAll(int index, Collection coll) adds to end of list instead of at specified index

2007-04-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-249. - Resolution: Fixed Fix Version/s: 3.3 Nice find Joe, patches applied

[jira] Created: (COLLECTIONS-249) SetUniqueList.addAll(int index, Collection coll) adds to end of list instead of at specified index

2007-04-20 Thread Joe Kelly (JIRA)
SetUniqueList.addAll(int index, Collection coll) adds to end of list instead of at specified index -- Key: COLLECTIONS-249 URL: https://issues.apache.org/jira/browse

[jira] Updated: (COLLECTIONS-249) SetUniqueList.addAll(int index, Collection coll) adds to end of list instead of at specified index

2007-04-20 Thread Joe Kelly (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Kelly updated COLLECTIONS-249: -- Attachment: TestSetUniqueList.patch Here is a patch to TestSetUniqueList, which shows

[jira] Updated: (COLLECTIONS-249) SetUniqueList.addAll(int index, Collection coll) adds to end of list instead of at specified index

2007-04-20 Thread Joe Kelly (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Kelly updated COLLECTIONS-249: -- Attachment: SetUniqueList.patch Here is a patch to SetUniqueList, which fixes the bug

[jira] Commented: (COLLECTIONS-246) LoopingListIterator behaves unexpected on next and previous mixed

2007-04-17 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489419 ] Henri Yandell commented on COLLECTIONS-246: --- Yeah, this one is interesting. In COLLECTIONS-239

[jira] Created: (COLLECTIONS-248) TrackingCollection

2007-04-16 Thread Nicolas Marchildon (JIRA)
TrackingCollection -- Key: COLLECTIONS-248 URL: https://issues.apache.org/jira/browse/COLLECTIONS-248 Project: Commons Collections Issue Type: New Feature Components: Collection Reporter: Nicolas

[jira] Updated: (COLLECTIONS-248) TrackingCollection

2007-04-16 Thread Nicolas Marchildon (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Marchildon updated COLLECTIONS-248: --- Attachment: CollectionLoader.java TrackingCollection

[jira] Updated: (COLLECTIONS-248) TrackingCollection

2007-04-16 Thread Nicolas Marchildon (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Marchildon updated COLLECTIONS-248: --- Attachment: TrackingCollection.java TrackingCollection

[jira] Updated: (COLLECTIONS-248) TrackingCollection

2007-04-16 Thread Nicolas Marchildon (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Marchildon updated COLLECTIONS-248: --- Attachment: TrackingCollectionTest.java TrackingCollection

[Jakarta-commons Wiki] Update of Collections/GenericCollections/Contributors by StephenKestle

2007-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by StephenKestle: http://wiki.apache.org/jakarta-commons/Collections/GenericCollections/Contributors

Re: [collections] Code offer: TrackingCollection

2007-04-12 Thread Stephen Kestle
Please let me know if this is the correct way of submitting code to the project. Better would be to open a ticket (http://issues.apache.org/jira/browse/COLLECTIONS) and submit the files there. Things will get lost on the mailing list. Especially since we all seem to be rather busy

[jira] Updated: (COLLECTIONS-247) update build to compile with Java 5 and use JUnit 4 and EasyMock in generics branch

2007-04-03 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Kestle updated COLLECTIONS-247: --- Description: As requested on [http://wiki.apache.org/jakarta-commons

[jira] Created: (COLLECTIONS-247) update build to compile with Java 5 and use JUnit 4 and EasyMock in generics branch

2007-04-01 Thread Edwin Tellman (JIRA)
update build to compile with Java 5 and use JUnit 4 and EasyMock in generics branch --- Key: COLLECTIONS-247 URL: https://issues.apache.org/jira/browse/COLLECTIONS-247

[jira] Updated: (COLLECTIONS-247) update build to compile with Java 5 and use JUnit 4 and EasyMock in generics branch

2007-04-01 Thread Edwin Tellman (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edwin Tellman updated COLLECTIONS-247: -- Attachment: patch_04_01.txt patch for build files, etc. update build to compile

Re: [collections] additions

2007-04-01 Thread Stephen Kestle
recommend adding yourself to http://wiki.apache.org/jakarta-commons/Collections/GenericCollections/Contributors. As you can see, I'd personally like to get some project infrastructure in place. (Stephen, you might want to review what I've written about you). So, if there are questions

Re: [collections] additions

2007-03-30 Thread Matt Benson
--- Stephen Colebourne [EMAIL PROTECTED] wrote: Matt Benson wrote: What's the current status of collections? It needs to be broken into smaller pieces before any more weight can be added? Yes, I believe thats a good approach. And the Java 5 branch needs finshing. Back

Re: [collections] additions

2007-03-30 Thread Stephen Colebourne
Matt Benson wrote: - was there a plan for breaking things apart into functors, what else? I would like to see a good discussion on what jars to produce. - Does this really matter?--people can always use tools to create subset jars if they can't deal with the full-size version, no? I

  1   2   3   4   5   6   7   8   9   10   >