This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 176fbae7 Remove -Djdk.tls.client.protocols=TLSv1.2 on Java 11 176fbae7 is described below commit 176fbae7b0ec95f3972a1a1fcd0cd9c262c077c8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jan 28 12:12:27 2024 -0500 Remove -Djdk.tls.client.protocols=TLSv1.2 on Java 11 Local test OK with Java 17 on macOS --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7ff015d8..373f3f88 100644 --- a/pom.xml +++ b/pom.xml @@ -733,8 +733,7 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <!-- -Xmx64m: increases memory for tests on Travis CI --> - <!-- jdk.tls.client.protocols: For use of older protocol since DSA is no longer in the JRE --> - <argLine>-Xmx64m -Djdk.tls.client.protocols=TLSv1.2</argLine> + <argLine>-Xmx64m</argLine> </configuration> </plugin> </plugins>