Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the MySQL driver reference #107

Closed
Shabirmean opened this issue Apr 21, 2022 · 1 comment
Closed

Update the MySQL driver reference #107

Shabirmean opened this issue Apr 21, 2022 · 1 comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: cleanup An internal cleanup or hygiene concern.

Comments

@Shabirmean
Copy link
Member

Shabirmean commented Apr 21, 2022

Description

  • WHen running the application on database mode (SPRING_PROFILES_ACTIVE=database) we get the following warning:
Apr 21 15:54:19 pos-from-public-image inventory.sh[4269]: Loading class `com.mysql.jdbc.Driver'. 
This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically 
registered via the SPI and manual loading of the driver class is generally unnecessary.

We need to address this by updating the driver in the application-database.properties files of both inventory service and payments service.

@Shabirmean Shabirmean added type: cleanup An internal cleanup or hygiene concern. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Apr 21, 2022
@Shabirmean
Copy link
Member Author

Fixed in #110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

1 participant