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: cloudbees/analytics-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: segmentio/analytics-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 24 files changed
  • 5 contributors

Commits on May 12, 2025

  1. This commit will update the okhttp version to 4.12.0 in pom.xml. This…

    … update is done to fix the Github issue segmentio#503. (segmentio#505)
    
    * This commit will update the okhttp version to 4.12.0 in pom.xml. okhttp-4.12.0 uses okio-3.6.0. This update is done to fix the Github issue segmentio#503.
    
    * This commit upgrades Kotlin from 1.7.20 to 1.9.0 in pom.xml. This is done to address the CI workflow errors because okhttp-4.12.0 is pulling okio-3.6.0 which is compiled using Kotlin 1.9.0 but the our SDK's pom.xml is expecting Kotlin metadata compiled with Kotlin 1.7.20.
    neelkanth-kaushik authored May 12, 2025
    Configuration menu
    Copy the full SHA
    3b1b290 View commit details
    Browse the repository at this point in the history
  2. Bump retrofit to fix CVEe (segmentio#504)

    Co-authored-by: Michael Grosse Huelsewiesche <mihuelsewiesche@twilio.com>
    shybovycha and MichaelGHSeg authored May 12, 2025
    Configuration menu
    Copy the full SHA
    fca4a60 View commit details
    Browse the repository at this point in the history
  3. Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (segmentio#500

    )
    
    Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.0-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Michael Grosse Huelsewiesche <mihuelsewiesche@twilio.com>
    dependabot[bot] and MichaelGHSeg authored May 12, 2025
    Configuration menu
    Copy the full SHA
    c57a583 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Patch for Github issue segmentio#524 (segmentio#526)

    * Patch for Github issue segmentio#524
    neelkanth-kaushik authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    82dfde2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Applying patch for LIBRARIES-2720 (segmentio#517)

    * Created ISO8601InstantAdapter.java file
    
    * Fixed CI errors
    
    * Spotless Fix
    
    * Changed version in pom.xml
    
    * Revert - Changed version in pom.xml because of failing test cases
    
    ---------
    
    Co-authored-by: Michael Grosse Huelsewiesche <mihuelsewiesche@twilio.com>
    neelkanth-kaushik and MichaelGHSeg authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    4326150 View commit details
    Browse the repository at this point in the history
  2. Updating changelog for 3.5.2 release (segmentio#506)

    * Updating changelog for 3.5.2 release
    
    * [maven-release-plugin] prepare release analytics-parent-3.5.2
    
    * [maven-release-plugin] prepare for next development iteration
    MichaelGHSeg authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    b00f951 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abb4761 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Release/3.5.4 (segmentio#530)

    * Updating release for new sonatype repository
    
    * Updating changelog
    
    * Update release plugin (segmentio#529)
    
    * Changing release plugin
    
    * [maven-release-plugin] prepare release analytics-parent-3.5.4
    
    * [maven-release-plugin] prepare for next development iteration
    
    * Moving gpg signing to release deploy
    MichaelGHSeg authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    1eb13a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. E2e cli for cross-SDK tests (segmentio#532)

    * Add e2e-cli module for analytics-java
    
    - Kotlin CLI using Gson for JSON parsing
    - Separate from existing analytics-cli to avoid disruption
    - Added to parent pom.xml modules
    
    * Add E2E test workflow
    
    Runs sdk-e2e-tests suite against the e2e-cli to verify SDK behavior.
    
    * Add E2E_TEST_SUITES to e2e workflow for selective test execution
    
    * Adding README.md for e2e-cli
    
    * Add E2E_TESTS_TOKEN for private sdk-e2e-tests repo checkout
    
    Per-SDK config and convenience script for the generic test runner
    in sdk-e2e-tests. Run ./e2e-cli/run-e2e.sh to build and test locally.
    
    Replace hardcoded env vars and direct npm test call with
    ./scripts/run-tests.sh which reads e2e-config.json for test
    configuration. This ensures CI uses the same config as local runs.
    
    Co-authored-by: Claude Opus 4.6
    MichaelGHSeg authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    3d4dd86 View commit details
    Browse the repository at this point in the history
Loading