You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/01/21 18:28:31 UTC

[GitHub] [cloudstack] Slair1 commented on issue #3826: Unsafe Field Accessor with newer mysql-connector-java package

Slair1 commented on issue #3826: Unsafe Field Accessor with newer mysql-connector-java package
URL: https://github.com/apache/cloudstack/issues/3826#issuecomment-576815858
 
 
   Not sure if the correct fix is to update the code to use something more compatible with BigInt or not...  But here is a band-aid, here is what our `mysql-community-connectors.repo` looks like now:
   
   ```
   [mysql-community-connectors]
   name=MySQL Community Connectors
   baseurl=http://repo.mysql.com/yum/mysql-connectors-community/el/$releasever/$basearch/
   enabled=1
   gpgcheck=1
   exclude=mysql-connector-java*
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services