hibernate-reactive icon indicating copy to clipboard operation
hibernate-reactive copied to clipboard

Check deprecated settings properties

Open DavideD opened this issue 11 months ago • 3 comments
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

DavideD avatar Dec 17 '24 17:12 DavideD

@gavinking Does this issue make sense? if yes, should we just move to jakarta and ignore the old ones?

DavideD avatar Feb 17 '25 14:02 DavideD

I guess ideally we would just accept whatever ORM accepts.

gavinking avatar Feb 17 '25 14:02 gavinking

I guess ideally we would just accept whatever ORM accepts.

gavinking avatar Feb 17 '25 14:02 gavinking