jackrabbit icon indicating copy to clipboard operation
jackrabbit copied to clipboard

Apache Jackrabbit

Results 57 jackrabbit issues
Sort by recently updated
recently updated
newest added

Fixes [#JCR-4710 Refactor DummyInternalVersion in VersionIteratorImplTest.java to improve test logic](https://issues.apache.org/jira/browse/JCR-4710). ### Description #### Refactor test class [VersionIteratorImplTest.java](https://github.com/apache/jackrabbit/blob/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/VersionIteratorImplTest.java) #### Motivation - Decoupling test class `DummyInternalVersion` from production interface `InternalVersion`. - Making...

this is supposed to resolve the empty prefix as well In addition clarify that returning null is not allowed.

This patch removes the finalize function in SessionImpl. The garbage collection runs much smoother now. Tested with 20 threads that open 20000 sessions each and create 50 nodes. Images are...

This patch provides acm support for the jcr remoting client. in this patch, the implementation of the following has been realized: 1. implementatiion of javax.jcr.security.AccessControlManager api for jcr2spi jackrabbit client...

This patch addresses the following as indicated in https://issues.apache.org/jira/browse/JCR-2113: a. adjust jcr2dav module and make sure the RepositoryConfig gets a valid ac-provider configuration parameter set b. complete setPolicy, Batch#setTree, +...