-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: cloudbees/analytics-java
base: master
head repository: segmentio/analytics-java
compare: master
- 9 commits
- 24 files changed
- 5 contributors
Commits on May 12, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3b1b290 - Browse repository at this point
Copy the full SHA 3b1b290View commit details -
Bump retrofit to fix CVEe (segmentio#504)
Co-authored-by: Michael Grosse Huelsewiesche <mihuelsewiesche@twilio.com>
Configuration menu - View commit details
-
Copy full SHA for fca4a60 - Browse repository at this point
Copy the full SHA fca4a60View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c57a583 - Browse repository at this point
Copy the full SHA c57a583View commit details
Commits on Dec 2, 2025
-
Patch for Github issue segmentio#524 (segmentio#526)
* Patch for Github issue segmentio#524
Configuration menu - View commit details
-
Copy full SHA for 82dfde2 - Browse repository at this point
Copy the full SHA 82dfde2View commit details
Commits on Dec 3, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4326150 - Browse repository at this point
Copy the full SHA 4326150View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b00f951 - Browse repository at this point
Copy the full SHA b00f951View commit details -
Configuration menu - View commit details
-
Copy full SHA for abb4761 - Browse repository at this point
Copy the full SHA abb4761View commit details
Commits on Jan 12, 2026
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 1eb13a3 - Browse repository at this point
Copy the full SHA 1eb13a3View commit details
Commits on Feb 18, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 3d4dd86 - Browse repository at this point
Copy the full SHA 3d4dd86View commit details
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...master