We rely on JDBC's ResultSet#getDate to populate an entity's Date properties during a query. Most DBs strip out the time for that call, but oracle12c appears to keep it (incorrectly). Adding handling to ensure it's stripped.
We've added new oracle12c to our QA lab and this test fails only on this oracle instance. It could be only db configuration issue, but I haven't found reason why it fails.
Stacktrace {noformat} org.junit.ComparisonFailure: expected:<July 21, 1905 1[2]:00:00 AM EST> but was:<July 21, 1905 1[0]:00:00 AM EST> at org.junit.Assert.assertEquals(Assert.ja...
This message was sent by Atlassian JIRA (v6.1-OD-08#6143-sha1:7b2ba0d)