java-sdk
java-sdk copied to clipboard
:1st_place_medal: Java SDK to use the IBM Watson services.
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps [guava](https://github.com/google/guava) from 27.1-android to 29.0-android. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...
Hi. Not really a bug, but rather a question/request. We're encountering a `java.lang.NoClassDefFoundError: com/google/gson/internal/reflect/ReflectionAccessor` because of gson:2.8.9. I see this is a transitive dependency coming from java-sdk-core, and that it's...
The `Workspace` model in the sdk is missing some fields that we receive if we make a curl request to the [Get Workspace API](https://cloud.ibm.com/apidocs/assistant/assistant-v1#getworkspace). Specifically, the `WorkspaceSystemSettings` field ([WorkspaceSystemSettings.java](https://github.com/watson-developer-cloud/java-sdk/blob/master/assistant/src/main/java/com/ibm/watson/assistant/v1/model/WorkspaceSystemSettings.java)) in...
**Overview** Calling log functions that contain both v1 & v2 responses causes an error if it contains an output type not available in v1 such as search which is not...
Bumps [testng](https://github.com/cbeust/testng) from 7.4.0 to 7.5.1. Release notes Sourced from testng's releases. TestNG v7.5.1 What's Changed Cherrypick Zip Slip Vulnerability to 7.5 release by @prashil-g in cbeust/testng#2899 New Contributors @prashil-g...
Hi `watson-developer-cloud/java-sdk`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...
A new parameter `speech_begin_event` was added to Speech-to-text API. The STT SDK needs to be updated to expose this parameter in SDK in RecognizeOptions. New parameter : **speech_begin_event** - Data...