You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle non-standard field casing in MapContains queries Modified processMapContainsQuery to support Map fields with uppercase/non-standard casing (e.g., 'Positions' instead of 'positions'). The method now tries both the standard lowercase naming convention and the original field name when resolving Map fields. This fixes repository methods like findByPositionsMapContainsCusip when the Java field uses non-standard casing to match JSON data from external sources like RIOT exports.