Initialization warning when extending PropertyNamingStrategies.UpperCamelCaseStrategy #4402
Closed
1 task done
Labels
need-test-case
To work on issue, a reproduction (ideally unit test) needed
Search before asking
Describe the bug
I have extended PropertyNamingStrategies.UpperCamelCaseStrategy to have my custom implementation.Below is my code.
I am using jackson-databind-2.16.1.jar.
I am getting the below warning.
WARNING: PropertyNamingStrategy.ODataCaseStrategy is used but it has been deprecated due to risk of deadlock. Consider using PropertyNamingStrategies.ODataCaseStrategy instead. See #2715 for more details.
Can someone provide a solution for this?
Version Information
jackson-databind-2.16.1.jar
Reproduction
<-- Any of the following
-->
// Your code here
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: