Deprecation warning for lock timeout is always printed

Description

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:

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:

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created April 7, 2022 at 3:18 PM
Updated May 20, 2022 at 11:20 AM
Resolved May 5, 2022 at 6:49 AM