Skip to content
Permalink

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
Choose a base ref
...
head repository: splitio/java-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: target-rule-module
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 113 files changed
  • 1 contributor

Commits on Apr 1, 2026

  1. WIP evaluator

    AI-Session-Id: 095253e8-7e1c-4578-9779-bf96395021cf
    AI-Tool: claude-code
    AI-Model: unknown
    gthea committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    68731e9 View commit details
    Browse the repository at this point in the history
  2. Targeting rule evaluator

    AI-Session-Id: 095253e8-7e1c-4578-9779-bf96395021cf
    AI-Tool: claude-code
    AI-Model: unknown
    gthea committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    0a24b56 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. Fix imports

    AI-Session-Id: 7d0b171a-a576-4317-965f-99fb98c11ba8
    AI-Tool: claude-code
    AI-Model: unknown
    gthea committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    521e8e9 View commit details
    Browse the repository at this point in the history
  2. Remove unused file

    AI-Session-Id: 7d0b171a-a576-4317-965f-99fb98c11ba8
    AI-Tool: claude-code
    AI-Model: unknown
    gthea committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    7c06d4f View commit details
    Browse the repository at this point in the history
  3. 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
    gthea committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    fb7b1ae View commit details
    Browse the repository at this point in the history
  4. Parser utils change'

    AI-Session-Id: 490d81f4-6832-4178-9c38-e45460ab97de
    AI-Tool: claude-code
    AI-Model: unknown
    gthea committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    ed86b23 View commit details
    Browse the repository at this point in the history
  5. 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
    gthea committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    0391076 View commit details
    Browse the repository at this point in the history
  6. 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
    gthea committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    5b8bc94 View commit details
    Browse the repository at this point in the history
Loading