ConfigHubPub / ConfigHubPub/ConfigHubPlatform
Need MySQL 8 Supported
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 80
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
While trying to get the application working with MySQL 8, I realized that the connector used in the 'core' application is version 5.1.40. This is not compatible with MySQL 8 as far as I can tell. I've tried to get the application connected with a MySQL 8 database but it continually fails. It's fine with 5 though. Below are the links specifying issues fixed in the minor versions up to 5.1.44.
https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-43.html
https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-44.html
Can you please update the mysql connection to 5.1.44 so that ConfigHub can be used with MySQL 8 ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Locate the core application's MySQL connector dependency, compare its current 5.1.40 version with the requested 5.1.44 release, and verify that the application connects to MySQL 8 while retaining MySQL 5 compatibility.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, mysql
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100