Go to file
David Anes 3469ba37f8 Accepting request 973641 from home:david.anes:branches:Java:packages
- Update to 8.0.29: 
  Functionality added or changed:
    * Historically, MySQL 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. 
      Therefore, Connector/J has added utf8mb3 to its character set 
      mapping, and users are encouraged to update to 
      Connector/J 8.0.29 to avoid potential issues when working with 
      MySQL Server 8.0.29 or later. (Bug #33850155)
    * A new connection property socksProxyRemoteDns has been added, 
      which, when set to true, makes the SocksProxySocketFactory 
      execute its own connect() implementation that passes the 
      unresolved InetSocketAddress of a MySQL Server host to the 
      created proxy socket, instead of having the address resolved 
      locally. (Bug #77924, Bug #25710160)
    * The code for prepared statements has been refactored to make 
      the code simpler and the logic for binding more consistent 
      between ServerPreparedStatement and ClientPreparedStatement.
    * Connector/J now supports Fast Identity Online (FIDO) 
      Authentication. See Connecting Using Fast Identity Online 
      (FIDO) Authentication for details. 
  Bugs fixed:
    * X DevAPI: If the connection property xdevapi.ssl-mode was set
      to DISABLED (or xdevapi.ssl-mode was not set, but the value 
      was picked up from the sslMode setting), specifying some of 
      the security properties caused Connector/J to throw an error. 
      With this fix, even when encryption is turned off and 
      irrelevant security properties are set, Connector/J does not 
      throw an error.
    * DatabaseMetaData.getDefaultTransactionIsolation() returned a

OBS-URL: https://build.opensuse.org/request/show/973641
OBS-URL: https://build.opensuse.org/package/show/Java:packages/mysql-connector-java?expand=0&rev=65
2022-04-28 10:29:44 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mysql-connector-java?expand=0&rev=1 2007-01-15 23:26:13 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mysql-connector-java?expand=0&rev=1 2007-01-15 23:26:13 +00:00
javac-check.patch Accepting request 907300 from home:jgrassler:branches:Java:packages 2021-07-20 11:41:31 +00:00
mysql-connector-java-8.0.29.tar.gz Accepting request 973641 from home:david.anes:branches:Java:packages 2022-04-28 10:29:44 +00:00
mysql-connector-java-remove-oci-support.patch Accepting request 973641 from home:david.anes:branches:Java:packages 2022-04-28 10:29:44 +00:00
mysql-connector-java.changes Accepting request 973641 from home:david.anes:branches:Java:packages 2022-04-28 10:29:44 +00:00
mysql-connector-java.spec Accepting request 973641 from home:david.anes:branches:Java:packages 2022-04-28 10:29:44 +00:00