Bugfix
Major
#27408
AbstractFlexDataManager logs warning when loading the same object multiple times
The AbstractFlexDataManager.loadAll(...) method generates a warning "Multiple loads of object ..." if the same object occurs multiple times in the passed baseObjects. But this is valid (the signature is List, not Set) and happens practically too, e.g. when multiple associations point to the same object and a tl:AssociationNavigationPreload is used to load the targets of the associations.
The problem was introduced by ticket #27057 and occurs in PVM.
As a workaround, the logger can be configured to stop logging warnings of the com.top_logic.knowledge.service.db2.AbstractFlexDataManager category.
Test
No test.