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 }}
getsentry
/
sentry-java
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
478
Star
1.4k
Code
Issues
273
Pull requests
70
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
perf(core): Create outbox and cache dirs lazily instead of during init (JAVA-613)
- #5792
#5792
Merged
runningcode
merged 11 commits into
main
getsentry/sentry-java:main
from
no/java-613-lazy-outbox-cache-mkdirs
getsentry/sentry-java:no/java-613-lazy-outbox-cache-mkdirs
Copy head branch name to clipboard
Jul 29, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
perf(core): Create outbox and cache dirs lazily instead of during init (JAVA-613)
#5792
runningcode
merged 11 commits into
main
getsentry/sentry-java:main
from
no/java-613-lazy-outbox-cache-mkdirs
getsentry/sentry-java:no/java-613-lazy-outbox-cache-mkdirs
Copy head branch name to clipboard
Commits
Commits on Jul 28, 2026
perf(core): Create outbox and cache dirs lazily instead of during init (JAVA-613)
Show description for 429252a
runningcode
and
claude
committed
429252a
View commit details
Copy full SHA for 429252a
Browse repository at this point
changelog
Show description for 0ba52d9
runningcode
and
claude
committed
0ba52d9
View commit details
Copy full SHA for 0ba52d9
Browse repository at this point
ref(core): Encapsulate lazy dir creation in a LazyDirectory value object (JAVA-613)
Show description for 435f985
runningcode
and
claude
committed
435f985
View commit details
Copy full SHA for 435f985
Browse repository at this point
ref(core): Inject the cache LazyDirectory via the constructor (JAVA-613)
Show description for 648d7f2
runningcode
and
claude
committed
648d7f2
View commit details
Copy full SHA for 648d7f2
Browse repository at this point
fix(core): Create the outbox dir in external envelope writers (JAVA-613)
Show description for 6b422c3
runningcode
and
claude
committed
6b422c3
View commit details
Copy full SHA for 6b422c3
Browse repository at this point
fix(core): Create the cache dir before writing app-start config (JAVA-613)
Show description for 2dfe4e1
runningcode
and
claude
committed
2dfe4e1
View commit details
Copy full SHA for 2dfe4e1
Browse repository at this point
ref(core): Simplify the lazy directory creation helpers (JAVA-613)
Show description for 9e04ed7
runningcode
committed
9e04ed7
View commit details
Copy full SHA for 9e04ed7
Browse repository at this point
fix(core): Report success when losing the createDirectory race (JAVA-613)
Show description for 86670d6
runningcode
committed
86670d6
View commit details
Copy full SHA for 86670d6
Browse repository at this point
fix(core): Don't recreate the cache dir when discarding (JAVA-613)
Show description for bb93d87
runningcode
committed
bb93d87
View commit details
Copy full SHA for bb93d87
Browse repository at this point
docs(core): Note the lazy dir creation as a behavioral change (JAVA-613)
Show description for 1c44d83
runningcode
committed
1c44d83
View commit details
Copy full SHA for 1c44d83
Browse repository at this point
docs(core): Explain why LazyDirectory swallows a failed mkdirs (JAVA-613)
Show description for eda3158
runningcode
committed
eda3158
View commit details
Copy full SHA for eda3158
Browse repository at this point
You can’t perform that action at this time.