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: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Patch: java.math.BigDecimal, JDK 1.1 compliant java.sql, misc.
- From: Warren Levy <warrenl at cygnus dot com>
- Date: Tue, 11 Apr 2000 18:12:11 -0700 (PDT)
- cc: java-patches at sourceware dot cygnus dot com
On Wed, 12 Apr 2000, Bryce McKinlay wrote:
> > 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?
Serialization was the next thing on my list to do (start, really) tonight.
I have java.beans to check in so I'll commit that in a bit and then get
straight on to folding in Classpath serialization.
--warrenl