deepl-java
deepl-java copied to clipboard
Official Java library for the DeepL language translation API.
Ahoy, @JanEbbing! 👋 The integration test in the sample project is based on the older JUnit 4. This PR migrates it to JUnit 5.10.0 to be in sync with the...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.2.5 JIRA link Release Notes - Maven Surefire - Version 3.2.5 What's Changed Bump org.htmlunit:htmlunit from 3.8.0 to...
Bumps com.diffplug.spotless from 6.8.0 to 6.24.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 20.1.0 to 24.1.0. Release notes Sourced from org.jetbrains:annotations's releases. 24.0.1 Added @Documented annotation where it would be useful. 24.0.0 Added new annotation: @CheckReturnValue 23.1.0 Added new annotation:...
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. Release notes Sourced from org.junit.jupiter:junit-jupiter's releases. JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1 Commits...
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,...
Hi people, I've played a bit with the library and found a couple of inconveniences. The obvious - if you pass a big text to translate, it is impossible to...
Hi, in the README.md of https://github.com/DeepLcom/deepl-java and the class header javadoc of Translator I could not find directly an information whether a Translator instance is thread-safe or not and can...
- added two method overrides - one for Languages as ``String`` and another for ``Language`` - overrides got no ``sourceLang`` as parameter and therefore have auto-detect (parse ``null``)
I want to override `Translator.translateText` without `sourceLang` as parameter. This method calls `Translator.translateText` always with `sourceLang == null`. Therefore If a user wants to auto-detect the `sourceLang`, it is no...