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: feat/tracker_1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 181 files changed
  • 1 contributor

Commits on Apr 17, 2026

  1. Target rule module (#622)

    gthea authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    0fdb768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    643d36c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. feat(tracker): scaffold module, move event queue classes, add interfa…

    …ces and tests
    
    - New `tracker` Maven module with EventSender, EventQueueStats, NoopEventQueueStats interfaces
    - Moved Event, WrappedEvent, EventsStorage*, InMemoryEventsStorage, EventsTask, NoopEventsStorageImp from client to tracker (package unchanged)
    - InMemoryEventsStorage now takes EventQueueStats instead of TelemetryRuntimeProducer (no Guava)
    - EventsTask now takes EventSender instead of concrete EventsSender (no Guava)
    - Added TelemetryEventQueueStats adapter in client to bridge TelemetryRuntimeProducer → EventQueueStats
    - EventsSender implements EventSender for backward compatibility
    - 10 unit tests (InMemoryEventsStorageTest x6, EventsTaskTest x4), all passing
    
    AI-Session-Id: 4466fe43-9eac-430f-9e06-bb156dfd7edf
    AI-Tool: claude-code
    AI-Model: unknown
    gthea committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    f8c0cf3 View commit details
    Browse the repository at this point in the history
Loading