Commit 4b47b1e
committed
Fixes comparison to use equality instead of reference.
TypeInformation.OBJECT must not be compared by reference since TypeInformation instances come form a LRU cache and if TypeInformation.OBJECT gets evicted future instances might be equal, but won't have the same reference.
Closes #20831 parent 196e2c8 commit 4b47b1e
File tree
1 file changed
+1
-1
lines changed- spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
696 | | - | |
| 696 | + | |
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| |||
0 commit comments