[jira] [Commented] (VFS-700) Some tests fail on Java 11 and above

2020-02-22 Thread Bernd Eckenfels (Jira)


[ 
https://issues.apache.org/jira/browse/VFS-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17042639#comment-17042639
 ] 

Bernd Eckenfels commented on VFS-700:
-

This does not fail anymore, not sure if by accident or intentional, the system 
property is set.

 

i will leave that open till the certificate ismchecked/renewed and the property 
is therefore removed.

> Some tests fail on Java 11 and above
> 
>
> Key: VFS-700
> URL: https://issues.apache.org/jira/browse/VFS-700
> Project: Commons VFS
>  Issue Type: Bug
>Reporter: Gary D. Gregory
>Priority: Major
>
> Some tests fail on Java 11 and above: https://travis-ci.org/apache/commons-vfs
> {noformat}
> Tests in error: 
>   
> AbstractFtpsProviderTestCase$FtpProviderTestSuite>AbstractTestSuite.run:137->setUp:153->AbstractTestSuite.setUp:166
>  » FileSystem
>   
> AbstractFtpsProviderTestCase$FtpProviderTestSuite>AbstractTestSuite.run:137->setUp:153->AbstractTestSuite.setUp:166
>  » FileSystem
>   MultipleConnectionTestCase.testConnectRoot:55->resolveRoot:49 » FileSystem 
> Cou...
>   MultipleConnectionTestCase.testUnderlyingConnect:65 » SSL Unsupported or 
> unrec...
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (VFS-700) Some tests fail on Java 11 and above

2019-04-22 Thread Gary Gregory (JIRA)


[ 
https://issues.apache.org/jira/browse/VFS-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16823566#comment-16823566
 ] 

Gary Gregory commented on VFS-700:
--

Thanks [~mkrio],

Is it possible to use a new test cert that would work across all Java versions?

Gary

> Some tests fail on Java 11 and above
> 
>
> Key: VFS-700
> URL: https://issues.apache.org/jira/browse/VFS-700
> Project: Commons VFS
>  Issue Type: Bug
>Reporter: Gary Gregory
>Priority: Major
>
> Some tests fail on Java 11 and above: https://travis-ci.org/apache/commons-vfs
> {noformat}
> Tests in error: 
>   
> AbstractFtpsProviderTestCase$FtpProviderTestSuite>AbstractTestSuite.run:137->setUp:153->AbstractTestSuite.setUp:166
>  » FileSystem
>   
> AbstractFtpsProviderTestCase$FtpProviderTestSuite>AbstractTestSuite.run:137->setUp:153->AbstractTestSuite.setUp:166
>  » FileSystem
>   MultipleConnectionTestCase.testConnectRoot:55->resolveRoot:49 » FileSystem 
> Cou...
>   MultipleConnectionTestCase.testUnderlyingConnect:65 » SSL Unsupported or 
> unrec...
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (VFS-700) Some tests fail on Java 11 and above

2019-04-22 Thread Matthias Krueger (JIRA)


[ 
https://issues.apache.org/jira/browse/VFS-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16823358#comment-16823358
 ] 

Matthias Krueger commented on VFS-700:
--

This seems to be related to the FTPS server cert (in 
src/test/resources/org.apache.ftpsserver/ftpserver.jks) using DSA which is no 
longer supported with TLS 1.3 (which is the default with JDK11).

The following succeeds with openjdk64-11.0.2:
{code:java}
mvn -Drat.skip=true -Djdk.tls.server.protocols=TLSv1.2 clean test{code}
See also: JDK-8211426.

> Some tests fail on Java 11 and above
> 
>
> Key: VFS-700
> URL: https://issues.apache.org/jira/browse/VFS-700
> Project: Commons VFS
>  Issue Type: Bug
>Reporter: Gary Gregory
>Priority: Major
>
> Some tests fail on Java 11 and above: https://travis-ci.org/apache/commons-vfs
> {noformat}
> Tests in error: 
>   
> AbstractFtpsProviderTestCase$FtpProviderTestSuite>AbstractTestSuite.run:137->setUp:153->AbstractTestSuite.setUp:166
>  » FileSystem
>   
> AbstractFtpsProviderTestCase$FtpProviderTestSuite>AbstractTestSuite.run:137->setUp:153->AbstractTestSuite.setUp:166
>  » FileSystem
>   MultipleConnectionTestCase.testConnectRoot:55->resolveRoot:49 » FileSystem 
> Cou...
>   MultipleConnectionTestCase.testUnderlyingConnect:65 » SSL Unsupported or 
> unrec...
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)