This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: java.math.BigDecimal, JDK 1.1 compliant java.sql, misc.
- To: Warren Levy <warrenl at cygnus dot com>
- Subject: Re: Patch: java.math.BigDecimal, JDK 1.1 compliant java.sql, misc.
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Wed, 12 Apr 2000 12:55:16 +1200
- CC: java-patches at sourceware dot cygnus dot com
- References: <Pine.LNX.4.10.10004110207100.11978-100000@deliverance.cygnus.com>
> I'm checking in a JDK 1.1 compliant version of java.sql (the Classpath
> code massaged to be 1.1 compliant), along with their java.math.BigDecimal,
> a few java.io exceptions, a safeguard-type patch to
> java.net.MulticastSocket.java, and I turned on the appropriate Mauve tests
> for the new functionality.
>
I tried to compile some jdbc drivers against this, but couldn't because
they seem to depend on serialization classes that we don't have. I
wonder if we should go ahead and check in the java/io/Object* classes
from classpath, even if some of it has to be stubbed out for now?
regards
[ bryce ]