Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dexpace
/
java-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
41
Pull requests
13
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
refactor!: unify the two pagination stacks into one
- #202
#202
Merged
OmarAlJarrah
merged 16 commits into
main
dexpace/java-sdk:main
from
feat/pagination-unification
dexpace/java-sdk:feat/pagination-unification
Copy head branch name to clipboard
Jun 30, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
refactor!: unify the two pagination stacks into one
#202
OmarAlJarrah
merged 16 commits into
main
dexpace/java-sdk:main
from
feat/pagination-unification
dexpace/java-sdk:feat/pagination-unification
Copy head branch name to clipboard
Commits
Commits on Jun 28, 2026
refactor: base pagination strategies on PageInfo, drop Page/SimplePage
OmarAlJarrah
committed
fb2bbf6
View commit details
Copy full SHA for fb2bbf6
Browse repository at this point
feat: add unified immutable Page value type
OmarAlJarrah
committed
658c4a3
View commit details
Copy full SHA for 658c4a3
Browse repository at this point
feat: add internal PageWalker pagination driver
OmarAlJarrah
committed
20079a7
View commit details
Copy full SHA for 20079a7
Browse repository at this point
refactor: move functional paging into pagination package over PageWalker
OmarAlJarrah
committed
9435957
View commit details
Copy full SHA for 9435957
Browse repository at this point
test: restore PagedIterable behavioral coverage and add eager maxPages guard
OmarAlJarrah
committed
80abfaa
View commit details
Copy full SHA for 80abfaa
Browse repository at this point
refactor: drive Paginator through PageWalker and add page-level views
OmarAlJarrah
committed
094175d
View commit details
Copy full SHA for 094175d
Browse repository at this point
feat: add AsyncPaginator page-level view yielding unified Page
OmarAlJarrah
committed
12eff1a
View commit details
Copy full SHA for 12eff1a
Browse repository at this point
docs: tidy pagination KDoc and restore strategy rationale comments
OmarAlJarrah
committed
fd25f42
View commit details
Copy full SHA for fd25f42
Browse repository at this point
docs: update API snapshot and package map for unified pagination
OmarAlJarrah
committed
85ea3cb
View commit details
Copy full SHA for 85ea3cb
Browse repository at this point
docs: address final-review polish for pagination unification
OmarAlJarrah
committed
2fc5d1d
View commit details
Copy full SHA for 2fc5d1d
Browse repository at this point
feat: expose live per-page Response via auto-closing CloseablePages (sync)
OmarAlJarrah
committed
186ed93
View commit details
Copy full SHA for 186ed93
Browse repository at this point
feat: expose live per-page Response from AsyncPaginator with leak-safe close
Show description for 6b5b790
OmarAlJarrah
committed
6b5b790
View commit details
Copy full SHA for 6b5b790
Browse repository at this point
fix: release staged async page on rejected re-dispatch and harden close errors
OmarAlJarrah
committed
b2a1b8f
View commit details
Copy full SHA for b2a1b8f
Browse repository at this point
fix: satisfy detekt on pagination iterator and async paginator step
Show description for b9167d4
OmarAlJarrah
committed
b9167d4
View commit details
Copy full SHA for b9167d4
Browse repository at this point
docs: update API snapshot and docs for live per-page Response
Show description for 9e40945
OmarAlJarrah
committed
9e40945
View commit details
Copy full SHA for 9e40945
Browse repository at this point
docs: fix pagination package-map punctuation in CLAUDE.md
OmarAlJarrah
committed
31acd59
View commit details
Copy full SHA for 31acd59
Browse repository at this point
You can’t perform that action at this time.