Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mysql-connector-java for openSUSE:Factory checked in at 2022-08-03 21:16:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mysql-connector-java (Old) and /work/SRC/openSUSE:Factory/.mysql-connector-java.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mysql-connector-java" Wed Aug 3 21:16:31 2022 rev:39 rq:992345 version:8.0.30 Changes: -------- --- /work/SRC/openSUSE:Factory/mysql-connector-java/mysql-connector-java.changes 2022-07-13 13:45:51.462071794 +0200 +++ /work/SRC/openSUSE:Factory/.mysql-connector-java.new.1533/mysql-connector-java.changes 2022-08-03 21:16:43.171445458 +0200 @@ -1,0 +2,41 @@ +Mon Aug 1 10:44:23 UTC 2022 - David Anes <david.a...@suse.com> + +- Update to 8.0.30: + Functionality Added or Changed + * X DevAPI: For document-modifying methods that are chained + after modify() and take a document path expression as one of + its arguments (that is, set(), unset(), arrayInsert(), + arrayAppend()), Connector/J now throws an error when the + document path is empty or is a null string. + Bugs Fixed + * Historically, MySQL Server has used utf8 as an alias for + utf8mb3. Since release 8.0.29, utf8mb3 has become a recognized + (though deprecated) character set on its own for MySQL Server + and to make things consistent, in release 8.0.30, any + collations prefixed with utf8_ are now prefixed with utf8mb3_ + instead. To go with that change, Connector/J has updated its + character set and collation mapping accordingly in this + release, and users are encouraged to update to Connector/J + 8.0.30 to avoid potential issues when working with MySQL + Server 8.0.30 or later. + * A few links in the CONTRIBUTING.md file in the distribution + packages were broken. They have now been fixed or removed. + * The description for the connection property + rewriteBatchedStatements has been corrected, removing the + limitation that server-sided prepared statements could not + take advantage of the rewrite option. + * A spelling error has been fixed in the source file for the + PropertyDefinitions class. Thanks to Weijie Wu for + contributing the fix. + * DatabaseMetaData.getTypeInfo always returned false for + AUTO_INCREMENT for all data types. With this fix, Connector/J + returns the correct value for each data type. Also, the + missing types DOUBLE UNSIGNED and DOUBLE PRECISION UNSIGNED + have been added to the ResultSet. + * Contrary to the the MySQL requirement for comments, + Connector/J did not require a whitespace (or a control + character such as a newline) after "--" to mark the beginning + of a comment within a SQL statement. This fix aligns + Connector/J with the MySQL requirement. + +------------------------------------------------------------------- Old: ---- mysql-connector-java-8.0.29.tar.gz New: ---- mysql-connector-java-8.0.30.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mysql-connector-java.spec ++++++ --- /var/tmp/diff_new_pack.HA07TT/_old 2022-08-03 21:16:43.787447075 +0200 +++ /var/tmp/diff_new_pack.HA07TT/_new 2022-08-03 21:16:43.791447086 +0200 @@ -17,7 +17,7 @@ Name: mysql-connector-java -Version: 8.0.29 +Version: 8.0.30 Release: 0 Summary: Official JDBC Driver for MySQL License: GPL-2.0-or-later ++++++ mysql-connector-java-8.0.29.tar.gz -> mysql-connector-java-8.0.30.tar.gz ++++++ ++++ 2618 lines of diff (skipped)