When backporting DERBY-4913 to 10.5 I hit a conflict because of this change:
http://svn.apache.org/viewvc?view=revision&revision=764912
$ svn log -c 764912
------------------------------------------------------------------------
r764912 | rhillegas | 2009-04-14 11:23:15 -0700 (Tue, 14 Apr 2009) | 1 line
-d
------------------------------------------------------------------------
Myrna helped me track it as part of DERBY-4157 and Iooks like a code
refactor...
Attaching derby-4157-01-aa-refactor.diff. This patch is a first step
toward writing the new test. This patch factors out some of the existing
upgrade test machinery so that the new test can re-use that machinery:
1) logic to discover old versions
2) logic to create class loaders out of those old versions
3) logic to use those class loaders
Does anyone see any issues with backporting just this part of DERBY-4157?
Thanks
Kathey