Official JDBC Driver for MySQL
MySQL Connector/J is a native Java driver that converts JDBC (Java
Database Connectivity) calls into the network protocol used by the
MySQL database. It lets developers working with the Java programming
language easily build programs and applets that interact with MySQL and
connect all corporate data, even in a heterogeneous environment. MySQL
Connector/J is a Type IV JDBC driver and has a complete JDBC feature
set that supports the capabilities of MySQL.
- Developed at Java:packages
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/mysql-connector-java && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
extra-libs-build.patch | 0000003868 3.78 KB | |
generate-tarball.sh | 0000000350 350 Bytes | |
jdk6-check-use-jdk7.patch | 0000000896 896 Bytes | |
mysql-connector-java-5.1.35-suse.tar.xz | 0001432996 1.37 MB | |
mysql-connector-java-jdbc-4.1.patch | 0000072300 70.6 KB | |
mysql-connector-java.changes | 0000006001 5.86 KB | |
mysql-connector-java.spec | 0000004452 4.35 KB | |
no-jdk5-requirement.patch | 0000002265 2.21 KB | |
use-classpath-in-tests.patch | 0000000417 417 Bytes |
Revision 23 (latest revision is 53)
Stephan Kulow (coolo)
accepted
request 307056
from
Tomáš Chvátal (scarabeus_iv)
(revision 23)
- Update to 5.1.35 (see CHANGES for full list of issues) bnc#927981 CVE-2015-2575: * http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1.html - Remove not applicable patch: * mysql-connector-java-7-jdbc-4.1.patch - Do not explicitely check for jdk6 but be happy with 7 and 8: * jdk6-check-use-jdk7.patch - Do not require hibernate4 to actually build: * extra-libs-build.patch - Do not build jdk5 depending jdbc3: * no-jdk5-requirement.patch - Add and rebase jdbc4.1 patch: * mysql-connector-java-jdbc-4.1.patch - Add new patch to build tests: * use-classpath-in-tests.patch
Comments 0