spring-data-jpa icon indicating copy to clipboard operation
spring-data-jpa copied to clipboard

JpaSort.JpaOrder.withUnsafe(String ... properties) is somewhat unintuitive.

Open schauder opened this issue 1 year ago • 1 comments

We should at the very least write some tests to document the intended behaviour and also clarify that in the documentation.

schauder avatar Apr 28 '23 16:04 schauder

I'd vote to deprecate that method altogether as it retains the settings from the Order in a weird way for a collection of new property names.

mp911de avatar May 11 '23 14:05 mp911de