Skip to content

TCK tests for Sort.nullsFirst() and nullsLast()#1432

Merged
otaviojava merged 3 commits into
jakartaee:mainfrom
njr-11:1416-tck-tests-for-sort-nulls-first-and-last
Apr 22, 2026
Merged

TCK tests for Sort.nullsFirst() and nullsLast()#1432
otaviojava merged 3 commits into
jakartaee:mainfrom
njr-11:1416-tck-tests-for-sort-nulls-first-and-last

Conversation

@njr-11
Copy link
Copy Markdown
Member

@njr-11 njr-11 commented Apr 20, 2026

TCK tests covering Sort methods nullsFirst() and nullsLast().

@njr-11 njr-11 added this to the 1.1 milestone Apr 20, 2026
@njr-11 njr-11 added the test Something test-related label Apr 20, 2026
50_000_000L,
Order.by(_Country.daylightTimeBegins.asc().nullsLast()));
} catch (IllegalArgumentException x) {
if (type.capableOfSortingNulls()) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same here, mainly, when we talk about SortingNulls
For now, I would say, let's keep the previous strategy for type.

@otaviojava otaviojava merged commit 92e92c1 into jakartaee:main Apr 22, 2026
5 checks passed
@njr-11 njr-11 mentioned this pull request May 4, 2026
47 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Something test-related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants