| [eclipselink-dev] SVN Commit: Bug#272215, update to dist merge fix |
|
SVN Commit: Bug#272215, update to dist merge fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=272215 Update to previous distributed merge fix from code review. Also send and check initial lock
version. Also some performance/cleanup changes. Changes: - Avoid initializing copyPolicy, instantiationPolicy, if not set in
clone for aggregates (so gets initialized to weaved policies) - Remove unused locking policies method. - Changed some Vector fields to List in queries and dependents. - Check initial version in distributed merge, so can invalidate
correctly for timestamp locking. - Avoid conforming primary key queries. - Some micro optimizations. Code Review: Gord (pending) |