[hotfix][gbase] Fix gbase driver link#8110
Merged
Merged
Conversation
Member
Hisoka-X
approved these changes
Nov 23, 2024
Hisoka-X
left a comment
Member
There was a problem hiding this comment.
Thanks @zhangshenghang for your hosted service!
hailin0
approved these changes
Nov 23, 2024
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
The previous gbase link is invalid,


return "https://cdn.gbase.cn/products/30/p5CiVwXBKQYIUGN8ecHvk/gbase-connector-java-9.5.0.7-build1-bin.jar";cause ci error
Access link access prompt 403
Reason:
The download link provided by the manufacturer has been modified. I found that it is necessary to add
signandtto the link as verification when downloading from the official websitehttps://www.gbase.cn/download/gbase-8a?category=DRIVER_PACKAGE. These two parameters are time-sensitive.https://cdn.gbase.cn/products/30/p5CiVwXBKQYIUGN8ecHvk/gbase-connector-java-9.5.0.7-build1-bin.jar?sign=9fa14830bfb77481d75278851e7a4f51&t=67413831Solution:
Download
gbase-connector-java-9.5.0.7-build1-bin.jarfrom other channelsDoes this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note.