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
Accelerator
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
Type
/
to 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
Actions: dexpace/java-sdk
Actions
All workflows
Workflows
CI
CI
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
209 workflow runs
209 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
feat: add a QueryParams multimap and route query manipulation through it
CI
#84:
Pull request
#147
opened by
OmarAlJarrah
3m 13s
feat/query-params-multimap
feat/query-params-multimap
3m 13s
View #147
View workflow file
feat: add multipart/form-data request body
CI
#83:
Pull request
#146
opened by
OmarAlJarrah
3m 12s
feat/multipart-request-body
feat/multipart-request-body
3m 12s
View #146
View workflow file
refactor: unify pagination onto a single Page-based surface
CI
#82:
Pull request
#145
opened by
OmarAlJarrah
3m 27s
refactor/unify-pagination-stacks
refactor/unify-pagination-stacks
3m 27s
View #145
View workflow file
refactor: share an instrumentation emitter and harden body capture
CI
#81:
Pull request
#144
opened by
OmarAlJarrah
3m 14s
refactor/instrumentation-emitter
refactor/instrumentation-emitter
3m 14s
View #144
View workflow file
build: bump R8 to 9.1.31 for Kotlin 2.3 metadata parsing
CI
#80:
Pull request
#143
opened by
OmarAlJarrah
1m 51s
build/toolchain-and-r8-bumps
build/toolchain-and-r8-bumps
1m 51s
View #143
View workflow file
fix: reject stray trailing token after a valid auth-param in AuthChallengeParser
CI
#79:
Pull request
#142
opened by
OmarAlJarrah
3m 1s
fix/auth-challenge-parser-trailing-token
fix/auth-challenge-parser-trailing-token
3m 1s
View #142
View workflow file
fix: stream non-replayable request bodies in the JDK transport
CI
#78:
Pull request
#141
opened by
OmarAlJarrah
3m 20s
fix/jdk-transport-streaming-body
fix/jdk-transport-streaming-body
3m 20s
View #141
View workflow file
docs: state both transports do Basic-only proxy auth (#133)
CI
#77:
Commit
b16a0d5
pushed by
OmarAlJarrah
3m 25s
main
main
3m 25s
View workflow file
docs: document close ownership for the Success->Failure recovery tran…
CI
#76:
Commit
b470df2
pushed by
OmarAlJarrah
3m 35s
main
main
3m 35s
View workflow file
fix: reject control characters in header names and values, harden transport header adaptation
CI
#75:
Pull request
#140
opened by
OmarAlJarrah
3m 21s
fix/header-name-crlf-validation
fix/header-name-crlf-validation
3m 21s
View #140
View workflow file
docs: design specs for the generated service/operation layer
CI
#74:
Pull request
#139
opened by
OmarAlJarrah
1m 16s
docs/codegen-service-layer-design
docs/codegen-service-layer-design
1m 16s
View #139
View workflow file
docs: model-layer codegen design specifications
CI
#73:
Pull request
#138
opened by
OmarAlJarrah
1m 48s
docs/codegen-model-layer-design
docs/codegen-model-layer-design
1m 48s
View #138
View workflow file
fix: keep LoggableResponseBody's single-close guarantee honest when close() throws
CI
#72:
Pull request
#137
opened by
OmarAlJarrah
3m 24s
fix/loggable-response-body-close-guard
fix/loggable-response-body-close-guard
3m 24s
View #137
View workflow file
docs: codegen output and packaging-layer design specs
CI
#71:
Pull request
#136
opened by
OmarAlJarrah
1m 50s
docs/codegen-output-conventions-design
docs/codegen-output-conventions-design
1m 50s
View #136
View workflow file
fix: reject a request body on a body-forbidden method (GET/HEAD/TRACE)
CI
#70:
Pull request
#135
opened by
OmarAlJarrah
3m 12s
fix/request-body-on-forbidden-method
fix/request-body-on-forbidden-method
3m 12s
View #135
View workflow file
docs: document DEBUG log level for virtual-thread executor close (#129)
CI
#69:
Commit
55e35a9
pushed by
OmarAlJarrah
2m 35s
main
main
2m 35s
View workflow file
fix: route JDK transport async dispatch failures through the returned future
CI
#68:
Pull request
#134
opened by
OmarAlJarrah
2m 10s
fix/async-adaptation-failure-delivery
fix/async-adaptation-failure-delivery
2m 10s
View #134
View workflow file
docs: document Basic-only proxy auth across both transports
CI
#67:
Pull request
#133
opened by
OmarAlJarrah
3m 1s
docs/proxy-auth-consistency
docs/proxy-auth-consistency
3m 1s
View #133
View workflow file
fix: emit a single "event" key when the event-name tag collides with a user key
CI
#66:
Pull request
#132
opened by
OmarAlJarrah
3m 20s
fix/structured-log-duplicate-event-key
fix/structured-log-duplicate-event-key
3m 20s
View #132
View workflow file
docs: clarify close ownership when a recovery step turns a Success into a Failure
CI
#65:
Pull request
#131
opened by
OmarAlJarrah
2m 38s
docs/recovery-pipeline-close-ownership
docs/recovery-pipeline-close-ownership
2m 38s
View #131
View workflow file
docs: record tag-driven release automation decision
CI
#64:
Pull request
#130
opened by
OmarAlJarrah
1m 48s
docs/release-automation-plan
docs/release-automation-plan
1m 48s
View #130
View workflow file
docs: document DEBUG log level for virtual-thread executor close
CI
#63:
Pull request
#129
opened by
OmarAlJarrah
2m 36s
docs/virtualthreads-close-log-level
docs/virtualthreads-close-log-level
2m 36s
View #129
View workflow file
build: upgrade Gradle wrapper to 9.5.0 (#128)
CI
#62:
Commit
80dfbf1
pushed by
OmarAlJarrah
5m 0s
main
main
5m 0s
View workflow file
build: upgrade Gradle wrapper to 9.5.0
CI
#61:
Pull request
#128
opened by
OmarAlJarrah
5m 6s
build/gradle-9.5.0
build/gradle-9.5.0
5m 6s
View #128
View workflow file
docs: refresh README for example module, R8 keep-rules, and navigatio…
CI
#60:
Commit
d93a099
pushed by
OmarAlJarrah
2m 28s
main
main
2m 28s
View workflow file
Previous
1
2
3
4
5
6
7
8
9
Next
You can’t perform that action at this time.