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 }}
temporalio
/
sdk-java
Public
Notifications
You must be signed in to change notification settings
Fork
249
Star
433
Code
Issues
214
Pull requests
67
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
External Storage Integration: Lazy resolving references, general refactoring
- #3016
#3016
Merged
cconstable
merged 17 commits into
main
temporalio/sdk-java:main
from
extstore/foundation
temporalio/sdk-java:extstore/foundation
Copy head branch name to clipboard
Aug 28, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
External Storage Integration: Lazy resolving references, general refactoring
#3016
cconstable
merged 17 commits into
main
temporalio/sdk-java:main
from
extstore/foundation
temporalio/sdk-java:extstore/foundation
Copy head branch name to clipboard
Commits
Commits on Aug 28, 2026
refactor(extstore): general extstore refactoring. rename MessageTransformer to ExternalStorage, create a lazy extstore resolving data converter.
cconstable
committed
0a0498e
View commit details
Copy full SHA for 0a0498e
Browse repository at this point
refactor(extstore): move external storage to data converter and rename to match other sdks.
cconstable
committed
9a33f25
View commit details
Copy full SHA for 9a33f25
Browse repository at this point
refactor(extstore): stop threading the external storage runner through to workers. we've got the dataconverter already so we can just derive it where its needed.
cconstable
committed
203da7c
View commit details
Copy full SHA for 203da7c
Browse repository at this point
Update ExternalStorageNotConfiguredException to refer to correct API for configuring external storage.
cconstable
committed
036780a
View commit details
Copy full SHA for 036780a
Browse repository at this point
Add new ExternalStorageUnhandledReferenceException for when a reference payload makes it to fromPayload without being retrieved. This is a guard against SDK features that fail or fail to correctly …
Show description for 691cc6b
cconstable
committed
691cc6b
View commit details
Copy full SHA for 691cc6b
Browse repository at this point
lint: fix whitespace formatting issue
cconstable
committed
3fae1c4
View commit details
Copy full SHA for 3fae1c4
Browse repository at this point
address PR feedback
cconstable
committed
2af1442
View commit details
Copy full SHA for 2af1442
Browse repository at this point
refactor(extstore): move external storage from data converter to workflow client options
cconstable
committed
cfa7073
View commit details
Copy full SHA for cfa7073
Browse repository at this point
remove isReference check from data converter. while adding a check to make sure users don't see a misleading error is nice it could also cause some nondeterminism if we fix the error and came with …
Show description for 3109071
cconstable
committed
3109071
View commit details
Copy full SHA for 3109071
Browse repository at this point
remove unused tests and code
cconstable
committed
3380b5c
View commit details
Copy full SHA for 3380b5c
Browse repository at this point
small fixes
cconstable
committed
4b10016
View commit details
Copy full SHA for 4b10016
Browse repository at this point
move ExternalStorageDataConverter to foundation PR.
cconstable
committed
985c6af
View commit details
Copy full SHA for 985c6af
Browse repository at this point
Update temporal-sdk/src/main/java/io/temporal/client/WorkflowClientOptions.java
Show description for 612aef1
cconstable
and
jmaeagle99
committed
612aef1
View commit details
Copy full SHA for 612aef1
Browse repository at this point
address naming feedback and override a few more methods on ExternalStorageDataConverter.
cconstable
committed
5398642
View commit details
Copy full SHA for 5398642
Browse repository at this point
add comment to WorkflowClientOptions warning that external storage is a no-op until we've fully integrated it.
cconstable
committed
0e78cd3
View commit details
Copy full SHA for 0e78cd3
Browse repository at this point
javadoc update
cconstable
committed
0d0e5cf
View commit details
Copy full SHA for 0d0e5cf
Browse repository at this point
update tests
cconstable
committed
504467c
View commit details
Copy full SHA for 504467c
Browse repository at this point
You can’t perform that action at this time.