[go: nahoru, domu]

Skip to content

Commit

Permalink
WL#12825, Remove third-party libraries from sources and bundles.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjssilva committed Feb 27, 2019
1 parent 5aa15d5 commit 58600cc
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 19 deletions.
4 changes: 0 additions & 4 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<classpathentry kind="src" path="src/main/protocol-impl/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="lib" path="lib/protobuf-java-3.6.1.jar"/>
<classpathentry kind="lib" path="lib/jboss-common-jdbc-wrapper.jar"/>
<classpathentry kind="lib" path="lib/c3p0-0.9.1-pre6.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/MySQL ConnectorJ Extra Libraries"/>
<classpathentry kind="output" path="bin"/>
Expand Down
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

Version 8.0.16

- WL#12825, Remove third-party libraries from sources and bundles.

- Fix for Bug#93590 (29054329), javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify.

- Fix for Bug#94414 (29384853), Connector/J RPM package have version number in path.
Expand Down
13 changes: 12 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.

This is a release of MySQL Connector/J, a JDBC Type 4 driver for MySQL.
This is a release of MySQL Connector/J, a JDBC Type 4 driver for MySQL that
also supports the new X DevAPI.

License information can be found in the LICENSE file.

Expand All @@ -15,3 +16,13 @@ For additional downloads and the source of MySQL Connector/J, visit
http://dev.mysql.com/downloads

MySQL Connector/J is brought to you by the MySQL team at Oracle.

Notice:
- In order to use the logging capabilities provided by the default
implementation com.mysql.cj.log.Slf4JLogger, it is required to add one or
more jars for Simple Logging Facade for Java (SLF4J) to your CLASSPATH.
- To use the X DevAPI features in Connector/J, you also need the external
library protobuf-java, which you can download manually from the official
Maven repository and add it to the CLASSPATH, or use Maven's automatic
dependency resolution features by adding a dependency to "GroupId: mysql"
and "ArtifactId: mysql-connector-java" to your project's pom.xml file.
11 changes: 0 additions & 11 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
<exclude name="**/protobuf-java-2.6.0.jar" />
</fileset>

<fileset dir="${com.mysql.cj.build.dir.driver}/lib">
<include name="**/*.jar" />
</fileset>

<pathelement location="${com.mysql.cj.build.dir.driver}" />
</path>

Expand Down Expand Up @@ -594,10 +590,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
<filterset refid="versionFilterset" />
<filterset refid="licenseFilterset" />
</copy>

<copy todir="${com.mysql.cj.build.dir.driver}/lib">
<fileset dir="lib" />
</copy>
</target>


Expand Down Expand Up @@ -1307,9 +1299,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
<include name="**/*.jar" />
<exclude name="**/protobuf-java-2.6.0.jar" />
</fileset>
<fileset dir="${com.mysql.cj.build.dir.driver}/lib">
<include name="**/*.jar" />
</fileset>
<pathelement location="${com.mysql.cj.build.dir.driver}" />
<pathelement location="${com.mysql.cj.testsuite.build.dir}/${com.mysql.cj.build.driver.fullName}" />
<pathelement path="${com.mysql.cj.testsuite.build.classpath}" />
Expand Down
Binary file removed lib/c3p0-0.9.1-pre6.jar
Binary file not shown.
Binary file removed lib/c3p0-0.9.1-pre6.src.zip
Binary file not shown.
Binary file removed lib/jboss-common-jdbc-wrapper-src.jar
Binary file not shown.
Binary file removed lib/jboss-common-jdbc-wrapper.jar
Binary file not shown.
Binary file removed lib/protobuf-java-3.6.1.jar
Binary file not shown.
Binary file removed lib/slf4j-api-1.6.1.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2.0, as published by the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2.0, as published by the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2.0, as published by the
Expand Down

0 comments on commit 58600cc

Please sign in to comment.