|
1 | | -Release Notes -- Apache Jackrabbit -- Version 2.23.2-beta |
| 1 | +Release Notes -- Apache Jackrabbit -- Version 2.23.4-beta |
2 | 2 |
|
3 | 3 | Introduction |
4 | 4 | ------------ |
5 | 5 |
|
6 | | -This is Apache Jackrabbit(TM) 2.23.3-beta, a fully compliant implementation of the |
| 6 | +This is Apache Jackrabbit(TM) 2.23.4-beta, a fully compliant implementation of the |
7 | 7 | Content Repository for Java(TM) Technology API, version 2.0 (JCR 2.0) as |
8 | 8 | specified in the Java Specification Request 283 (JSR 283). |
9 | 9 |
|
10 | | -Apache Jackrabbit 2.23.3-beta is an unstable release cut directly from |
| 10 | +Apache Jackrabbit 2.23.4-beta is an unstable release cut directly from |
11 | 11 | Jackrabbit trunk, with a focus on new features and other |
12 | 12 | improvements. For production use we recommend the latest stable 2.20.x |
13 | 13 | release. |
14 | 14 |
|
15 | | -Changes in Jackrabbit 2.23.3-beta |
| 15 | +Changes in Jackrabbit 2.23.4-beta |
16 | 16 | ---------------------------------- |
17 | 17 |
|
18 | | -Sub-task |
19 | | - |
20 | | - [JCR-5160] - Create jacoco reports compliant with SonarQube Cloud |
21 | | - [JCR-5172] - Exclude test sources from SonarQube analysis |
22 | | - [JCR-5173] - Create aggregate jacoco report |
23 | | - [JCR-5174] - Exclude jackrabbit-jcr-tests from coverage calculation |
24 | | - |
25 | | - |
26 | 18 | Bug |
27 | 19 |
|
28 | | - [JCR-5090] - Invalid href generated for 'Edit' buttons |
29 | | - [JCR-5141] - Deprecate org.apache.jackrabbit.commons.json |
30 | | - [JCR-5196] - Some test classes are not executed by default because they haven't been added to a test suite |
31 | | - [JCR-5203] - integration tests in jackrabbit-core occasionally fail to ItemNotFoundExceptions during cleanup |
| 20 | + [JCR-5226] - Base64 decoder does not handle input without padding correctly |
| 21 | + [JCR-5229] - LockedWrapperTest.testSequenceWithSessionRefresh() may fail due to race conditions |
32 | 22 |
|
33 | 23 | Improvement |
34 | 24 |
|
35 | | - [JCR-5154] - Replace deprecated call of Class.newInstance() |
| 25 | + [JCR-4521] - upgrade to commons-dbcp2 |
| 26 | + |
| 27 | +Test |
| 28 | + |
| 29 | + [JCR-4945] - Ensure OSGi-enabled Jackrabbit bundles deploy in environments featuring only Slf4j v2 or even Tika v2.9 |
36 | 30 |
|
37 | 31 | Task |
38 | 32 |
|
39 | | - [JCR-5140] - Improve support for generating namespace prefixes |
40 | | - [JCR-5156] - webapp: update tomcat dependency to 9.0.112 |
41 | | - [JCR-5175] - Update Mockito dependency to 5.20.0 |
42 | | - [JCR-5176] - Update commons-io dependency to 2.21.0 |
43 | | - [JCR-5177] - jackrabbit-jcr2spi: update to commons-collections4 4.5.0 |
44 | | - [JCR-5178] - Update easymock dependency to 5.6.0 |
45 | | - [JCR-5179] - set baseline comparisonVersion to latest stable (2.22.1) |
46 | | - [JCR-5182] - Update pax-exam test dependency to 4.14.0 |
47 | | - [JCR-5183] - Vote Template should be clear about the fact that running the check script in "sh" will not work |
48 | | - [JCR-5185] - Update oak-jackrabbit-api.version.implemented in trunk to Oak 1.86.0 |
49 | | - [JCR-5187] - Update commons-cli dependency to 1.11.0 |
50 | | - [JCR-5188] - Update h2db dependency to 2.3.232 |
51 | | - [JCR-5189] - update Jetty to 9.4.58.v20250814 |
52 | | - [JCR-5190] - webapp: bump htmlunit to 4.19.0 |
53 | | - [JCR-5191] - remove JEXL dependency |
54 | | - [JCR-5192] - update aws java sdk version to 1.12.791 |
55 | | - [JCR-5193] - update Apache parent pom to version 35 |
56 | | - [JCR-5195] - Utilities for 'safe' creation of XML document builders |
57 | | - [JCR-5197] - cleanup o.a.j.util.Base64 and update Javadoc |
58 | | - [JCR-5200] - Update h2db dependency to 2.4.240 |
59 | | - [JCR-5201] - Update oak-jackrabbit-api.version.implemented in trunk to Oak 1.88.0 |
| 33 | + [JCR-5211] - package-version jcr2spi |
| 34 | + [JCR-5216] - Update Jackrabbit Trunk to Oak 1.90.0 |
| 35 | + [JCR-5217] - Update Mockito dependency to 5.23.0 |
| 36 | + [JCR-5218] - webapp: bump htmlunit to 4.21.0 |
| 37 | + [JCR-5219] - set baseline comparisonVersion to latest stable (2.22.3) |
| 38 | + [JCR-5223] - update Apache parent pom to version 37 |
| 39 | + [JCR-5224] - remove jackrabbit 2.0 compatibility and performance tests |
| 40 | + [JCR-5230] - improve diagnostics in IndexingQueueTest |
| 41 | + [JCR-5232] - Update Jackrabbit Trunk to Oak 1.92.0 |
60 | 42 |
|
61 | 43 |
|
62 | 44 | For more detailed information about all the changes in this and other |
|
0 commit comments