analytics-java
analytics-java copied to clipboard
The hassle-free way to integrate analytics into any java application.
Bumps [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 2.7.5 to 3.5.7. Release notes Sourced from org.springframework.boot:spring-boot-autoconfigure's releases. v3.5.7 :star: New Features Add TWENTY_FIVE to JavaVersion enum #47609 :lady_beetle: Bug Fixes Signed jar verification fails when...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.20.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.20.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.20.0 2025-09-20 - 11 commit(s) by Adrian-Kim, Giulio Longfils, Rafael...
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.0-jre to 33.5.0-jre. Release notes Sourced from com.google.guava:guava's releases. 33.5.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.5.0-jre</version> <!-- or, for Android: --> <version>33.5.0-android</version> </dependency> Jar files 33.5.0-jre.jar 33.5.0-android.jar Guava...
We're using the analytics client in our tests as so: ```kotlin // before test val analytics: Analytics = Analytics .builder(writeKey.value) .endpoint(wireMockUrl.toASCIIString()) .build() // during test val message = TrackMessage .builder("my-event-name")...
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. Release notes Sourced from actions/setup-java's releases. v5.0.0 What's Changed Breaking Changes Upgrade to node 24 by @salmanmkc in actions/setup-java#888 Make sure your runner is...
When depending on com.segment.analytics.java:analytics and using Maven DependencyConvergence enforcer, build will fail with: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (dependencies) on project commons-segment: [ERROR] Rule 16: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with...