Accepting request 1243269 from Java:packages
9.2.0 OBS-URL: https://build.opensuse.org/request/show/1243269 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mysql-connector-java?expand=0&rev=54
This commit is contained in:
commit
251a3e94ba
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6135c92ccc2859538e909650597034f1a9247941f4513411305a1ff79eaab7d5
|
||||
size 2060757
|
3
mysql-connector-java-9.2.0.tar.gz
Normal file
3
mysql-connector-java-9.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b63aa5991ee9bce9388458d4656145da361581f226d43e5101d8934cc79f87fa
|
||||
size 2066548
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 13:48:27 UTC 2025 - Gus Kenion <gus.kenion@suse.com>
|
||||
|
||||
- Upgrade to Version 9.2.0
|
||||
- Fix for Bug#116318 (Bug#37152533), useServerPrepStmts
|
||||
useLocalTransactionState cause first execute rollback failure.
|
||||
- Fix for Bug#116955 (Bug#37383012), Tests fail after server
|
||||
changed cipher for xdevapi.
|
||||
- Fix for Bug#63992 (Bug#14598872), getTables did not return a
|
||||
result for table names with a dot in it.
|
||||
- WL#16558, Upgrade 3rd party libraries and tools.
|
||||
- Fix for Bug#37125271, RPM depends on java-headless 1:1.8.0
|
||||
which makes java8 unnessessarily be installed.
|
||||
- Fix for Bug#115586 (Bug#36850047), When upgrading to mysql
|
||||
connetor/j-8.4.0, creating a connection becomes too slow.
|
||||
- Fix for Bug#116630 (Bug#37272802), Tests fail on Windows if
|
||||
test database has upper/mixed case chars.
|
||||
- Fix for Bug#71143 (Bug#17967091), Calling ResultSet.updateRow
|
||||
should not set all field values in UPDATE.
|
||||
- Fix for Bug#103437 (Bug#32807360), Syntax error when calling
|
||||
PreparedStatement.getMetadata() with LIMIT placeholded.
|
||||
- Fix for Bug#96786 (Bug#30280035), Retrieving streaming result
|
||||
set fails when closeOnCompletion is enabled.
|
||||
- Fix for Bug#21983318, QUERYTIMEOUT VALUE RESETTING TO 0 AFTER
|
||||
PREPSTMT.EXECUTEBATCH() EXECUTION.
|
||||
- Fix for Bug#116113 (Bug#37063728), DatabaseMetaData#getTables
|
||||
doesn't work properly for delimited identifiers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 12:20:07 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mysql-connector-java
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define new_name mysql-connector-j
|
||||
Name: mysql-connector-java
|
||||
Version: 9.1.0
|
||||
Version: 9.2.0
|
||||
Release: 0
|
||||
Summary: Official JDBC Driver for MySQL
|
||||
License: GPL-2.0-or-later
|
||||
@ -90,10 +90,10 @@ rm -rf src/main/core-impl/java/com/mysql/cj/otel/OpenTelemetryScope.java
|
||||
# extra libs
|
||||
mkdir -p lib
|
||||
mkdir -p src/lib
|
||||
ln -f -s %{_datadir}/java/ant/ant-contrib.jar lib/ant-contrib.jar
|
||||
ln -f -s %{_datadir}/java/slf4j/api.jar lib/slf4j-api.jar
|
||||
ln -s %{_datadir}/java/javassist.jar lib/javassist.jar
|
||||
ln -s %{_datadir}/java/protobuf.jar lib/protobuf.jar
|
||||
ln -f -s `find-jar ant/ant-contrib` lib/ant-contrib.jar
|
||||
ln -f -s `find-jar slf4j/api` lib/slf4j-api.jar
|
||||
ln -s `find-jar javassist` lib/javassist.jar
|
||||
ln -s `find-jar protobuf` lib/protobuf.jar
|
||||
|
||||
%build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user