Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Apr 2015 17:53:21 -0400
From:      "Mikhail T." <mi+thun@aldan.algebra.com>
To:        Matthew Seaman <matthew@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: databases/mysql-connector-java: Looks broken to me
Message-ID:  <552451D1.4020102@aldan.algebra.com>
In-Reply-To: <55237C20.7060406@FreeBSD.org>
References:  <20150401173142.1b36d256@rsbsd.rsb> <551C2260.5050904@freebsd.org> <55226070.1060909@FreeBSD.org> <55228EFF.6090904@aldan.algebra.com> <5522E5CF.3090902@FreeBSD.org> <5522F796.10709@aldan.algebra.com> <55237C20.7060406@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 07.04.2015 02:41, Matthew Seaman wrote:
> So anyone using JDBC3 would be disappointed by our chopping it out.  I
> have precisely zero idea how many people that might be, or indeed how
> much call there is for JDBC3 adaptors in general.
If the difference between JDBC3 and 4 is the compiler-version used to compile
them, then JDBC3 must only be of interest to those, who still use Java-1.5 for
whatever reason. These would not be new FreeBSD installations...

Various other packages have stopped supporting JDBC3 long ago
<https://www.google.com/search?q=JDBC3+obsolete>. I'd recommend dropping it too.

But if you think, we should not drop it, there is still no need for the older
JDKs. Any newer javac can be asked to generate older bytecode. For example:

    javac -source 1.5 -target 1.5 ...

Yours,

    -mi




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?552451D1.4020102>