Fixed
Details
Priority
MajorFix versions
Components
Assignee
Aaron ZeckoskiAaron Zeckoski(Deactivated)Reporter
Charles HasegawaCharles HasegawaLabels
Environment
Maven 3.0.3
JDK 1.7.0_15
Details
Details
Priority
Fix versions
Components
Assignee
Aaron Zeckoski
Aaron Zeckoski(Deactivated)Reporter
Charles Hasegawa
Charles HasegawaLabels
Environment
Maven 3.0.3
JDK 1.7.0_15
Created February 25, 2013 at 12:26 PM
Updated July 1, 2014 at 7:46 AM
Resolved February 26, 2013 at 3:33 PM
The Search tool fails to build in a clean environment under Java 1.7
The search-impl module fails due to missing search-test-1.6.jar. The search-test module fails to execute because the POM only activates for Java 1.5 and 1.6.
Changing the POM to activate for 1.6+ isn't sufficient either, as the classes in the 1.6 version of the search-test module fail to properly implement the 1.7 versions of DataSource and Connection