java-client
java-client copied to clipboard
Java SDK client for Split Software
Corrects the url of the sdk documentation as the given url does not work. Minor fix added to specify the version number for the `maven-source-plugin` I also bumped the version...
With the release of Java 19 and the preview of virtual threads, it would be nice to be able to provide a ThreadFactoryBuilder implementation so that applications that are using...
We are currently adding split.io to one of our backend services, but we don't have the API key yet, so we added a dummy value. Upon startup of the container,...
Cucumber
This is a refactor from pull request https://github.com/splitio/java-client/pull/247 which incorporates the changes into a separate maven module for ease of integration.
We are having classpath collisions due to classes such as `javax.annotation.Nullable` being bundled into the `java-client.jar`. Manually downloading and inspecting jars from mvn repository, I see that this started appearing...
The current version used by Apache HTTP client5 contains a severe vulnerability. See https://nvd.nist.gov/vuln/detail/CVE-2025-27820. As the current release of java-client includes this version it should be upgrade to at least...
httpclient5 fixed it in 5.4.3 release, see https://nvd.nist.gov/vuln/detail/CVE-2025-27820
Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.4.1 to 5.4.3. Changelog Sourced from org.apache.httpcomponents.client5:httpclient5's changelog. Release 5.4.3 This maintenance release upgrades HttpCore to version 5.3.4 and fixes a regression preventing the PublicSuffixMatcherLoader from finding...
When restarting my application (for local development) adding the `SplitFactoryBuilder` adds a thread or something that blocks graceful shotdown. ```kotlin final val splitFactory: SplitFactory = SplitFactoryBuilder.build(apiKey, config) ``` This impact...
Something in https://github.com/splitio/java-client/compare/4.13.0...4.13.1 causes this to happen in our tests: `SplitFetcherImp: RefreshableSplitFetcher failed: Problem fetching splitChanges since -1: java.lang.IllegalStateException: Could not retrieve splitChanges since -1; http return code 403` (The...