Hi,

On Thu, Jan 24, 2013 at 2:31 PM, Apache Jenkins Server
<jenk...@builds.apache.org> wrote:
> Check console output at https://builds.apache.org/job/Jackrabbit-trunk/2040/ 
> to view the results.

The problem was:

[INFO] [clirr:check {execution: default}]
[ERROR] org.apache.jackrabbit.webdav.WebdavRequestImpl: In method
'public WebdavRequestImpl(javax.servlet.http.HttpServletRequest,
org.apache.jackrabbit.webdav.DavLocatorFactory)' the number of
arguments has changed

Looks like JCR-1873.

For backwards compatibility it would be good if the old constructor
signature was kept around, with a default implementation like:

    public WebdavRequestImpl(HttpServletRequest httpRequest,
DavLocatorFactory factory) {
        this(httpRequest, factory, true);
    }

BR,

Jukka Zitting

Reply via email to