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 ece1e9ae Force TLS 1.2 for all tests ece1e9ae is described below commit ece1e9ae677232bc0762f9d26efd9886d4d18595 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Nov 26 15:07:30 2022 -0500 Force TLS 1.2 for all tests - This should get GitHub tests to pass on macOS and Linux with the latest Java 1.8.0+352 - Rename test class - Refactor magic string --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ebab203a..232e624d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -58,4 +58,4 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false -Djdk.tls.client.protocols='TLSv1.2' + run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false -Djdk.tls.client.protocols=TLSv1.2