atos1990 / orika

Automatically exported from code.google.com/p/orika
0 stars 0 forks source link

Occasionally the wrong Type is resolved for a class #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In multi-threading scenarios, some times the incorrect Type<?> is returned for 
a given class.
this may show up in the logs as Foo is incompatible with Bar, but can only 
occasionally be seen; we had to set the build on continuous fire every 20 
minutes to unearth this, and it only happened maybe one in 10 times.

Most likely a multi-threading issue.

Original issue reported on code.google.com by matt.deb...@gmail.com on 12 Jun 2012 at 8:39

GoogleCodeExporter commented 9 years ago
Fixed in the 1.2.0 branch and the trunk (1.1.6) with accompanying concurrent 
test case.

Original comment by matt.deb...@gmail.com on 12 Jun 2012 at 8:39