Currently Dozer depends on version 3.1 of commons-collections. In a project
we are an environment which already depends in version 3.0 (Websphere
Portal 6.0).
Dozer only depends in two locations on version 3.1, both using a default
constructor of ListOrderedSet which is not present in common-collections
3.0. The default constructor can be replaced a call to decoratie a new
ArrayList. All junit tests keep running. Dozer can than depend on version
3.0 and be used in the Websphere Portal 6.0 environment.
Attached is patch for this change.
dmitry (lv)
Technology Integration
Dozer v.4.3
Public
|
Date: 2008-11-24 11:44 I think this change can be included in the next release. But of course you |
| Filename | Description | Download |
|---|---|---|
| cc30.patch | Patch to change depency to commons-collections 3.0 | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2008-11-25 20:37 | buzdin |
| artifact_group_id | Next Release (example) | 2008-11-25 20:37 | buzdin |
| assigned_to | nobody | 2008-11-25 20:37 | buzdin |
| close_date | - | 2008-11-25 20:37 | buzdin |
| category_id | None | 2008-11-24 11:43 | buzdin |
| File Added | 299648: cc30.patch | 2008-10-31 09:53 | gkersten |