deepl-java icon indicating copy to clipboard operation
deepl-java copied to clipboard

Official Java library for the DeepL language translation API.

Results 27 deepl-java issues
Sort by recently updated
recently updated
newest added

Ahoy @daniel-jones-dev / @JanEbbing 👋 As the project transitions to using GitHub Actions, it might be beneficial to extend the Dependabot configuration to keep actions up to date as well.

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.5.0. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.3.0 Release Notes - Maven Surefire - Version 3.3.0 What's Changed Bump org.htmlunit:htmlunit from 3.9.0 to 3.10.0 by...

dependencies
java

Currently, the DeepL Java client Translator class utilizes its internal HttpClientWrapper, which is quite limited. Since it establishes a new connection for every request and lacks control over the task...

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0. Release notes Sourced from com.google.code.gson:gson's releases. Gson 2.11.0 Most important changes Added default ProGuard / R8 rules (@​Marcono1234, #2397, #2420; @​sgjesse, #2448; @​sfreilich) If...

dependencies
java

Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 4.11.0 to 5.2.0. Release notes Sourced from org.mockito:mockito-inline's releases. v5.2.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.2.0 2023-03-09 - 25 commit(s) by Andriy Redko, Iulian Dragos,...

dependencies
java

Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.0 to 5.11.0. Release notes Sourced from org.junit.jupiter:junit-jupiter's releases. JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0 See Release Notes. New Contributors @​pshevche made...

dependencies
java

Bumps com.diffplug.spotless from 6.8.0 to 6.25.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless&package-manager=gradle&previous-version=6.8.0&new-version=6.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

Fixing the issue raised in https://github.com/DeepLcom/deepl-java/issues/62 Problem: auth key with leading / trailing whitespaces is throwing exceptions. For example, assigning the secret via `echo` leaves a trailing `\n`. Solution: strip...

Addressing TODO of removing createTranslator() methods in BaseTest and using createDeepLClient() instead

Hello ! I'm using deepl 1.8.0 after i used the 1.7.0 and I face a strange issue: On my local machine (MacOS), it works fine. The token is a free...