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
After the update my Unit test fails maybe because of the this change. typeToRead is null. Only a specific use case using a projection and a pagination is effected Page<OrderCodeProjection> findByOrderCreationId(String orderCreationId, Pageable pageable);. This code is returning a page using a projection just selecting 3 attributes of the order. What could be the reason for this defect?
The text was updated successfully, but these errors were encountered:
After the update my Unit test fails maybe because of the this change.
typeToRead
isnull
. Only a specific use case using a projection and a pagination is effectedPage<OrderCodeProjection> findByOrderCreationId(String orderCreationId, Pageable pageable);
. This code is returning a page using a projection just selecting 3 attributes of the order. What could be the reason for this defect?The text was updated successfully, but these errors were encountered: