Share

Dozer

Tracker: Feature Requests

5 common-collections 3.0 - ID: 2211532
Last Update: Settings changed ( buzdin )

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.


Gert Jan Kersten ( gkersten ) - 2008-10-31 09:53

5

Closed

None

dmitry (lv)

Technology Integration

Dozer v.4.3

Public


Comment ( 1 )

Date: 2008-11-24 11:44
Sender: buzdinProject Admin

I think this change can be included in the next release. But of course you
will have to switch library on your own. The distribution will come with
3.1 as always.


Attached File ( 1 )

Filename Description Download
cc30.patch Patch to change depency to commons-collections 3.0 Download

Changes ( 6 )

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