Deprecation warning for lock timeout is always printed
Description
Activity
Show:
Sergey Morenets May 20, 2022 at 11:20 AM
Hi
Was this issue fixed (in 6.0.1)? I see that in old(and deprecated) javax.* properties are still initialized and then logged by LegacySpecHelper:
The method
org.hibernate.jpa.internal.LegacySpecHelper#getValue(java.lang.String, java.lang.String, java.util.function.Function<java.lang.String,?>, java.util.function.Function<java.lang.Object,java.lang.Boolean>)
logs the deprecation for a value although it should only log it, right before returning a value i.e. the logging should move right before the return statement on line 46: