hibernate-reactive
hibernate-reactive copied to clipboard
Check deprecated settings properties
trafficstars
For example, we are still reading org.hibernate.cfg.JdbcSettings.URL (See https://github.com/hibernate/hibernate-reactive/blob/84a8b135531d3375477ee9b5be7a5c4d326584f9/hibernate-reactive-core/src/main/java/org/hibernate/reactive/pool/impl/DefaultSqlClientPool.java#L215)
We should check the we also consider the JAKARTA ones
@gavinking Does this issue make sense? if yes, should we just move to jakarta and ignore the old ones?
I guess ideally we would just accept whatever ORM accepts.
I guess ideally we would just accept whatever ORM accepts.