Accepting request 1061325 from home:david.anes:branches:Java:packages

- 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.

OBS-URL: https://build.opensuse.org/request/show/1061325
OBS-URL: https://build.opensuse.org/package/show/Java:packages/mysql-connector-java?expand=0&rev=72
This commit is contained in:
Pedro Monreal Gonzalez 2023-01-27 07:15:22 +00:00 committed by Git OBS Bridge
parent 2a03262005
commit a5acc314f1
4 changed files with 26 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b5b9e9cd7bd3d5fe832c31382a96f74a47ec2dd32d8ddcdb9c3d13bfd37c316
size 1896506

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab47db8f68d5c09edea773f79b466af44dc718927b2faed8302481d2b6d7a797
size 1892439

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Jan 26 17:12:29 UTC 2023 - David Anes <david.anes@suse.com>
- 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.
-------------------------------------------------------------------
Thu Dec 8 06:21:44 UTC 2022 - David Anes <david.anes@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package mysql-connector-java
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define new_name mysql-connector-j
Name: mysql-connector-java
Version: 8.0.31
Version: 8.0.32
Release: 0
Summary: Official JDBC Driver for MySQL
License: GPL-2.0-or-later