Version 3.0.13 is a bugfix release for the production tree that
is suitable for use with any MySQL version including MySQL-4.1 or
MySQL-5.0.
This release is intended to fix three minor bugs, two which
impact users using MysqlConnectionPoolDataSource, and one bug fix
for prepared statements with batched parameters creating all keys
for getGeneratedKeys()."
Full release announcement at http://lists.mysql.com/java/7488.
PR: ports/67265
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
'production' instead of 'stable' for no apparent reason. Release
notes are at http://lists.mysql.com/announce/192.
PR: ports/66908
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
Move PLIST_FILES to later in the Makefile for consistencies' sake.
PR: ports/66111
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
- Use PLIST_FILES
- Set JAVA_HOME to ant environment
- ECHO -> ECHO_MSG
PR: ports/62472
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
http://www.mysql.com/documentation/connector-j/index.html#id2800748
MySQL Connector/J really does need JDK 1.4.x to compile. Use of
apache-ant appears to side-step all of the effects of the USE_JAVA
knob from bsd.java.mk, so all previous testing was actually using JDK 1.4.2
to do the compilation step.
Since the distfile contains a pre-compiled .jar file, which will work with
any Java-2 JVM, provide a WITHOUT_BUILD option.
PR: ports/59993
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Noticed by: Aristedes Maniatis