Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] Database driver: undefined/unknown Database version: 8.0.39 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown
Only in the latest version 3.4.0 it is not reading the mysql specified version.
spring.datasource.url=jdbc:mysql://fiteverywhere-db:3306/fiteverywhere_db spring.datasource.username=root spring.datasource.password=root spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.jpa.hibernate.ddl-auto=create-drop
Comment From: quaff
It's handled by Hibernate not Spring Boot, and it's normal from Hibernate's perspective.
Comment From: wilkinsona
Thanks, @quaff.
@NOF03 This logging occurs when Hibernate is configured to use an externally managed data source. It’s changed in Boot 3.4 due to a Hibernate upgrade. If you find it misleading or think that it could be improved, you may want to raise a Hibernate issue.
Comment From: dheerajmuppalla
@NOF03 i am facing same issue can i know how you solved this problem??
Comment From: TauqeerSayeed
@NOF03 How to solve this, even I am getting same while running. Please suggest @wilkinsona
Comment From: yusuf7861
is it mysql specific error.
Comment From: Perumal1307
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] Database driver: undefined/unknown Database version: 8.0.39 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown
How to solve it
Comment From: Developer98-dev
is there any solution for above?
Comment From: RutulTribhuwan
Stuck with the same issue please help
Comment From: wilkinsona
There's nothing that Spring Boot can do to help you here. As already explained above, this logging is produced by Hibernate and is out of Spring Boot's control. If you find it misleading or think that it could be improved, raise a Hibernate issue.
Please be considerate of people's time before commenting on an issue. Each notification that a comment generates consumes the community's time that could be spent elsewhere. We may have to lock this issue if further comments are made without reading and understanding the existing comments.
Comment From: mftakhullaziz
I found the same issue, how do I fix that? can anyone tell me what should I do?