...
[12:41:29 CDT(-0500)] <drewwills> not entirely surprised
[12:41:55 CDT(-0500)] <EricDalquist> the javadoc for that scriptengine API changed from jdk5 to 6
[12:42:00 CDT(-0500)] <drewwills> it's tough to hit that evel of polish when you're normally working with very small data sets
[12:42:14 CDT(-0500)] <EricDalquist> and what we assumed was thread safe WRT groovy was not
[12:42:21 CDT(-0500)] <EricDalquist> variables were being shared across script executions
[12:42:26 CDT(-0500)] <EricDalquist> even within method
[12:42:29 CDT(-0500)] <drewwills> oh great
[12:42:31 CDT(-0500)] <EricDalquist> methods*
[12:42:35 CDT(-0500)] <EricDalquist> that was one of the fixes