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-4462 : fix highlighted terms in excerpt for exact match queries. #86

Closed
wants to merge 7,751 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

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
    Copy the full SHA
    745351f View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    5c0db2c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2015

  1. 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
    Copy the full SHA
    bf0b757 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9eef8f2 View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    2c6e7a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. 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
    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
    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
    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
    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
    Copy the full SHA
    b285afd View commit details
    Browse the repository at this point in the history
  2. 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
    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
    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
    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
    Copy the full SHA
    ccff4b4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    361b2de View commit details
    Browse the repository at this point in the history
  5. 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
    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
    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
    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
    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
    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
    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
    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
    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
    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
    Copy the full SHA
    3f4b63c View commit details
    Browse the repository at this point in the history
  5. 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
    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
    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
    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
    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
    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
    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
    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
    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
    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
    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
    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
    Copy the full SHA
    fe9ac6a View commit details
    Browse the repository at this point in the history
  3. 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
    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
    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
    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
    Copy the full SHA
    e3a4d71 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d4bb683 View commit details
    Browse the repository at this point in the history
  9. 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
    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
    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
    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
    Copy the full SHA
    92f9d16 View commit details
    Browse the repository at this point in the history
  2. 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
    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
    Copy the full SHA
    97567ec View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    4a3dadc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. 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
    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
    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
    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
    Copy the full SHA
    92034f7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e337781 View commit details
    Browse the repository at this point in the history
  4. 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
    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
    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
    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
    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
    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
    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
    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
    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

    creating the branch
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1729398 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Feb 9, 2016
    Copy the full SHA
    74c85d1 View commit details
    Browse the repository at this point in the history
  5. JCR-3947 - Branch and release 2.12.0

    setting new stable version
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1729400 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Feb 9, 2016
    Copy the full SHA
    2934719 View commit details
    Browse the repository at this point in the history
  6. JCR-3947 - Branch and release 2.12.0

    release notes
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1729411 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Feb 9, 2016
    Copy the full SHA
    b3d4658 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    526b7c4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1f9a91d View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    6c4bea8 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    ac03cf6 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    01d0437 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    9df8130 View commit details
    Browse the repository at this point in the history
  13. JCR-3947 - Branch and release 2.12.0

    updating SCM coordinates
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1729430 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Feb 9, 2016
    Copy the full SHA
    9bb9772 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    0100f33 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    0049931 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Copy the full SHA
    ead0113 View commit details
    Browse the repository at this point in the history
  2. JCR-3951 - Release Jackrabbit 2.12.1

    release notes
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1732447 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Feb 26, 2016
    Copy the full SHA
    08e0aa2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    100a9ed View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2be7648 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. JCR-3965 do not reset bundle cache size counter each second

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1738732 13f79535-47bb-0310-9956-ffa450edef68
    Unico Hommes committed Apr 12, 2016
    Copy the full SHA
    8b2d95d View commit details
    Browse the repository at this point in the history
  2. JCR-3958 skip entries that cannot be removed

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

Commits on Jun 20, 2016

  1. Apache Jackrabbit 2.12.2 release notes

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1749319 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Jäggi committed Jun 20, 2016
    Copy the full SHA
    4cc7e1d View commit details
    Browse the repository at this point in the history
  2. Updating maven-release-plugin to version 2.5.3

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1749321 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Jäggi committed Jun 20, 2016
    Copy the full SHA
    c8379b7 View commit details
    Browse the repository at this point in the history
  3. [maven-release-plugin] prepare release jackrabbit-2.12.2

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1749324 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Jäggi committed Jun 20, 2016
    Copy the full SHA
    a8b3938 View commit details
    Browse the repository at this point in the history
  4. [maven-release-plugin] prepare for next development iteration

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1749326 13f79535-47bb-0310-9956-ffa450edef68
    Dominique Jäggi committed Jun 20, 2016
    Copy the full SHA
    eac699d 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 (ported to 2.12)
    
    (patch by Carsten Ziegeler)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1751288 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jul 4, 2016
    Copy the full SHA
    5f81b20 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2016

  1. Copy the full SHA
    6a21841 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

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

Commits on Aug 16, 2016

  1. Apache Jackrabbit 2.12.3

    release notes
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1756496 13f79535-47bb-0310-9956-ffa450edef68
    davidegiannella committed Aug 16, 2016
    Copy the full SHA
    910a38d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0cf966f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c7b79d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

  1. JCR-4009: CSRF in Jackrabbit-Webdav (ported to 2.12)

    CSRFUtil: properly parse content types (handle params, normalize, handle case differences also multiple field instances), handle missing content type header field, handle partial-URI in referer, DEBUG logging
    
    WebDAV servlet: disable bogus POST support
    
    Davex: include Referer header field in POST requests used for davex remoting
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1758609 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Aug 31, 2016
    Copy the full SHA
    43accb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Copy the full SHA
    dbccf11 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ee4eff9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fac5f09 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. JCR-4015: jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if …

    …session is not allowed to read root (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1759987 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 9, 2016
    Copy the full SHA
    6573b7c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a58ea14 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

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

Commits on Sep 22, 2016

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

Commits on Sep 27, 2016

  1. Copy the full SHA
    0f46c77 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. JCR-4027: proper handling of missing content type, proper parsing of …

    …parameters (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1763582 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Oct 6, 2016
    Copy the full SHA
    1dacbfb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. JCR-4047: NodeTypeRegistryImpl - work around (correct) animal sniffer…

    … diagnostics by not using ConcurrentHashMap as it's not needed here anyway (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1766402 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Oct 24, 2016
    Copy the full SHA
    0b28198 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. JCR-4051: Release Notes

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1767669 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Nov 2, 2016
    Copy the full SHA
    a241131 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a4268ab View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    089da1e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

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

Commits on Nov 25, 2016

  1. JCR-4042: Adding Escape Character in GQL

    Adding support for escape sequence. Escape sequence character is backslash. Only double-quotes (as \"), backslash (as \\) and colon (as \:) characters can be escaped (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1771290 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Nov 25, 2016
    Copy the full SHA
    944e7e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. JCR-4068: jcr-commons: get rid of test dependency to json.org JSON pa…

    …rser (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1771748 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Nov 28, 2016
    Copy the full SHA
    c42d556 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. JCR-4072: Creation of marker file fails when parent folder does not e…

    …xist in CachingDataStore
    
    Merged r1772299 from trunk
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1772301 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Dec 2, 2016
    Copy the full SHA
    67ac1c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. JCR-4073: jackrabbit-data: occasional test failures in TestLocalCache…

    ….testAutoPurge
    
    Merge r1772597 from trunk
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1772598 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Dec 5, 2016
    Copy the full SHA
    dedfe00 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. JCR-4073: jackrabbit-data: occasional test failures in TestLocalCache…

    ….testAutoPurge
    
    Merge r1772822 from trunk
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1772823 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Dec 6, 2016
    Copy the full SHA
    391acb6 View commit details
    Browse the repository at this point in the history
  2. JCR-4073: jackrabbit-data: occasional test failures in TestLocalCache…

    ….testAutoPurge
    
    Updating mergeinfo
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1772826 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Dec 6, 2016
    Copy the full SHA
    af7dbea View commit details
    Browse the repository at this point in the history
  3. Release notes Jackrabbit 2.12.6

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1772827 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Dec 6, 2016
    Copy the full SHA
    7ee0301 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4fddd3f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b296ed2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2016

  1. Copy the full SHA
    673123a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. JCR-4064: Refactor WebDAV related code out of HttpClient3-specific cl…

    …asses for better future re-use (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1773777 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Dec 12, 2016
    Copy the full SHA
    ce4f0f8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    00e4ed4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. JCR-4060: unintended export versions due to changed defaults in maven…

    … bundle plugin (ported to 2.12)
    
    add explicit version numbers for the affected packages, freezing them at 2.12.6
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1774085 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Dec 13, 2016
    Copy the full SHA
    8848633 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. JCR-4086: spi2dav: code reformat to reduce scope of changes for JCR-4…

    …066 (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1774480 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Dec 15, 2016
    Copy the full SHA
    1c1f420 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

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

Commits on Dec 29, 2016

  1. Copy the full SHA
    ea29d64 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    23279d0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ce19bab View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

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

Commits on Jan 6, 2017

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

Commits on Jan 17, 2017

  1. JCR-4100: jackrabbit-webdav: Scope implements equals() but not hashCo…

    …de()(ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1779176 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jan 17, 2017
    Copy the full SHA
    30888f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Copy the full SHA
    3efbd3b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Copy the full SHA
    2ef317f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. fix svn:eol-style

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1780386 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jan 26, 2017
    Copy the full SHA
    794c818 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. JCR-4118: RepositoryChecker creates invalid node names (ported to 2.12)

    create valid names / do sanity check in test case
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1786336 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Mar 10, 2017
    Copy the full SHA
    06c8a5f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. JCR-4121: ConcurrentModificationException in InternalVersionHistoryIm…

    …pl.fixLegacy()
    
    Merged revision 1787043 from trunk
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1787055 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Mar 15, 2017
    Copy the full SHA
    4afc53d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Copy the full SHA
    072e174 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Copy the full SHA
    6839ea3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2017

  1. Copy the full SHA
    65304eb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2cbf5cb View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

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

Commits on May 2, 2017

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

Commits on Jul 13, 2017

  1. JCR-4146: json extension is removed by AbstractWebdavServlet on COPY …

    …request (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1801826 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jul 13, 2017
    Copy the full SHA
    126047a View commit details
    Browse the repository at this point in the history
  2. JCR-4074: jackrabbit-jcr2dav: add system property to disable davex su…

    …pport for testing (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1801829 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jul 13, 2017
    Copy the full SHA
    bf7f515 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Copy the full SHA
    46907ab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    058fa0f View commit details
    Browse the repository at this point in the history
  3. JCR-3901: TCK LockManagerTest does not allow new JCR 2.0 functionalit…

    …y for lock token transfers (ported to 2.12)
    
    Introduce new TCK config property, defaulting to the previous behavior, allowing to configure tests to check that open scoped lock tokens can be shared.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1809958 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 28, 2017
    Copy the full SHA
    3216729 View commit details
    Browse the repository at this point in the history
  4. JCR-4094: Fix Javadoc for JDK 1.8 doctool compliance - remove TCK rel…

    …ated custom tags (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1809962 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 28, 2017
    Copy the full SHA
    6767308 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    72411ee View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a22a1dc View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a6b7000 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c3b44dc View commit details
    Browse the repository at this point in the history
  9. JCR-4173: Unable to receive observation events when connecting via Da…

    …vEx (ported to 2.12)
    
    make sure we do not produce broken XML, add a minimal test case
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1810005 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 28, 2017
    Copy the full SHA
    4de5a90 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. JCR-4165: jackrabbit-server doesn't handle content-codings properly (…

    …ported to 2.12)
    
    Reject all requests with non-empty Content-Encoding header fields with status 415.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1810080 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 29, 2017
    Copy the full SHA
    8b93bd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. Copy the full SHA
    95570e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Copy the full SHA
    838a2f6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    53a8b93 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    87e7d6b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    07eb93e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2dbf119 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Copy the full SHA
    0125a48 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    883aee7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    010b5a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

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

Commits on Oct 10, 2017

  1. JCR-4182: new release checksum requirements - changed file extension …

    …from SHA to SHA1 (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1811690 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Oct 10, 2017
    Copy the full SHA
    1479a26 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Copy the full SHA
    896465c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. fix svn:eol-style

    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1815650 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Nov 18, 2017
    Copy the full SHA
    51df9b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

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

Commits on Jan 4, 2018

  1. JCR-4241: Jacoco plugin fails with exception

    Merged revision 1820119 from trunk
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1820125 13f79535-47bb-0310-9956-ffa450edef68
    mreutegg committed Jan 4, 2018
    Copy the full SHA
    3f0b7a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

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

Commits on Mar 13, 2018

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

Commits on Mar 16, 2018

  1. Copy the full SHA
    89ba631 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6ffb6cc View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. JCR-4188: avoid use of sun.security.acl.GroupImpl in PrincipalManager…

    …Test (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1829861 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Apr 23, 2018
    Copy the full SHA
    eb7086d View commit details
    Browse the repository at this point in the history
  2. JCR-3929: ConsistencyChecker now deals with empty repositories (porte…

    …d to 2.12)
    
    (thanks to pacuk.anton@gmail.com for investigating)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1829886 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Apr 23, 2018
    Copy the full SHA
    362ffed View commit details
    Browse the repository at this point in the history
  3. JCR-4001: When using Node.getProperties(String namePattern) also chil…

    …d nodes are processed (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1829896 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Apr 23, 2018
    Copy the full SHA
    3e810de View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e09ee3b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. JCR-4185: spi2dav URIResolverImpl should check status code before att…

    …empting to parse multistatus (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1829963 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Apr 24, 2018
    Copy the full SHA
    87a99ba View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dd0eb13 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3709dcb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    54aad86 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    89853e6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f65c638 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    50855f8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b46558c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    244288e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

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

Commits on May 6, 2018

  1. Copy the full SHA
    c03b011 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    77d61f2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    81bcdc6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    18b6d42 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b0be7ad View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cf9c64e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f1d0a93 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    26c884e View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e515e98 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2526366 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    1c84630 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    3394cba View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    2afc96d View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    d5e0496 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    c23f679 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. JCR-4006: TestCachingFDS.testDeleteRecord() fails occasionally (porte…

    …d to 2.12)
    
    Skip test on CachingFDS
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1831423 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed May 11, 2018
    Copy the full SHA
    a7ce84a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Copy the full SHA
    907b8e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

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

Commits on Jun 12, 2018

  1. JCR-4256: create announcement mail template for releases (adding miss…

    …ng line breaks) (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1833396 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Jun 12, 2018
    Copy the full SHA
    e5b46d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. OAK-7536: Update aws java sdk version to 1.11.330

    - Merge r1833308 from trunk
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1834668 13f79535-47bb-0310-9956-ffa450edef68
    amit-jain committed Jun 29, 2018
    Copy the full SHA
    db705e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Copy the full SHA
    76b5c81 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. JCR-4008: Restore TestCachingFDS.testDeleteRecord() to fix it with di…

    …sabling AsyncUpload in unit tests (ported to 2.12)
    
    Patch from Woonsan Ko
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840197 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 6, 2018
    Copy the full SHA
    b47e732 View commit details
    Browse the repository at this point in the history
  2. JCR-4190: maven-assembly-plugin:2.6:single failing with Java 9 - cons…

    …istently use 3.0.0 (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840198 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 6, 2018
    Copy the full SHA
    cc26de2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4f41562 View commit details
    Browse the repository at this point in the history
  4. JCR-4200: javax.transaction.UserTransaction hidden by surefire plugin…

    … in with Java 9 (ported to 2.12)
    
    Override surefire's default "--add-module" directive for Java 9 (to be revisited in future versions of Java and/or the surefire plugin)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840209 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 6, 2018
    Copy the full SHA
    7d91bdc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6e6927d View commit details
    Browse the repository at this point in the history
  6. JCR-4253: RepositoryConfig: add some handling for mkdir failure (port…

    …ed to 2.12)
    
    (patch by diego.schivo - thanks)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840215 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 6, 2018
    Copy the full SHA
    55eaf81 View commit details
    Browse the repository at this point in the history
  7. JCR-4261: webapp: align jsons-simple dependencies internally and with…

    … oak (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840220 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 6, 2018
    Copy the full SHA
    f96a25d View commit details
    Browse the repository at this point in the history
  8. JCR-4262: jcr-server: align org.apache.felix.scr.annotations with oak…

    … (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840224 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 6, 2018
    Copy the full SHA
    86dbbd4 View commit details
    Browse the repository at this point in the history
  9. JCR-4263: jcr-server, jackrabbit-bundle: align org.osgi dependencies …

    …with oak (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840225 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 6, 2018
    Copy the full SHA
    802b20b View commit details
    Browse the repository at this point in the history
  10. JCR-4264: jackrabbit-standalone: align commons-cli dependency with oa…

    …k (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840228 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 6, 2018
    Copy the full SHA
    7f123ac View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    9227765 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    b85ba96 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    7701de8 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    db1f494 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Copy the full SHA
    350e741 View commit details
    Browse the repository at this point in the history
  2. JCR-4291: FileInputStream for workspace.xml not closed in RepositoryC…

    …onfig.loadWorkspaceConfig(File) (ported to 2.12)
    
    (patch by Jan Quadflieg)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840281 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 7, 2018
    Copy the full SHA
    3a463c1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    089f220 View commit details
    Browse the repository at this point in the history
  4. JCR-4294: TCK tests should pass on repositories without locking suppo…

    …rt (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840284 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 7, 2018
    Copy the full SHA
    391c4c5 View commit details
    Browse the repository at this point in the history
  5. JCR-4306: switch to findbugs replacement that is still maintained (sp…

    …otbugs) (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840287 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 7, 2018
    Copy the full SHA
    98ad97d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    340c484 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ba19ccc View commit details
    Browse the repository at this point in the history
  8. JCR-4338: avoid use of javax.rmi.PortableRemoteObject (removed in Jav…

    …a 11) (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840298 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 7, 2018
    Copy the full SHA
    b4ae0f9 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    08486a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Copy the full SHA
    d22f982 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    50d6f20 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4526507 View commit details
    Browse the repository at this point in the history
  4. JCR-4326: Update aws java sdk version to 1.11.330 (consistent with Oa…

    …k) (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840364 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 8, 2018
    Copy the full SHA
    5044146 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Copy the full SHA
    758f817 View commit details
    Browse the repository at this point in the history
  2. JCR-4093: IndexRule are meant to be applied based on both primaryType…

    … and minin type based inheritance. Currently it appears that only primaryType based inheritance is working (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840931 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 14, 2018
    Copy the full SHA
    53d641a View commit details
    Browse the repository at this point in the history
  3. JCR-4293: jackrabbit-core: observation tests should not rely on mix:l…

    …ockable mixin type (ported to 2.12)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.12@1840939 13f79535-47bb-0310-9956-ffa450edef68
    reschke committed Sep 14, 2018
    Copy the full SHA
    976b73a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Copy the full SHA
    541df28 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Copy the full SHA
    6392281 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fca0e91 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Copy the full SHA
    8e1c714 View commit details
    Browse the repository at this point in the history