Skip to content

Commit 254428b

Browse files
feat(lt): remove lt and other deprecated resources
BREAKING CHANGE: LanguageTranslator functionality has been removed
1 parent 2d64d0d commit 254428b

File tree

77 files changed

+1
-6575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1
-6575
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ replace = {new_version}
1111

1212
[bumpversion:file:discovery/README.md]
1313

14-
[bumpversion:file:language-translator/README.md]
15-
1614
[bumpversion:file:natural-language-understanding/README.md]
1715

1816
[bumpversion:file:speech-to-text/README.md]

.github/workflows/integration-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
# continue-on-error: true
3333
env:
3434
MVN_ARGS: '-B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn'
35-
LANGUAGE_TRANSLATOR_APIKEY: ${{ secrets.LT_APIKEY }}
36-
LANGUAGE_TRANSLATOR_URL: "https://api.us-south.language-translator.watson.cloud.ibm.com"
3735
NATURAL_LANGUAGE_UNDERSTANDING_APIKEY: ${{ secrets.NLU_APIKEY }}
3836
NATURAL_LANGUAGE_UNDERSTANDING_URL: "https://api.us-south.natural-language-understanding.watson.cloud.ibm.com"
3937
SPEECH_TO_TEXT_APIKEY: ${{ secrets.STT_APIKEY }}
@@ -54,7 +52,6 @@ jobs:
5452
mvn test -Dtest=v1/AssistantServiceIT -DfailIfNoTests=false -pl assistant,common $MVN_ARGS
5553
mvn test -Dtest=v2/AssistantServiceIT -DfailIfNoTests=false -pl assistant,common $MVN_ARGS
5654
mvn test -Dtest=v2/DiscoveryIT -DfailIfNoTests=false -pl discovery,common $MVN_ARGS
57-
mvn test -Dtest=LanguageTranslatorIT -DfailIfNoTests=false -pl language-translator,common $MVN_ARGS
5855
mvn test -Dtest=NaturalLanguageUnderstandingIT -DfailIfNoTests=false -pl natural-language-understanding,common $MVN_ARGS
5956
mvn test -Dtest=SpeechToTextIT -DfailIfNoTests=false -pl speech-to-text,common $MVN_ARGS
6057
mvn test -Dtest=TextToSpeechIT -DfailIfNoTests=false -pl text-to-speech,common $MVN_ARGS

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If things **don't** go smoothly, you'll need to follow some other instructions t
1717
The most common reason for a release to fail is because of a Travis timeout. Builds are only allowed to run for a maximum of 1 hour, and unfortunately the syncing process between Bintray and Maven Central can be slow enough to go over this time limit sometimes. If this happens, you should do the following:
1818

1919
- Navigate to the code on Bintray at [this URL](https://bintray.com/ibm-cloud-sdks/ibm-cloud-sdk-repo). If you're not a member of the ibm-cloud-sdks organization, ask the maintainer of this SDK repo for access.
20-
- Navigate to the "Maven Central" tab in each of the packages that didn't sync. Here's an example: https://bintray.com/ibm-cloud-sdks/ibm-cloud-sdk-repo/com.ibm.watson%3Alanguage-translator#central. You can figure out which packages to sync manually by checking the failed Travis build log or by looking at the "Last Synced" date for the package.
20+
- Navigate to the "Maven Central" tab in each of the packages that didn't sync. Here's an example: https://bintray.com/ibm-cloud-sdks/ibm-cloud-sdk-repo/com.ibm.watson%3Anatural-language-understanding#central. You can figure out which packages to sync manually by checking the failed Travis build log or by looking at the "Last Synced" date for the package.
2121
- Click the "Sync" button. If you need to provide Sonatype credentials, you can also ask the maintainer of this SDK repo for those.
2222

2323
<img alt="Bintray sync" width="600" src="./.github/bintray-sync.png">

ibm-watson/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535
<version>${project.version}</version>
3636
<scope>compile</scope>
3737
</dependency>
38-
<dependency>
39-
<groupId>com.ibm.watson</groupId>
40-
<artifactId>language-translator</artifactId>
41-
<version>${project.version}</version>
42-
<scope>compile</scope>
43-
</dependency>
4438
<dependency>
4539
<groupId>com.ibm.watson</groupId>
4640
<artifactId>natural-language-understanding</artifactId>

language-translator/README.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

language-translator/pom.xml

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)