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

This supports an optional feature to do direct binary upload and download as described in https://wiki.apache.org/jackrabbit/Direct%20Binary%20Access. This change includes new interfaces and exceptions that comprise the API for this feature.

AWS S3 SDK recommends to _abort_ the `S3ObjectInputStream` if not intended to consume the data because the http connection pool behavior (by consuming data on close to reuse the connection)...

Effectively, testCreateInvalidValueConstraints() tested only the first invalid QDef because the try..catch was around the loop over the invalid QDefs. Therefore, if createValueConstraint() on the first invalid QDef threw an `InvalidConstraintException`...

These are some improvements to `org.apache.jackrabbit.jcr2spi.ItemImpl` and other classes which use synchronized maps. The `listeners` member of `ItemImpl` should be made private because subclasses should not be allowed to mutate...

Efficiency and code improvements to `org.apache.jackrabbit.test.api.SysViewContentHandler`.