Fixed
Details
Assignee
UnassignedUnassignedReporter
Brent DouglasBrent DouglasBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Brent DouglasGunnar MorlingOriginal estimate
Time tracking
No time logged1h remainingComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Brent Douglas
Brent DouglasBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Brent Douglas
Gunnar Morling
Original estimate
Time tracking
No time logged1h remaining
Components
Fix versions
Affects versions
Priority
Created December 4, 2013 at 4:58 AM
Updated January 28, 2014 at 9:51 AM
Resolved December 6, 2013 at 12:31 PM
ReflectionHelper retains a reference to validated classes in wildfly deployments meaning they can't be undeployed.
https://github.com/hibernate/hibernate-validator/blob/master/engine/src/main/java/org/hibernate/validator/internal/util/ReflectionHelper.java?source=cc#L97
TypeResolver has an internal cache of resolved classes which are not released.