Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.2.0
-
None
-
None
Description
I would like to invert the current preprocessor behaviour.
Currently we got jdk1.3 compliant classes that are mungled for jdk1.4+ at build time.
I think that it would be better to have "official" jdk1.4+ classes and mungle them at runtime when we don't have jdbc3 in the classpath.
More: i don't have a jdk1.3 installed right now but looking the code it seems that the jdk1.4 version would work with jdk1.3 too (the inverse is not true).
I already changed my local code, so if noone dislike the change I will apply it later.