[hibernate-dev] Hibernate ORM 4.1.10.Final on Wed?

2013-01-14 Thread Brett Meyer
Hibernate ORM 4.1.10.Final is scheduled for this Wed., 1/16. Any issues with doing so? We're watching a few Javassist issues -- regressions from Javassist 3.17.1 that was included with Hibernate 4.1.9.Final. If those are not resolved by Wed., we will most likely revert back to Javasist 3.15 i

[hibernate-dev] CollectionEntry.snapshot And PersistentCollection Queued Operations

2013-01-14 Thread John Walker
I've found that under certain circumstances with Hibernate 3.6.10, a PersistentCollection's queuedOperations will be executed *prior* to the CollectionEntry::snapshot being taken. As a result, the snapshot includes the results of any queued operations. (Including transient items added by a SimpleAd