Revisions of mysql-connector-java

Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 86)
buildservice-autocommit accepted request 1109564 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 85)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 1109485 from David Anes's avatar David Anes (david.anes) (revision 84)
- Update to 8.1.0:
  - WL#15826, Deprecate autoDeserialize feature.
  - Fix for Bug#95039 (Bug#35534640), KeyManagementException: 
    FIPS mode: only SunJSSE TrustManagers may be used.
  - Fix for Bug#110321 (Bug#35167701), Issue in JDBC 
    PreparedStatement on adding NO_BACKSLASH_ESCAPES in sql_mode.
buildservice-autocommit accepted request 1091133 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 83)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 82)
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 81)
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 80)
buildservice-autocommit accepted request 1086740 from David Anes's avatar David Anes (david.anes) (revision 79)
baserev update by copy to link target
David Anes's avatar David Anes (david.anes) accepted request 1086704 from David Anes's avatar David Anes (david.anes) (revision 78)
- Security fix:
  - [CVE-2023-21971, bsc#1211247] Fix for unauthorized ability to 
    cause a hang or frequently repeatable crash (complete DOS)
buildservice-autocommit accepted request 1082728 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 77)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 1082648 from David Anes's avatar David Anes (david.anes) (revision 76)
- Update to 8.0.33:
  - Fix for Bug#34558945, PS using setCharacterStream() fails with 
    "Incorrect string value" if the Java program encoding is not 
    UTF-8 after 8.0.29.
  - Fix for Bug#109013 (Bug#34772608), useServerPrepStmts and 
    useLocalTransactionState could cause rollback failure.
  - Fix for bug Bug#108643 (Bug#34652568), Commit statement not 
    effect when two params turns on.
  - Fix for Bug#34918989, Pluggable classes are initialized even 
    when they cannot be used by Connector/J.
  - Fix for Bug#93415 (Bug#28992710), Documentation for 
    getDefaultSchema() Needs Improvements.
  - Fix for Bug#110168 (Bug#35110706), yum update fails upgrading 
    Connector/J package.
  - Fix for Bug#35018216, Problems with Connector/J RPM's: jar names 
    renamed.
  - Fix for Bug#107577 (Bug#34325361), rewriteBatchedStatements not 
    work when table column name contains 'value' string.
  - Fix for Bug#109377 (Bug#34900156), rewriteBatchedStatements 
    doesn't work when parenthesis are found in values.
  - Fix for Bug#109808 (Bug#35021038), DatabaseMetaData#getPrimaryKeys 
    should ordered by COLUMN_NAME.
  - Fix for Bug#109864 (Bug#35034666), Connector/J 8.0.32 hangs on 
    MySQL 5.5 with prepared statements.
  - Fix for Bug#109807 (Bug#35021014), DatabaseMetaData#getTypeInfo 
    should ordered by DATA_TYPE.
  - Fix for Bug#77368 (Bug#21321849), "LOAD DATA LOCAL INFILE" 
    doesn't work properly with relative paths.
  - Fix for Bug#109243 (Bug#34852047), Judge whether the returned 
    result set of the sql statement is incorrect.
buildservice-autocommit accepted request 1064176 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 75)
baserev update by copy to link target
buildservice-autocommit accepted request 1061477 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 74)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 1061603 from David Anes's avatar David Anes (david.anes) (revision 73)
- Ship protobuf 3.9.2 compatible generated files to support 
  older distro versions.
  - Added file mysql-connector-java-generated-for-protobuf-3.9.2.tar.xz
Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) accepted request 1061325 from David Anes's avatar David Anes (david.anes) (revision 72)
- Update to 8.0.32:
  - MysqlDataSource fails to URL encode database name when constructing JDBC URL.
  - serverSideStatementCache ignores resultSetType.
  - UpdatableResultSet does not properly handle unsigned primary key.
  - Connector/J 8 query with explain can not return ResultRow.
  - Add support to row alias on INSERT... ON DUPLICATE KEY UPDATE on batch mode.
  - connectionCollation ignored if characterEncoding is set.
  - Connector/J rejects UNION with CTE.
  - Malformed packet generation for `COM_STMT_EXECUTE`.
  - Connector/J client hangs after prepare & execute process with old version server.
  - Contribution: Fix name of relocation POM file.
  - Contribution: [PATCH] Remove superfluous use of boxing.
  - Contribution: Recognize "ON DUPLICATE KEY UPDATE" in "INSERT SET" Statement.
  - RPM and DEB builds broken after introducing javadoc for maven bundles.
  - Sonatype compliant POM and maven bundles.
  - Upgrade 3rd party libraries and tools.
  - Upgrade Protocol Buffers dependency to protobuf-java-3.21.9.
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 1041322 from David Anes's avatar David Anes (david.anes) (revision 71)
- Rebased javac-check.patch to new build.xml.
- Changed ant target from "dist" to "build", as it's been renamed.
- As Oracle renamed the package to "mysql-connector-j", we are
  "providing" both names for now, but the package has to be renamed
  to accommodate the change because the old name will be deprecated
  at some point in the future without further notice.
- Update to 8.0.31:
  Functionality Added or Changed
    * Important Change: To comply with proper naming guidelines, the
      Maven groupId and artifactId for Connector/J have been changed
      to the following starting with this release:
        groupId: com.mysql
        artifactId: mysql-connector-j
    * The old groupId and artifactId can still be used for linking 
      the Connector/J library, but they will point to a Maven 
      relocation POM, redirecting users to the new coordinates. 
      Please switch to the new coordinates as soon as possible, as 
      the old coordinates could be discontinued anytime without 
      notice. See Installing Connector/J Using Maven.
    * Also, to go with these changes, the .jar library for 
      Connector/J has been renamed to mysql-connector-j-x.y.z for 
      all channels of distribution by Oracle, not just the Maven 
      repository.
    * Before release 8.0.29, Connector/J always interpolated byte
      arrays as hexadecimal literals when obtaining a prepared 
      statement's string representation by the toString() method. 
      Since 8.0.29, all byte array values were displayed as 
      ** BYTE ARRAY DATA ** when converted to strings. The same is 
      also true for null values.
    * To allow different ways to display byte array data and null
buildservice-autocommit accepted request 992345 from David Anes's avatar David Anes (david.anes) (revision 70)
baserev update by copy to link target
David Anes's avatar David Anes (david.anes) accepted request 992003 from David Anes's avatar David Anes (david.anes) (revision 69)
- 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
buildservice-autocommit accepted request 988612 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 68)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 67)
Displaying revisions 21 - 40 of 106
openSUSE Build Service is sponsored by