Update mysql java connector version to 8.4.0 (matching version for MySQL 8.4)#12640
Conversation
|
@blueorangutan package |
|
@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 4.20 #12640 +/- ##
=========================================
Coverage 16.25% 16.25%
- Complexity 13420 13425 +5
=========================================
Files 5662 5662
Lines 500144 500167 +23
Branches 60729 60740 +11
=========================================
+ Hits 81300 81325 +25
+ Misses 409760 409755 -5
- Partials 9084 9087 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 16828 |
|
@blueorangutan test |
|
@sureshanaparti a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
|
[SF] Trillian Build Failed (tid-15451) |
|
[SF] Trillian Build Failed (tid-15452) |
|
[SF] Trillian Build Failed (tid-15456) |
|
@blueorangutan package |
|
@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
…assword is deprecated)
|
@blueorangutan package |
|
@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 17009 |
|
@sureshanaparti Some of these changes were done in #10909 |
@vishesh92 |
|
@sureshanaparti can we merge this PR now as the 4.20.3 is already released ? |
* 4.20: Fix/flasharray delete rename destroy patch conflict (#13049) Fix VPC network offerings listing in isolated network creation form (#12645) Update mysql java connector version to 8.4.0 (matching version for MySQL 8.4) (#12640) adaptive: honor user-provided capacityBytes when provider stats are unavailable (#13059) Flexibilize public IP selection (#11076)
* 4.22:
VM Deployment using snapshot in new zone (#13178)
Change exception treatment on incremental snapshot wait (#12665)
Move checkRoleEscalation outside DB transaction in createAccount (#13044)
Fix/flasharray delete rename destroy patch conflict (#13049)
Fix VPC network offerings listing in isolated network creation form (#12645)
systemvm: accept ipv6 established/related return traffic (#13173)
update debian change log
Updating pom.xml version numbers for release 4.22.2.0-SNAPSHOT
Updating pom.xml version numbers for release 4.22.1.0
Update suse15 packaging spec, use qemu-ovmf-x86_64 package instead of edk2-ovmf for agent (#13133)
Change disk-only VM snapshot removal message (#11182)
Update mysql java connector version to 8.4.0 (matching version for MySQL 8.4) (#12640)
adaptive: honor user-provided capacityBytes when provider stats are unavailable (#13059)
Flexibilize public IP selection (#11076)
Description
This PR updates mysql java connector version to 8.4.0 (matching version for MySQL 8.4). It's better to use connector version matching with the server family for full support and stability.
Doc PR: apache/cloudstack-documentation#629
MySQL 8.0 is EOL April 2026.
References:
MySQL 8.4 Release Notes - https://dev.mysql.com/doc/relnotes/mysql/8.4/en/
MySQL 8.4 Deprecation/Removal - https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html#mysqld-8-4-0-deprecation-removal
Authentication Plugins:
caching_sha2_password is the default authentication plugin from MySQL 8.4. mysql_native_password authentication plugin is deprecated as of MySQL 8.0.34, disabled by default in MySQL 8.4, and removed as of MySQL 9.0.0.
caching_sha2_password - https://dev.mysql.com/doc/refman/8.4/en/caching-sha2-pluggable-authentication.html
mysql_native_password - https://dev.mysql.com/doc/refman/8.4/en/native-pluggable-authentication.html
MySQL EOL - https://endoflife.date/mysql
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?