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 }}
launchdarkly
/
java-core
Public
Notifications
You must be signed in to change notification settings
Fork
12
Star
9
Code
Issues
0
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: Add AIConfigTracker with at-most-once tracking and resumption tokens
- #179
#179
Merged
mattrmc1
merged 15 commits into
main
launchdarkly/java-core:main
from
mmccarthy/AIC-2664/ai-config-tracker-overhaul
launchdarkly/java-core:mmccarthy/AIC-2664/ai-config-tracker-overhaul
Copy head branch name to clipboard
Jun 25, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
feat: Add AIConfigTracker with at-most-once tracking and resumption tokens
#179
mattrmc1
merged 15 commits into
main
launchdarkly/java-core:main
from
mmccarthy/AIC-2664/ai-config-tracker-overhaul
launchdarkly/java-core:mmccarthy/AIC-2664/ai-config-tracker-overhaul
Copy head branch name to clipboard
Commits
Commits on Jun 22, 2026
[AIC-2664] Impl trackers (first pass)
mattrmc1
committed
7c4dbde
View commit details
Copy full SHA for 7c4dbde
Browse repository at this point
Commits on Jun 23, 2026
fix: default tracker version to 1 and remove version clamp from token decode
mattrmc1
committed
a0c8784
View commit details
Copy full SHA for a0c8784
Browse repository at this point
guard against null AIMetrics
mattrmc1
committed
bed4ca2
View commit details
Copy full SHA for bed4ca2
Browse repository at this point
fix: guard against blank metricKey and infinite/invalid score
mattrmc1
committed
2b47c86
View commit details
Copy full SHA for 2b47c86
Browse repository at this point
fix: MAX_TOKEN_BYTES -> MAX_TOKEN_LENGTH
mattrmc1
committed
4ef3de2
View commit details
Copy full SHA for 4ef3de2
Browse repository at this point
fix: guard against empty runId and configKey
mattrmc1
committed
1be0a1e
View commit details
Copy full SHA for 1be0a1e
Browse repository at this point
fix: Add warning comment to createTracker public call
mattrmc1
committed
8e81ea0
View commit details
Copy full SHA for 8e81ea0
Browse repository at this point
fix: use trim + isEmpty to support java 8
mattrmc1
committed
e81e2f5
View commit details
Copy full SHA for e81e2f5
Browse repository at this point
fix: stop trackMetricsOf clock before running metrics extractor
mattrmc1
committed
c21fdd7
View commit details
Copy full SHA for c21fdd7
Browse repository at this point
fix: record operation duration when trackMetricsOf extractor throws
mattrmc1
committed
4c96dca
View commit details
Copy full SHA for 4c96dca
Browse repository at this point
fix: downgrade null-arg track logs from warn to debug per spec
mattrmc1
committed
4da5478
View commit details
Copy full SHA for 4da5478
Browse repository at this point
Commits on Jun 24, 2026
fix: remove unnecessary NoOpAIConfigTracker
mattrmc1
committed
394a044
View commit details
Copy full SHA for 394a044
Browse repository at this point
fix: remove resumption-token length cap
mattrmc1
committed
5381bf4
View commit details
Copy full SHA for 5381bf4
Browse repository at this point
fix: Add security note to LDAIConfigTracker.getResumptionToken()
mattrmc1
committed
3aa5d08
View commit details
Copy full SHA for 3aa5d08
Browse repository at this point
fix: Add security note to MetricSummary.getResumptionToken()
mattrmc1
committed
121b140
View commit details
Copy full SHA for 121b140
Browse repository at this point
You can’t perform that action at this time.