Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JCR-3997 TraversingItemVisitor causes stackoverflowexception with bre… #36

Open
wants to merge 7,613 commits into
base: trunk
Choose a base branch
from

Conversation

anagarwa
Copy link

…adth first traversal

Dominique Pfister and others added 30 commits March 13, 2014 12:12
…r registering event listeners

Initial version of new API

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577213 13f79535-47bb-0310-9956-ffa450edef68
…r registering event listeners

JackrabbitObservationManager should extend from ObservationManager

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577242 13f79535-47bb-0310-9956-ffa450edef68
Initial implementation

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577244 13f79535-47bb-0310-9956-ffa450edef68
Applying modified patch from Amit Jain
-- Made derby and commons-dbcp as optional
-- Removed dependency on commons-collection as it is not required

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577422 13f79535-47bb-0310-9956-ffa450edef68
Added an overloaded method which takes Properties instance

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577475 13f79535-47bb-0310-9956-ffa450edef68
As CachingDataStore invokes init directly its not possible to use the other init method. Added another way where clients can provide the required properties while creating S3DataStore

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577481 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577526 13f79535-47bb-0310-9956-ffa450edef68
… registering event listeners

 - updated OSGi package versions



git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577545 13f79535-47bb-0310-9956-ffa450edef68
…figuration file

Applying patch from Shashank. Thanks!



git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1578774 13f79535-47bb-0310-9956-ffa450edef68
….7.3)

Applying patch from Shashank

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1579119 13f79535-47bb-0310-9956-ffa450edef68
Applying slightly modified patch from Amit Jain. Thanks!

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1579543 13f79535-47bb-0310-9956-ffa450edef68
…ms resolution (patch by Shashank Gupta)

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1579912 13f79535-47bb-0310-9956-ffa450edef68
…iled upload

Applying patch from Shashank.
-- Define property names as constant

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1585459 13f79535-47bb-0310-9956-ffa450edef68
…ed upload

Applying patch from Shashank.
-- Using parameterized logging stmts. No logic changes

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1585460 13f79535-47bb-0310-9956-ffa450edef68
…iled upload

Applying patch from Shashank Gupta

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1585461 13f79535-47bb-0310-9956-ffa450edef68
Fixing the directory path to be used for resuming failed uploads upon restart. Applying patch from Shashank.

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1588850 13f79535-47bb-0310-9956-ffa450edef68
…ing in confuguration

Applying patch from Shashank

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1589926 13f79535-47bb-0310-9956-ffa450edef68
Only call getTimeZone() on non-GMT time zones.

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1590123 13f79535-47bb-0310-9956-ffa450edef68
We actually do need flyweight instances of other known time zones than just GMT.
Add the ones listed in http://en.wikipedia.org/wiki/List_of_UTC_time_offsets.

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1590132 13f79535-47bb-0310-9956-ffa450edef68
mreutegg and others added 26 commits April 20, 2016 08:05
… configurable

- original patch by Manfred Baedke

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1740814 13f79535-47bb-0310-9956-ffa450edef68
…to read root

(patch by Carsten Ziegeler)

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1751279 13f79535-47bb-0310-9956-ffa450edef68
- release notes

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1751668 13f79535-47bb-0310-9956-ffa450edef68
…tAddingFourAccessControlEntries()

improve test diagnostics

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1752295 13f79535-47bb-0310-9956-ffa450edef68
…er()

Apply changes suggested by Woonsan Ko

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1757125 13f79535-47bb-0310-9956-ffa450edef68
Apply pull request from Woonsan Ko

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1757129 13f79535-47bb-0310-9956-ffa450edef68
@anagarwa
Copy link
Author

anagarwa commented Aug 22, 2016

In FilteringItemVisitor, nextQueue field was not required anymore but as build was failing due to clirr-maven-plugin hence that field was left as it is.

Also dependency of jackrabbit-core was added only in test scope , so IMO cyclic dependency can be ignored for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.