After i upgraded to Hibernate 5 from Hibernate 4, i am getting below warning message in logs. My application is using spring 5 along with JPA 2.2. Not sure if this is a concern.
[jcc][t4][10217][10310][3.59.81] Connection read-only mode is not enforceable after the connection has been established. To enforce a read only connection, set the read-only data source or connection property. ERRORCODE=4474, SQLSTATE=01000
- SQL Warning Code: 4474, SQLState: 01000
Thanks,