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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 13, 2014

  1. JCR-3729 - S3 Datastore optimizations

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577127 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Pfister committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    a325bfb View commit details
    Browse the repository at this point in the history
  2. JCR-3745: Add JackrabbitObservationManager with additional methods fo…

    …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
    mduerig committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    78aa3ee View commit details
    Browse the repository at this point in the history
  3. JCR-3745: Add JackrabbitObservationManager with additional methods fo…

    …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
    mduerig committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    f073bdf View commit details
    Browse the repository at this point in the history
  4. JCR-3747: Implement JackrabbitObservationManager

    Initial implementation
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577244 13f79535-47bb-0310-9956-ffa450edef68
    mduerig committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    d0e8dbd View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2014

  1. JCR-3742 - Have DB related dependencies as optional in jackrabbit-data

    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
    chetanmeh committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    e5abbaf View commit details
    Browse the repository at this point in the history
  2. JCR-3748 - Allow configuring S3Backend programatically

    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
    chetanmeh committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    a5fedd9 View commit details
    Browse the repository at this point in the history
  3. JCR-3748 - Allow configuring S3Backend programatically

    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
    chetanmeh committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    2cd26de View commit details
    Browse the repository at this point in the history
  4. fix svn:eol-style

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577526 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    23e28ed View commit details
    Browse the repository at this point in the history
  5. JCR-3745 Add JackrabbitObservationManager with additional methods for…

    … registering event listeners
    
     - updated OSGi package versions
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577545 13f79535-47bb-0310-9956-ffa450edef68
    stillalex committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    8fbe415 View commit details
    Browse the repository at this point in the history
  6. Apache Jackrabbit 2.7.5 release notes

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577547 13f79535-47bb-0310-9956-ffa450edef68
    stillalex committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    904e73a View commit details
    Browse the repository at this point in the history
  7. [maven-release-plugin] prepare release 2.7.5

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577551 13f79535-47bb-0310-9956-ffa450edef68
    stillalex committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    cc9e87f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a1dc2b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2014

  1. Configuration menu
    Copy the full SHA
    fe98cb9 View commit details
    Browse the repository at this point in the history
  2. fix NPE on error path when user is null

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1577995 13f79535-47bb-0310-9956-ffa450edef68
    mebigfatguy committed Mar 16, 2014
    Configuration menu
    Copy the full SHA
    dc99a4d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2014

  1. JCR-3751 - S3Backend fails to initializate from file system based con…

    …figuration file
    
    Applying patch from Shashank. Thanks!
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1578774 13f79535-47bb-0310-9956-ffa450edef68
    chetanmeh committed Mar 18, 2014
    Configuration menu
    Copy the full SHA
    082f838 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2014

  1. JCR-3752 - [jackrabbit-aws-ext] Upgrade to latest aws sdk version ( 1…

    ….7.3)
    
    Applying patch from Shashank
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1579119 13f79535-47bb-0310-9956-ffa450edef68
    chetanmeh committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    b91e969 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2014

  1. JCR-3755 - Export S3DataStore package to enable osgi resolution

    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
    chetanmeh committed Mar 20, 2014
    Configuration menu
    Copy the full SHA
    a1ccf60 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2014

  1. JCR-3743 - fix for systems on which currentTimeMillis doesn't have 1 …

    …ms resolution (patch by Shashank Gupta)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1579912 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    eb28325 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. JCR-3761 : TokenInfo#resetExpiration always fails with ConstraintViol…

    …ationException
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1582373 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    9c9f373 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. JCR-3760 FileDataStore: reduce synchronization

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1582686 13f79535-47bb-0310-9956-ffa450edef68
    thomasmueller committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    1478805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d929010 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2014

  1. JCR-3754 - [jackrabbit-aws-ext] Add retry logic to S3 asynchronous fa…

    …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
    chetanmeh committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    217114e View commit details
    Browse the repository at this point in the history
  2. JCR-3754 [jackrabbit-aws-ext] Add retry logic to S3 asynchronous fail…

    …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
    chetanmeh committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    a889a4d View commit details
    Browse the repository at this point in the history
  3. JCR-3754 - [jackrabbit-aws-ext] Add retry logic to S3 asynchronous fa…

    …iled upload
    
    Applying patch from Shashank Gupta
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1585461 13f79535-47bb-0310-9956-ffa450edef68
    chetanmeh committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    df112b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2014

  1. Configuration menu
    Copy the full SHA
    5eaea92 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2014

  1. JCR-3771 - Pending async uploads fails to get uploaded on restart.

    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
    chetanmeh committed Apr 21, 2014
    Configuration menu
    Copy the full SHA
    8529bd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2014

  1. JCR-3772 - Local File cache is not reduced to zero size after specify…

    …ing in confuguration
    
    Applying patch from Shashank
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1589926 13f79535-47bb-0310-9956-ffa450edef68
    chetanmeh committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    c8bdcb8 View commit details
    Browse the repository at this point in the history
  2. JCR-3693: Lucene configuration - aggregation definition : problem wit…

    …h include-property tag
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1590030 13f79535-47bb-0310-9956-ffa450edef68
    Manfred Baedke committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    d4bcb8f View commit details
    Browse the repository at this point in the history
  3. JCR-3775: Avoid lock contention in ISO8601.parse()

    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
    jukka committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    c2f8136 View commit details
    Browse the repository at this point in the history
  4. JCR-3775: Avoid lock contention in ISO8601.parse()

    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
    jukka committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    9c9237f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2014

  1. JCR-3773: Lucene ConsistencyCheck reports nodes under jcr:nodeTypes a…

    …s deleted
    
    ConsistenyCheck now completely ignores successors of jcr:nodeTypes.
    
    M    jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ConsistencyCheck.java
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1590733 13f79535-47bb-0310-9956-ffa450edef68
    Manfred Baedke committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    3a1e1a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2014

  1. 2.8: Update release notes

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1591403 13f79535-47bb-0310-9956-ffa450edef68
    jukka committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    e0daa5d View commit details
    Browse the repository at this point in the history
  2. 2.8: Updated release notes with changes since 2.7.5

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1591440 13f79535-47bb-0310-9956-ffa450edef68
    jukka committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    df9d233 View commit details
    Browse the repository at this point in the history
  3. Update copyright year

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1591442 13f79535-47bb-0310-9956-ffa450edef68
    jukka committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    bc7d391 View commit details
    Browse the repository at this point in the history
  4. [maven-release-plugin] prepare release 2.8.0

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1591460 13f79535-47bb-0310-9956-ffa450edef68
    jukka committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    6d755d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a47176 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. JCR-3777 - Add simple allow/deny/clear convenience methods to AccessC…

    …ontrolUtils
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1592881 13f79535-47bb-0310-9956-ffa450edef68
    Alexander Klimetschek committed May 6, 2014
    Configuration menu
    Copy the full SHA
    458ff7a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2014

  1. JCR-3235 ArrayIndexOfOufBounds in TargetImportHandler$BufferedStringV…

    …alue.append()
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1596131 13f79535-47bb-0310-9956-ffa450edef68
    Claus Koell committed May 20, 2014
    Configuration menu
    Copy the full SHA
    14ce6e4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. JCR-3779 - Node.getPath() returns inconsistent values depending on wh…

    …ether node is saved or not
    
    JCR-3368 - CachingHierarchyManager: inconsistent state after transient changes on root node
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1596550 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Pfister committed May 21, 2014
    Configuration menu
    Copy the full SHA
    563eb3b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2014

  1. JCR-3777

    Add simple allow/deny/clear convenience methods to AccessControlUtils
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1597717 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed May 27, 2014
    Configuration menu
    Copy the full SHA
    774941c View commit details
    Browse the repository at this point in the history
  2. javadoc

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1597719 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed May 27, 2014
    Configuration menu
    Copy the full SHA
    5b34996 View commit details
    Browse the repository at this point in the history
  3. JCR-3782 : Backport OAK-1612, OAK-1615, OAK-1616

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1597799 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed May 27, 2014
    Configuration menu
    Copy the full SHA
    8c39f75 View commit details
    Browse the repository at this point in the history
  4. JCR-3777 : Add simple allow/deny/clear convenience methods to AccessC…

    …ontrolUtils (javadoc)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1597806 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed May 27, 2014
    Configuration menu
    Copy the full SHA
    e239a42 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2014

  1. JCR-3784: ReplacePropertyWhileOthersReadTest fails when run with Conc…

    …urrentTestSuite
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1598035 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed May 28, 2014
    Configuration menu
    Copy the full SHA
    8ab935a View commit details
    Browse the repository at this point in the history
  2. JCR-3766: Sync new IndexInfos file

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1598036 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed May 28, 2014
    Configuration menu
    Copy the full SHA
    b698df8 View commit details
    Browse the repository at this point in the history
  3. JCR-3783: Deadlock due to IOException in WorkspaceUpdateChannel.updat…

    …ePrepared()
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1598058 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed May 28, 2014
    Configuration menu
    Copy the full SHA
    fe94bb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2014

  1. JCR-3786 - Incompatible CachingDataStore's path & FileDataStore's pat…

    …h configuration
    
    Applying patch from Shashank
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1600880 13f79535-47bb-0310-9956-ffa450edef68
    chetanmeh committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    d5f6e65 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. JCR-3788 - S3DataStore require to set endpoint for thirdparty cloud p…

    …rovider (IDCF)
    
    Applied the patch from Shashank.  The region would now be specified before bucket exist call is made
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1601550 13f79535-47bb-0310-9956-ffa450edef68
    chetanmeh committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    b877872 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. fix svn:eol-style

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1603087 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    d0523f1 View commit details
    Browse the repository at this point in the history
  2. javadoc fix ("* <p/>" -> "* <p>")

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1603098 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    84134d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2014

  1. Configuration menu
    Copy the full SHA
    b41d352 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    386047c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2014

  1. JCR-3796

    TokenProvider.createToken is case sensitive
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1609712 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    fd8e7c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. JCR-3798 prevent NPE when encountering inconsistent hierarchy during …

    …building of path
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1613048 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    ef4ead9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. JCR-3765: JCR Event Info should contain NodeType

    Relaxed test expectations allowing Event.getInfo to contain the additional keys
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1614364 13f79535-47bb-0310-9956-ffa450edef68
    mduerig committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    a066dce View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Configuration menu
    Copy the full SHA
    bace291 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2014

  1. JCR-3801: Improve ListenerTracker output

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1615997 13f79535-47bb-0310-9956-ffa450edef68
    mduerig committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    fcd43c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2014

  1. typo in project description

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1618113 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    edd2a6f View commit details
    Browse the repository at this point in the history
  2. JCR-3802 : User Management: API for System Users (add API extensions …

    …to jackrabbit-api, add dummy implementation to jackrabbit-core (feature not yet supported))
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1618121 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    3817829 View commit details
    Browse the repository at this point in the history
  3. JCR-3797: Add path exclusion to JackrabbitEventFilter

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1618137 13f79535-47bb-0310-9956-ffa450edef68
    mduerig committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    9628e4a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2014

  1. Update release notes for Jackrabbit 2.9.0

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1619386 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    0331bf9 View commit details
    Browse the repository at this point in the history
  2. JCR-3806: TestLocalCache fails occasionally with NPE

    Ignore tests for now
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1619422 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    46c1843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    998560b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63361c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2014

  1. JCR-3804 - [jackrabbit-aws] Allow http communication to S3

    Applying patch from Shashank Gupta.
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1621678 13f79535-47bb-0310-9956-ffa450edef68
    amitj committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    0f25e1f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2014

  1. JCR-3803 - Local cache contention lead to performance degradation

    Patch from Shashank Gupta
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1621913 13f79535-47bb-0310-9956-ffa450edef68
    amitj committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    6a281e9 View commit details
    Browse the repository at this point in the history
  2. JCR-3805 - LocalCache doesn't build up properly in JDK 7

    Patch from Shashank Gupta.
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1621933 13f79535-47bb-0310-9956-ffa450edef68
    amitj committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    aff4f18 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

  1. JCR-3809 don't swallow SQLException when binary streams can't be rese…

    …t after sql execution failed
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1625277 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    106e443 View commit details
    Browse the repository at this point in the history
  2. JCR-3810 try reset other types of InputStreams as well

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1625321 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    7711cd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

  1. JCR-3811 Allow retrying of failed journal entry database inserts.

     - Add a new ResettableTempFileInputStream that is capable of being reset to the beginning of the stream in order to allow re-reading
     - Simplify TempFileInputStream to only be responsible for removing the temporary file when it is closed
     - Fix bug in ConnectionHelper where resources were not cleaned up when a SQL call would fail in batch mode
     - Fix bug in DbDataStore where temporary file was never removed in addRecord
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1625518 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    b46e894 View commit details
    Browse the repository at this point in the history
  2. JCR-3811

    Add missing license header
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1625561 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    9e3500e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2014

  1. JCR-3811 detect marking of input stream to determine if stream can be…

    … reset to the beginning
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1625981 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    025d5df View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2014

  1. JCR-3812 Improvements to the GQL tools

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1627529 13f79535-47bb-0310-9956-ffa450edef68
    thomasmueller committed Sep 25, 2014
    Configuration menu
    Copy the full SHA
    e9ffb11 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2014

  1. JCR-3814 make sure the ISM is in edit mode when cancel is called

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1630363 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    209eec4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

  1. JCR-3818 Use SimpleFSDirectory by default

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1631658 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    9765d1f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. JCR-3821 SecureRandom#generateSeed may take a (very) long time to ret…

    …urn. To prevent the SeededSecureRandom from stalling shutdown, call it on a daemon thread.
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1631995 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    6b5e501 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2014

  1. JCR-3815: Local Cache Purge Cause Performance Issues

    Applying patch from Shashank Gupta.
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1632481 13f79535-47bb-0310-9956-ffa450edef68
    amitj committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    541c66d View commit details
    Browse the repository at this point in the history
  2. JCR-3816: [aws-ext]S3DS not able update lastModified of record > 5GB

    JCR-3817: [jackrabbit-aws-ext] Performance of operation degrades while running DS GC
    
    Applying patch from Shashank Gupta
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1632482 13f79535-47bb-0310-9956-ffa450edef68
    amitj committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    986a497 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2014

  1. JCR-3825: Use RepositoryFactory for first hops

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1633070 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    dcba564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7400f1d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. JCR-3825: Use RepositoryFactory for first hops

    Depend on Oak 1.1-SNAPSHOT for now until 1.1.2 or newer is available
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1633758 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    63b8d83 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2014

  1. JCR-3826: AbstractPrincipalProvider cachesize is not configurable

    LoginModule configurations without an explicit principal provider class name will now be applied to the DefaultPrincipalProvider.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1634584 13f79535-47bb-0310-9956-ffa450edef68
    Manfred Baedke committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    4fb740c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2014

  1. JCR-3429 Make query tests (more) independent

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1636607 13f79535-47bb-0310-9956-ffa450edef68
    thomasmueller committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    b4d01c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. minor improvement: adding @OverRide annotations, removing unused impo…

    …rts, replacing Session#checkPermission by #hasPermission
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1640344 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    7e85f66 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. minor improvement: adding @OverRide, removing unused imports and repl…

    …acing Session.checkPermission by Session.hasPermission
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1640530 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    8a488ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10dc451 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. JCR-2113 : WIP (Contribution by Alfusainey Jallow)

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1640892 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    961bfb7 View commit details
    Browse the repository at this point in the history
  2. JCR-2113 : WIP (Contribution by Alfusainey Jallow), fixing issue intr…

    …oduced by angela
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1640897 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    0679fd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. JCR-3833 LinkedHashMap#entrySet#iterator#remove no longer calls Linke…

    …dHashMap#remove, however LocalCache relies on that when it overrides the #remove method.
    
    Note that this issue did not turn up during running the tests because TestLocalCache#testAutoPurge is disabled due to JCR-3806...
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1643091 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    78700c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2014

  1. JCR-3834 add commented out unit test, skip unit test that fails on ja…

    …va 8
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1643520 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    4240329 View commit details
    Browse the repository at this point in the history
  2. JCR-3835 add ReplacePropertyWhileOthersReadTest to list of known issues

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1643522 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    dd2082d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2014

  1. JCR-3833 update to latest surefire plugin in order to be able to use …

    …runOrder configuration option. This is needed because the default order in which the tests are executed in the jackrabbit-spi2jcr module causes test failures on Java 8
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1643781 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    eb2b64a View commit details
    Browse the repository at this point in the history
  2. JCR-2113: JSR 283 Access Control Management

    Add missing license headers
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1643812 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    08f0a53 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. JCR-3825: Use RepositoryFactory for first hops

    Use released version of Oak
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1643994 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    f96f68c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

  1. JCR-3840 take same-name child type definitions into account when rere…

    …gistering node types
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1644405 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    6ac6e6b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2014

  1. JCR-3838: [aws-ext] Proactive & Asynchronous caching of binary when i…

    …ts metadata is accessed from S3
    
    Patch from Shashank
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1644549 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    5439e4a View commit details
    Browse the repository at this point in the history
  2. JCR-3839: [aws-ext] Regression to JCR-3734 Slow local cache built-up …

    …time
    
    Patch from Shashank
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1644551 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    0bc2d85 View commit details
    Browse the repository at this point in the history
  3. JCR-3840 limit the number of null child node definitions to match wit…

    …h to the number of slots available
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1644665 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    ef17e9a View commit details
    Browse the repository at this point in the history
  4. JCR-3840 limit the number of null child node definitions to match wit…

    …h to the number of slots available
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1644668 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    ad141a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2014

  1. JCR-2113 : JSR 283 Access Control Management (patch provided by alfus…

    …ainey jallow, commit with minor modifications and some TODOs (in particular testing).
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1646435 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    74c7a70 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. Configuration menu
    Copy the full SHA
    79a6248 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. JCR-3845 : Have AuthorizableQueryManager Support Specifying Sort Igno…

    …re Case Mode (patch provided by dominique jaeggi)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1653275 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    f802188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5dd92a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2015

  1. OAK-2412 : test cases

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1653930 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    b1ed2ca View commit details
    Browse the repository at this point in the history
  2. OAK-2441 : add test-cases to jackrabbit 2.x

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1653935 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    9812191 View commit details
    Browse the repository at this point in the history
  3. JCR-2113 : JSR 283 Access Control Management (improve privilege disco…

    …very as discussed during f2f meeting with alfusainey and david, january 21)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1653976 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    28592a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2015

  1. fix indention

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1656043 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    a081c99 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2015

  1. JCR-3814 make sure ISM is in edit mode when calling cancel on it

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1656416 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    a09358f View commit details
    Browse the repository at this point in the history
  2. JCR-2113 : JSR 283 Access Control Management (contribution by Alfusai…

    …ney Jallow)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1656464 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    60f44f7 View commit details
    Browse the repository at this point in the history
  3. JCR-2113 : JSR 283 Access Control Management (contribution by Alfusai…

    …ney Jallow)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1656515 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    0939a30 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2015

  1. Apache Jackrabbit 2.9.1 release notes

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1656730 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    e6ec00b View commit details
    Browse the repository at this point in the history
  2. Place derby.log under target

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1656739 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    faf74cb View commit details
    Browse the repository at this point in the history
  3. [maven-release-plugin] prepare release 2.9.1

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1656743 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    8d4acae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    590c54f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2015

  1. JCR-3855: Make TimeSeriesAverage public

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1663696 13f79535-47bb-0310-9956-ffa450edef68
    mduerig committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    ab281f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. JCR-3852: [jackrabbit-aws-ext] Refactor code to open S3 service & con…

    …solidate testcases
    
    Patch from Shashank Gupta
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1665148 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    c254b4b View commit details
    Browse the repository at this point in the history
  2. JCR-3842: [jackrabbit-aws-ext] Support encryption in S3Datastore

    Patch from Shashank Gupta
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1665149 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    6466e26 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. JCR-3857: [jackrabbit-aws-ext] Correct typo in S3Constants

    Patch from Shashank Gupta
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1665764 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    927e131 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. JCR-3859: Extend EventListenerMBean to report time series for observa…

    …tion processing
    
    Initial implementation of the additional EventListenerMBean methods
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1666170 13f79535-47bb-0310-9956-ffa450edef68
    mduerig committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    25911a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2015

  1. JCR-3856: [jackrabbit-aws-ext] Random test failures

    Converting to eager read to potentially minimize race conditions when the file is purged after assigning a LazyInputStream but before reading.
    Added a sleep(1000) after data store initialization to finish thread executions started during initialization.
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1666385 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    f4bc53d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Configuration menu
    Copy the full SHA
    b2776d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. JCR-3850: RepositoryStartupServlet constructs FileStore incorrectly

    Applied patch from Erik Arvidson
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1667787 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    0d0777e View commit details
    Browse the repository at this point in the history
  2. JCR-3861: Update Oak dependency in webapp

    Update to most recent stable release: 1.0.12
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1667795 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    a76e649 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2015

  1. Update release notes for Jackrabbit 2.10 release

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1668567 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    2e53b74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f34330e View commit details
    Browse the repository at this point in the history
  3. Updated release notes for Jackrabbit 2.10 release

    Added JCR-3862 [FileDataStore]: deleteRecord leaves the parent directories empty.
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1668616 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    7b34bbe View commit details
    Browse the repository at this point in the history
  4. [maven-release-plugin] prepare release 2.10.0

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1668627 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    0dcb231 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18f40c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2015

  1. JCR-3864 CachingDatastore -cache file sizes to save remote call to re…

    …mote datastore( S3DS)
    
    Enabled LRU cache of defaut size 200 ( 28KB memory footprint) of IDs Vs length. 
    getRecored/getRecordIfStored optimized to use this recordLength cache.
    Fixed closing inputstream in TestLocalCache.java
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1671041 13f79535-47bb-0310-9956-ffa450edef68
    shashank committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    063d7f0 View commit details
    Browse the repository at this point in the history
  2. JCR-3867 [jackrabbit-aws-ext] Handle 403(forbidden) status in checkin…

    …g existence of object in S3
    
    Added handling of 403 status. 
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1671129 13f79535-47bb-0310-9956-ffa450edef68
    shashank committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    a9e0051 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2015

  1. JCR-3868 Adapt TestCaseBase.java to test for FileDatastore

    Adapted TestCaseBase.java & test cass TestFileDataStore added. 
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1671261 13f79535-47bb-0310-9956-ffa450edef68
    shashank committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    8607044 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2015

  1. JCR-3869 CachingDataStore for SAN or NFS mounted storage

    Implemented CachingFDS that leverages caching on datastore hosted on network storage.
    18 test cases added. 
    Tested multi-threaded scenario in my office NFS storage. Multi-threaded test for FileDatastore took 57sec and CachingFDS took 1sec.
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1671491 13f79535-47bb-0310-9956-ffa450edef68
    shashank committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    d14e36a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

  1. JCR-3853 : JCR2SPI: Load ac provider resource

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1671778 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    86d29d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2015

  1. JCR-3836 : Allow to get an Authorizable of a given type

    JCR-3837 : Add AuthorizableTypeException in user security API package
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1672610 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    1f8529f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. JCR-3871: POI Vulnerabilities

    Update Apache Tika to 1.7 (depends on POI 3.11)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1674859 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    fd1b527 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. JCR-3872: Config DTD does not declare ProtectedItemImporter elements

    Apply patch provided by Robert Munteanu
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1675113 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    701cf39 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2015

  1. JCR-3878 Fix test case failure in jackrabbit-data

    fixed. remove the dependency on drive Y:
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1677920 13f79535-47bb-0310-9956-ffa450edef68
    Shashank committed May 6, 2015
    Configuration menu
    Copy the full SHA
    0b316df View commit details
    Browse the repository at this point in the history
  2. JCR-3873 CachingDataStore not safe against crashes, corrupted uploads…

    … file will prevent system startup
    
    Fix is to reset AsyncUploadCache and reload all local files to S3. 
    Test case TestCachingFDS#testAsyncUploadCacheCorruption added. 
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1677956 13f79535-47bb-0310-9956-ffa450edef68
    Shashank committed May 6, 2015
    Configuration menu
    Copy the full SHA
    2ad6718 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. JCR-3879 Remove contention in AsyncUploadCache to improve performance

    fixed. Reversed the if condition block to reduce the dependency of synchronized access to asycuploadCache. 
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1678123 13f79535-47bb-0310-9956-ffa450edef68
    Shashank committed May 7, 2015
    Configuration menu
    Copy the full SHA
    745351f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77150bf View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. JCR-3881 Change CachingFDS configuration properties

    Fixed. Currently CachingFDS is configured from 'path' property which collide with CachingDataStore's path property in OSGI configuration where both properties reside in same osgi config. 
    Changed path property to 'fsBackendPath'
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1678302 13f79535-47bb-0310-9956-ffa450edef68
    Shashank committed May 8, 2015
    Configuration menu
    Copy the full SHA
    5c0db2c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2015

  1. Configuration menu
    Copy the full SHA
    3903739 View commit details
    Browse the repository at this point in the history
  2. Prepare release notes for Jackrabbit 2.10.1

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1680758 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed May 21, 2015
    Configuration menu
    Copy the full SHA
    bf0b757 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eef8f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea8e37b View commit details
    Browse the repository at this point in the history
  5. fix svn:eol-style

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1680828 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed May 21, 2015
    Configuration menu
    Copy the full SHA
    2c6e7a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Configuration menu
    Copy the full SHA
    b937f30 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. JCR-3888 update the local revision within the batch too

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1687018 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    6cd4fce View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. verify double check works in for multiple entries errors

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1687223 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    4bc1dba View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2015

  1. JCR-3886 [jackrabbit-aws-ext] Support IAM role to connect to S3 bucket

    Fixed. If accesskey & secret key are not passed it tries to create AmazonS3Client from environment. 
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1687897 13f79535-47bb-0310-9956-ffa450edef68
    Shashank committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    dec8225 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2015

  1. JCR-3892 Selective invalidation of MembershipCache

    - adding additional performance test
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1691658 13f79535-47bb-0310-9956-ffa450edef68
    tripodsan committed Jul 18, 2015
    Configuration menu
    Copy the full SHA
    f6e398a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2015

  1. JCR-3226 stateCreated deadlock

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1693011 13f79535-47bb-0310-9956-ffa450edef68
    thomasmueller committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    b285afd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1488d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2015

  1. JCR-3885 : Extend set of Actions in JackrabbitSession to reflect othe…

    …r operations than regular read/write
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1693235 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    2d22b87 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2015

  1. JCR-3880 : Allow to add/remove group members by ID

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1694048 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    6676660 View commit details
    Browse the repository at this point in the history
  2. JCR-3888 - Possible dead lock in SharedItemStateManager in clustered …

    …environment
    
    - reverting r1687018 as it was introducing a regression. Unlocking the release of 2.10.2.
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1694059 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    5634997 View commit details
    Browse the repository at this point in the history
  3. JCR-3896 - Release Jackrabbit 2.10.2

    - release notes
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1694063 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    ccff4b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    361b2de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7046202 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2015

  1. JCR-3888 reapply fix: update the local revision within the same updat…

    …e; MemoryJournal now needs to set the revision of the new record when it is created and not after the update has already been done
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1694169 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    d76d603 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. fix svn:eol-style

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1694641 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    a88a973 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. OAK-2231 - Searching authorizables with ' and ] in authorizable id an…

    …d/or principal name
    
    - escaping jcr:link/fn:name condition for query
    - adding search by special chars tests
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1694984 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Jäggi committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    def7152 View commit details
    Browse the repository at this point in the history
  2. [maven-release-plugin] prepare branch 2.10

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1695068 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    1c4bbab View commit details
    Browse the repository at this point in the history
  3. [maven-release-plugin] prepare release 2.10

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1695071 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    ebfef3c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. JCR-3874 : XML Configuration for ProtectedItemRemoveHandler implement…

    …ations (credits to Alfusainey Jallow, who reported the issue and provided the patch. Thanks Alfu for your contribution.
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1695294 13f79535-47bb-0310-9956-ffa450edef68
    anchela committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    c015028 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. JCR-3898 - Release Jackrabbit 2.11.0

    - missing a licene in a file
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1695429 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    842d690 View commit details
    Browse the repository at this point in the history
  2. JCR-3898 - Release Jackrabbit 2.11.0

    - missing licence header
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1695431 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    5c14aec View commit details
    Browse the repository at this point in the history
  3. JCR-3898 - Release Jackrabbit 2.11.0

    - release notes
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1695435 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    c80eb5b View commit details
    Browse the repository at this point in the history
  4. [maven-release-plugin] prepare release 2.11.0

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1695439 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    3f4b63c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d2a4f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. fix svn:eol-style

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1696253 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    baffe64 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2015

  1. JCR-3900: LockTest.testNodeLocked: incorrect assumption about when th…

    …e lock token can be returned
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1696929 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    e7d1b67 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2015

  1. JCR-3902 find the best matching property definitions between the old …

    …node type and the new node type in the same way as was already done for matching up child node definitions
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1697087 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    0f295f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. OAK-3324 hasPermission does not reflect actual behavior with restrict…

    …ions
    
    - add oak test for comparison
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1700513 13f79535-47bb-0310-9956-ffa450edef68
    tripodsan committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    3f34ac6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2015

  1. JCR-3870 : Export SessionImpl#getItemOrNull in JackrabbitSession

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1700941 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Jäggi committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    13830f3 View commit details
    Browse the repository at this point in the history
  2. JCR-3870 : Export SessionImpl#getItemOrNull in JackrabbitSession

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1700942 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Jäggi committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    b386c7e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2015

  1. OAK-3265 Test failures: NodeLocalNameTest (fixed the test case, marke…

    …d as known issue)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1702201 13f79535-47bb-0310-9956-ffa450edef68
    thomasmueller committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    fa07cdb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2015

  1. JCR-3889 [jackrabbit-aws-ext] Can't configure proxy properties to acc…

    …ess Amazon S3
    
    Patch from Ana Eliza Barbosa applied.
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1703093 13f79535-47bb-0310-9956-ffa450edef68
    Shashank committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    116a635 View commit details
    Browse the repository at this point in the history
  2. JCR-3906 Re-uploading local cache files take lot of time

    Fix: When  object exists in S3, majority of time is taken to update lastModified of S3 object. During initialization phase it is required to update timestamp. Added another check to avoid that.
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1703094 13f79535-47bb-0310-9956-ffa450edef68
    Shashank committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    0c68906 View commit details
    Browse the repository at this point in the history
  3. JCR-3907 Cache Misses statistics in LocalCache

    Fix. Added statistics logs at every 5 min
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1703096 13f79535-47bb-0310-9956-ffa450edef68
    Shashank committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    798a53c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2015

  1. JCR-3913 - Test failures: NodeLocalNameTest

    - ignoring failing tests
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1706369 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    f0788a3 View commit details
    Browse the repository at this point in the history
  2. JCR-3860: Properly expose missing values in TimeSeries implementations

    rounding error
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1706406 13f79535-47bb-0310-9956-ffa450edef68
    mduerig committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    fe9ac6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a34f1a6 View commit details
    Browse the repository at this point in the history
  4. JCR-3860: Properly expose missing values in TimeSeries implementations

    Add encoding for default value so clients get a chance to identify them. Default is 0 for backward compatibility.
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1706408 13f79535-47bb-0310-9956-ffa450edef68
    mduerig committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    6de7519 View commit details
    Browse the repository at this point in the history
  5. JCR-3913 - Test failures: NodeLocalNameTest

    - ignoring tests
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1706409 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    6243e96 View commit details
    Browse the repository at this point in the history
  6. JCR-3860: Properly expose missing values in TimeSeries implementations

    Missing license header
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1706410 13f79535-47bb-0310-9956-ffa450edef68
    mduerig committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    b08a4cd View commit details
    Browse the repository at this point in the history
  7. JCR-3910 - Release Jackrabbit 2.11.1

    - release notes
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1706419 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    e3a4d71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4bb683 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7059a32 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. fix svn:eol-style

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1706992 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    5841562 View commit details
    Browse the repository at this point in the history
  2. JCR-3915: undo incorrect change to lock token test

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1707006 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    8393c6d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. JCR-3909: CSRF bug in Jackrabbit-Webdav

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1709811 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Jäggi committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    bdc85c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2015

  1. JCR-3918: Increment minor version of org.apache.jackrabbit.api

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1710132 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Jäggi committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    92f9d16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ada3c95 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2015

  1. JCR-3919 -Release Jackrabbit 2.11.2

    - release notes
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1710551 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    03aa94a View commit details
    Browse the repository at this point in the history
  2. [maven-release-plugin] prepare release 2.11.2

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1710553 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    97567ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4064b00 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2015

  1. JCR-3914 Support default aws region

    Fix: S3Backend can now derive aws region from ec2 instance. 
    However aws region specified in property file takes precedence over derived aws region. 
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1710969 13f79535-47bb-0310-9956-ffa450edef68
    Shashank committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    4a3dadc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Configuration menu
    Copy the full SHA
    6e480f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2015

  1. JCR-3924 - Allow release-deploy to skip tests

    this should allow any argument passed in from command line to be still
    get from maven-release. Difficult to test without doing a release.
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1717599 13f79535-47bb-0310-9956-ffa450edef68
    asf-sync-process committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    f0a04c9 View commit details
    Browse the repository at this point in the history
  2. JCR-3934 - Error occured while loading protected handler config in Jc…

    …rRemotingServlet
    
    Modified the init logic to fetch the config as inputstream from ServletContext and use that to initialize ProtectedRemoveManager
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1717620 13f79535-47bb-0310-9956-ffa450edef68
    chetanmeh committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    160d9ec View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2015

  1. JCR-3934 - Error occured while loading protected handler config in Jc…

    …rRemotingServlet
    
    Earlier logic allowed interpreting the config value as literal class name. With last change this case was not handled. Fixing that
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1717753 13f79535-47bb-0310-9956-ffa450edef68
    chetanmeh committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    6a63019 View commit details
    Browse the repository at this point in the history
  2. JCR-3935 - Release Jackrabbit 2.11.3

    - release notes
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1717763 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    92034f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e337781 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    341ba63 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

  1. JCR-3937: jackrabbit-jcr-commons bundle incorrectly has google depend…

    …ency in Export-Package uses clause
    
    Update to bundle plugin as suggested by David Bosschaert and Julian Sedding
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1720093 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    139dfba View commit details
    Browse the repository at this point in the history
  2. JCR-3938: Require maven 3.x for build

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1720143 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    f6135de View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. JCR-2633: Modified externally exception when modifying mixinTypes wit…

    …h single session
    
    Persist jcr:mixinTypes to avoid inconsistencies when adding and removing mixin types.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1721196 13f79535-47bb-0310-9956-ffa450edef68
    Manfred Baedke committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    f8d6749 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. fix svn:eol-style

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1723705 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    1404d55 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2016

  1. JCR-3947 - Branch and release 2.12.0

    missing licence header
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1729190 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    fc2448a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. JCR-3948: LostFromCacheIssueTest failure

    Fixed messed up test case setup.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1729377 13f79535-47bb-0310-9956-ffa450edef68
    Manfred Baedke committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    81888e5 View commit details
    Browse the repository at this point in the history
  2. OAK-3949: fix DbClusterTestJCR3162 to restore system property SYSTEM_…

    …PROPERTY_NODE_ID to previous value
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1729382 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    8043805 View commit details
    Browse the repository at this point in the history
  3. JCR-3948: LostFromCacheIssueTest failure

    Code cleanup.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1729392 13f79535-47bb-0310-9956-ffa450edef68
    Manfred Baedke committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    48934fb View commit details
    Browse the repository at this point in the history
  4. JCR-3947 - Branch and release 2.12.0

    setting the new unstable version
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1729399 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    0bb3438 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. JCR-3632: Test failed under Java 8

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1730696 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    e66942f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Configuration menu
    Copy the full SHA
    b252e50 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. JCR-3958 skip entries that cannot be removed

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1737832 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    c8b67bb View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Configuration menu
    Copy the full SHA
    bfb17f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aeade5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    036401e View commit details
    Browse the repository at this point in the history
  4. JCR-3964: Skip tests marked as known issues

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1738720 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    4bf8ee1 View commit details
    Browse the repository at this point in the history
  5. JCR-3965 do not reset bundle cache size counter each second

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1738730 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    a5e1fae View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. JCRSITE-49: Update and sync first hops page with examples

    Use released stable versions of Jackrabbit and Oak
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1739866 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    6bc72ac View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. Configuration menu
    Copy the full SHA
    13c3188 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. JCR-3971 - Make read-permission cache-size in CompiledPermissionsImpl…

    … configurable
    
    - original patch by Manfred Baedke
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1740814 13f79535-47bb-0310-9956-ffa450edef68
    jsedding committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    9ddda7e View commit details
    Browse the repository at this point in the history
  2. JCR-3972 - Make size of ID-cache in CachingHierarchyManager configurable

    - original patch by Manfred Baedke
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1740815 13f79535-47bb-0310-9956-ffa450edef68
    jsedding committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    9ee718a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. JCR-3982 Implement toString in TransactionContext (XidWrapper)

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1745116 13f79535-47bb-0310-9956-ffa450edef68
    Claus Köll committed May 23, 2016
    Configuration menu
    Copy the full SHA
    1705dd1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. JCR-3983 Possibility to parallelize the Garbage Collection

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1746083 13f79535-47bb-0310-9956-ffa450edef68
    Claus Köll committed May 30, 2016
    Configuration menu
    Copy the full SHA
    b965bdb View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. JCR-3987: JcrUtils.getOrCreateByPath fails if session is not allowed …

    …to read root
    
    (patch by Carsten Ziegeler)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1751279 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    a07fe82 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. JCR-3988 - Release Jackrabbit 2.13.0

    - release notes
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1751668 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    44ee649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    105ffdd View commit details
    Browse the repository at this point in the history
  3. release attempt for 2.13.0 aborted

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1751705 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    e79a261 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ebd171 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfb421e View commit details
    Browse the repository at this point in the history
  6. abort release of 2.13.0 once again

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1751712 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    5676ea4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97e72be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38609b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2016

  1. Configuration menu
    Copy the full SHA
    b600b41 View commit details
    Browse the repository at this point in the history
  2. JCR-3993: release notes for 2.13.1

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1752178 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    dac9ac4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e064dc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b3cd76 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. JCR-3995: occasional test failure in AccessControlManagerImplTest.tes…

    …tAddingFourAccessControlEntries()
    
    improve test diagnostics
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1752295 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    393958e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

  1. JCR-3996: Incorrect producer time in ListenerTracker

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1753226 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    a8a2cbc View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. JCR-4000: More event stats in EventListenerMBean

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1754365 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    83d08e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. JCR-3999 Possibility for a Deadlock in FineGrainedISMLocking in a XA …

    …Environment
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1755017 13f79535-47bb-0310-9956-ffa450edef68
    Claus Köll committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    9df3892 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. JCR-4002 : CSRF in Jackrabbit-Webdav using empty content-type

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1756173 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Jäggi committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    e3d9ab2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. JCR-4002 : CSRF in Jackrabbit-Webdav using empty content-type

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1756604 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Jäggi committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    53a9770 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. JCR-4004: Log exception in AbstractDataStore.getReferenceFromIdentifi…

    …er()
    
    Apply changes suggested by Woonsan Ko
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1757125 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    3ec27de View commit details
    Browse the repository at this point in the history
  2. JCR-3975: Commons-VFS Datastore implementation

    Apply pull request from Woonsan Ko
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1757129 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    b52518c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    122a5da View commit details
    Browse the repository at this point in the history