Bernd Eckenfels created VFS-765:
-----------------------------------
Summary: [webdav][tests] jackrabit1 module webdav tests fail with
IllegalStateException on java 15-ea
Key: VFS-765
URL: https://issues.apache.org/jira/browse/VFS-765
Project: Commons VFS
Issue Type: Bug
Affects Versions: 2.6.0
Reporter: Bernd Eckenfels
The tests of the kackrabit1 module fail on Travis-CI when using java 15-ea
builds:
{{Running org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestCase}}
{{ 4826SLF4J: Class path contains multiple SLF4J bindings.}}
{{ 4827SLF4J: Found binding in
[jar:file:/home/travis/.m2/repository/org/slf4j/slf4j-log4j12/1.5.11/slf4j-log4j12-1.5.11.jar!/org/slf4j/impl/StaticLoggerBinder.class]}}
{{ 4828SLF4J: Found binding in
[jar:file:/home/travis/.m2/repository/org/apache/jackrabbit/jackrabbit-standalone/1.6.5/jackrabbit-standalone-1.6.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]}}
{{ 4829SLF4J: See [http://www.slf4j.org/codes.html#multiple_bindings] for an
explanation.}}
{{ 4830Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.282
sec <<< FAILURE! - in
org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestCase}}
{{
4831junit.framework.TestSuite@5c73f672(org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestCase$1)
Time elapsed: 4.282 sec <<< ERROR!}}
{{ 4832java.lang.IllegalStateException: Not initialized}}
{{ 4833 at
org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestCase$1.setUp(WebdavProviderTestCase.java:244)}}
{{This is fixed by https://github.com/apache/commons-vfs/pull/87}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)