aws-mysql-jdbc
aws-mysql-jdbc copied to clipboard
The Amazon Web Services (AWS) JDBC Driver for MySQL is a driver that enables applications to take full advantage of the features of clustered MySQL databases.
**I'm submitting a performance concern...** **Describe the issue** using MySQL JDBC Connector - (https://dev.mysql.com/downloads/connector/j/) the insert takes 23 sec for inserting 1,000,000 rows on the otherhand using AWS JDBC Connector...
use aws mysql jdbc driver 1.0.0 HikariCP 3.4.5 only write failover time too long than HikariCP 2.7.5
**Describe the issue** use aws mysql jdbc driver HikariCP 3.4.5 only write failover time too long than HikariCP 2.7.5. **Driver Version?** 1.0.0 **Java Version?** java-1.8-openjdk **OS Version?** aws cloud 4.14.209-160.339.amzn2.x86_64...
### Describe the bug Hello, We are using an EJB3 based application that is deployed on JBoss EAP 6. We lookup on data-sources that connects to AWS Aurora DB cluster...
### Summary [WIP] Fix problem where Hikari tests were getting stuck ### Description ### Additional Reviewers
### Summary Default values stated in the README do not reflect the values used in the driver. ### Additional Reviewers @sergiyvamz @crystall-bitquill
Bumps [grgit-gradle](https://github.com/ajoberstar/grgit) from 4.1.1 to 5.0.0. Release notes Sourced from grgit-gradle's releases. 5.0.0 This release includes a number of breaking changes, with the main user highlight being the long awaited...
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.30 to 1.7.36. Commits e9ee55c update timestamp before release 3b6a92f reproducible builds 8825027 prepare release 1.7.36, fix SLF4J-541 5617387 add relase.sh 02860b6 prepare relase 1.7.35 a622f51 fix...
Bumps commons-dbcp2 from 2.8.0 to 2.9.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps com.github.johnrengelman.shadow from 7.1.0 to 7.1.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
### Describe the bug We have the issue that some of our JTA transactions fail with the Exception below. The same transactions work nicely with the vanilla MySQL driver (8.0.29+)....