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
.
DataDog
/
dd-trace-java
Public
Notifications
You must be signed in to change notification settings
Fork
356
Star
736
Code
Issues
254
Pull requests
200
Actions
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Cleanup ContextStore API
- #12352
#12352
Merged
gh-worker-dd-mergequeue-cf854d[bot]
merged 7 commits into
master
DataDog/dd-trace-java:master
from
mcculls/cleanup-context-store-api
DataDog/dd-trace-java:mcculls/cleanup-context-store-api
Copy head branch name to clipboard
Sep 1, 2026
Conversation
Commits
7
(7)
Checks
Files changed
Merged
Cleanup ContextStore API
#12352
gh-worker-dd-mergequeue-cf854d[bot]
merged 7 commits into
master
DataDog/dd-trace-java:master
from
mcculls/cleanup-context-store-api
DataDog/dd-trace-java:mcculls/cleanup-context-store-api
Copy head branch name to clipboard
Commits
Commits on Aug 31, 2026
Rename ContextStore methods to align with new ObjectStore:
Show description for a536cb1
mcculls
committed
a536cb1
View commit details
Copy full SHA for a536cb1
Browse repository at this point
Cleanup javadoc
mcculls
committed
7740c46
View commit details
Copy full SHA for 7740c46
Browse repository at this point
Rename ConcurrentHashMapContextStore to StrongMapContextStore to make clear it uses strong references
mcculls
committed
f8da615
View commit details
Copy full SHA for f8da615
Browse repository at this point
Simplify WeakMapContextStore - it does not need to implement ContextStore, or allow for different max sizes
mcculls
committed
eaf9022
View commit details
Copy full SHA for eaf9022
Browse repository at this point
Move weak-map fallback static helpers to WeakMapContextStore and rename WeakMapContextStore to WeakMapPerStore
mcculls
committed
bc8e760
View commit details
Copy full SHA for bc8e760
Browse repository at this point
Move public weak helpers to top of class; other methods become package-private
mcculls
committed
a4a1653
View commit details
Copy full SHA for a4a1653
Browse repository at this point
Avoid unnecessary lambda capture in StrongMapContextStore
mcculls
committed
c117283
View commit details
Copy full SHA for c117283
Browse repository at this point
You can’t perform that action at this time.