Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 15 additions & 28 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,44 +1,32 @@
Release Notes -- Apache Jackrabbit -- Version 2.23.4-beta
Release Notes -- Apache Jackrabbit -- Version 2.23.5-beta

Introduction
------------

This is Apache Jackrabbit(TM) 2.23.4-beta, a fully compliant implementation of the
This is Apache Jackrabbit(TM) 2.23.5-beta, a fully compliant implementation of the
Content Repository for Java(TM) Technology API, version 2.0 (JCR 2.0) as
specified in the Java Specification Request 283 (JSR 283).

Apache Jackrabbit 2.23.4-beta is an unstable release cut directly from
Apache Jackrabbit 2.23.5-beta is an unstable release cut directly from
Jackrabbit trunk, with a focus on new features and other
improvements. For production use we recommend the latest stable 2.20.x
improvements. For production use we recommend the latest stable 2.22.x
release.

Changes in Jackrabbit 2.23.4-beta
Changes in Jackrabbit 2.23.5-beta
----------------------------------

Bug
** Sub-task
* [JCR-5244] - improve test coverage for HttpMultipartPost

[JCR-5226] - Base64 decoder does not handle input without padding correctly
[JCR-5229] - LockedWrapperTest.testSequenceWithSessionRefresh() may fail due to race conditions
** Improvement
* [JCR-5249] - jackrabbit-spi-commons: add broken namepace names / prefixes to exception message

Improvement

[JCR-4521] - upgrade to commons-dbcp2

Test

[JCR-4945] - Ensure OSGi-enabled Jackrabbit bundles deploy in environments featuring only Slf4j v2 or even Tika v2.9

Task

[JCR-5211] - package-version jcr2spi
[JCR-5216] - Update Jackrabbit Trunk to Oak 1.90.0
[JCR-5217] - Update Mockito dependency to 5.23.0
[JCR-5218] - webapp: bump htmlunit to 4.21.0
[JCR-5219] - set baseline comparisonVersion to latest stable (2.22.3)
[JCR-5223] - update Apache parent pom to version 37
[JCR-5224] - remove jackrabbit 2.0 compatibility and performance tests
[JCR-5230] - improve diagnostics in IndexingQueueTest
[JCR-5232] - Update Jackrabbit Trunk to Oak 1.92.0
** Task
* [JCR-5233] - commons-fileupload (1.6) restricts header size in upload parts
* [JCR-5242] - Update Jackrabbit Trunk to Oak 2.2.0
* [JCR-5243] - Update oak-jackrabbit-api.version.used to Oak 1.22.24
* [JCR-5246] - webapp: update tomcat dependency to 9.0.118
* [JCR-5247] - update Apache parent pom to version 39


For more detailed information about all the changes in this and other
Expand Down Expand Up @@ -86,4 +74,3 @@ Trademarks

Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the Apache
Jackrabbit project logo are trademarks of The Apache Software Foundation.

2 changes: 1 addition & 1 deletion jackrabbit-aws-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-aws-ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-it-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-jca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-jca</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-jcr-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-jcr-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-jcr-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-jcr-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-jcr-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-jcr-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-jcr-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-jcr-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-jcr-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-jcr2dav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-jcr2dav</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-jcr2spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-jcr2spi</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jackrabbit-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<name>Jackrabbit Parent POM</name>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<packaging>pom</packaging>

<issueManagement>
Expand Down Expand Up @@ -76,7 +76,7 @@
<minimum.branch.coverage>0.0</minimum.branch.coverage>
<!-- build time stamp: should be updated prior to a release -->
<!-- see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>1775547457</project.build.outputTimestamp>
<project.build.outputTimestamp>1782909208</project.build.outputTimestamp>
<minimalMavenBuildVersion>3.6.1</minimalMavenBuildVersion><!-- due to https://issues.apache.org/jira/browse/MNG-6059 -->

<!-- this project uses cross-module reports with one aggregate, https://docs.sonarsource.com/sonarcloud/enriching/test-coverage/java-test-coverage/#add-coverage-in-a-multi-module-maven-project -->
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-spi-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-spi-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-spi2dav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-spi2dav</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-spi2jcr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-spi2jcr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-standalone-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-standalone-components</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-standalone</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-vfs-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-vfs-ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackrabbit-webdav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-webdav</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>2.23.5-beta-SNAPSHOT</version>
<version>2.23.6-beta-SNAPSHOT</version>
<relativePath>jackrabbit-parent/pom.xml</relativePath>
</parent>

Expand Down
Loading