-
Notifications
You must be signed in to change notification settings - Fork 23
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: splitio/java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: splitio/java-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: target-rule-module
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 113 files changed
- 1 contributor
Commits on Apr 1, 2026
-
AI-Session-Id: 095253e8-7e1c-4578-9779-bf96395021cf AI-Tool: claude-code AI-Model: unknown
Configuration menu - View commit details
-
Copy full SHA for 68731e9 - Browse repository at this point
Copy the full SHA 68731e9View commit details -
AI-Session-Id: 095253e8-7e1c-4578-9779-bf96395021cf AI-Tool: claude-code AI-Model: unknown
Configuration menu - View commit details
-
Copy full SHA for 0a24b56 - Browse repository at this point
Copy the full SHA 0a24b56View commit details
Commits on Apr 8, 2026
-
AI-Session-Id: 7d0b171a-a576-4317-965f-99fb98c11ba8 AI-Tool: claude-code AI-Model: unknown
Configuration menu - View commit details
-
Copy full SHA for 521e8e9 - Browse repository at this point
Copy the full SHA 521e8e9View commit details -
AI-Session-Id: 7d0b171a-a576-4317-965f-99fb98c11ba8 AI-Tool: claude-code AI-Model: unknown
Configuration menu - View commit details
-
Copy full SHA for 7c06d4f - Browse repository at this point
Copy the full SHA 7c06d4fView commit details -
refactor: extract TargetingRuleFactory from ParsedSplit
- Create TargetingRuleFactory with static buildTargetingRule() method - Eliminate FQNs for io.split.rules.model types - Add comprehensive tests for factory methods - Update ParsedSplit to delegate to factory This improves testability and separation of concerns by isolating the mapping logic from SDK domain objects to targeting-engine objects. AI-Session-Id: 7d0b171a-a576-4317-965f-99fb98c11ba8 AI-Tool: claude-code AI-Model: unknown
Configuration menu - View commit details
-
Copy full SHA for fb7b1ae - Browse repository at this point
Copy the full SHA fb7b1aeView commit details -
AI-Session-Id: 490d81f4-6832-4178-9c38-e45460ab97de AI-Tool: claude-code AI-Model: unknown
Configuration menu - View commit details
-
Copy full SHA for ed86b23 - Browse repository at this point
Copy the full SHA ed86b23View commit details -
Restore checkNotNull guards accidentally removed from ParserUtils
Guards for userDefinedSegmentMatcherData, whitelistMatcherData, unaryNumericMatcherData, and betweenMatcherData were dropped as an unintended side effect of the DataType import refactor in ed86b23. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> AI-Session-Id: 588a98fd-ba49-4318-8286-5fb79f9efaca AI-Tool: claude-code AI-Model: unknown
Configuration menu - View commit details
-
Copy full SHA for 0391076 - Browse repository at this point
Copy the full SHA 0391076View commit details -
Map combiner from DTO instead of hardcoding AND in ParserUtils
Restores original behavior: reads matcherGroup.combiner and maps it to CombiningMatcher.Combiner via valueOf, consistent with how DataType is already mapped across the DTO/domain boundary. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> AI-Session-Id: 588a98fd-ba49-4318-8286-5fb79f9efaca AI-Tool: claude-code AI-Model: unknown
Configuration menu - View commit details
-
Copy full SHA for 5b8bc94 - Browse repository at this point
Copy the full SHA 5b8bc94View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...target-rule-module