Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for 214261: Add Java6 JDBC 4.0 compatible interface and function stubs to test projects

Hi,
	The following fix for 214261: Add Java6 JDBC 4.0 compatible interface and function stubs to test projects
	Has been checked in.
http://bugs.eclipse.org/214261

	Description:

		Core.test and extension.test now compile on JDK 1.5 and JDK 1.6 via Ant or Eclipse 3.4

		Testing:
		On Oracle 11, Windows, Ant:
			UC 1: Compile on 1.5, run on 1.5 = OK
			UC 2: Compile on 1.5, run on 1.6 = OK (6 expected failures)
			UC 3: Compile on 1.6, run on 1.6 = 3x50 + 2x15 = 180 errors - see Bug# 236185 for future 1.0.1 fix.

		Introduced new ant Variable
			javac.version=1.5(default)|1.6

	No longer blocks
		https://bugs.eclipse.org/bugs/show_bug.cgi?id=236185 Upgrade to Java 6 (with JDBC 4.0) - 1.0.1
		https://bugs.eclipse.org/bugs/show_bug.cgi?id=236070 WebLogic 10.3 WTP Deployment requires JDK 1.6 compliance

	Code reviewed by Gordon and Tom - thank you

	/michael



Back to the top