Aaa sorry ..

Thanks you jukka for fixing !

greets
claus

-----Ursprüngliche Nachricht-----
Von: Jukka Zitting [mailto:[email protected]] 
Gesendet: Donnerstag, 24. Januar 2013 13:40
An: Jackrabbit Developers
Betreff: Re: Jackrabbit-trunk - Build # 2040 - Failure

Hi,

On Thu, Jan 24, 2013 at 2:31 PM, Apache Jenkins Server 
<[email protected]> 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