Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.21.18
-
None
Description
We see this break in Apache Commons VFS when trying to update from 2.21.17 to 2.21.18:
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/Users/ggregory/git/a/commons-vfs/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4ProviderTestCase.java:[231,27] incompatible types: java.lang.String[] cannot be converted to org.apache.commons.cli.CommandLine
[ERROR] /C:/Users/ggregory/git/a/commons-vfs/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4ProviderTestCase.java:[231,18] cannot find symbol
symbol: constructor (java.lang.String[])
[ERROR] /C:/Users/ggregory/git/a/commons-vfs/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4ProviderTestCase.java:[235,15] method run in class org.apache.jackrabbit.standalone.Main cannot be applied to given types;
required: java.io.File,java.io.File,java.io.File
found: no arguments
reason: actual and formal argument lists differ in length
[INFO] 3 errors
Breaking BC in a non-major release should not be allowed IMO.
Attachments
Attachments
Issue Links
- is caused by
-
JCR-4606 standalone: logback log files created in wrong place
- Closed
- is related to
-
VFS-841 Copy the Main class for testing with Jackrabbit Standalone Components instead of reusing
- Resolved
-
JCR-4958 Decide what jackrabbit-standalone-components should expose as public API
- Open
-
JCR-4977 use 'beta' identifier for releases in unstable branch
- Closed
- Testing discovered
-
VFS-841 Copy the Main class for testing with Jackrabbit Standalone Components instead of reusing
- Resolved