History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UNI-179
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Tim Ducheyne
Reporter: Tim Ducheyne
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Unitils

Fix cglib version mismatch

Created: 10/Nov/09 05:49 PM   Updated: 11/Nov/09 07:57 AM
Component/s: hibernate
Affects Version/s: 3.0
Fix Version/s: 3.1


 Description  « Hide
Hibernate uses cglib 2.1_3 but unitils-mock currently requires cglib-2.2
This gives version issues for projects that use hibernate + unitils-mock

 All   Comments   Change History      Sort Order:
Tim Ducheyne - 11/Nov/09 07:57 AM
Removed the explicit cglib dependency from the dbmaintainer pom.
The mock module now bundles its own repackaged version of cglib and asm.