|
1 |
| -Release Notes -- Apache Jackrabbit -- Version 2.23.0-beta |
| 1 | +Release Notes -- Apache Jackrabbit -- Version 2.23.1-beta |
2 | 2 |
|
3 | 3 | Introduction
|
4 | 4 | ------------
|
5 | 5 |
|
6 |
| -This is Apache Jackrabbit(TM) 2.23.0-beta, a fully compliant implementation of the |
| 6 | +This is Apache Jackrabbit(TM) 2.23.1-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.0-beta is an unstable release cut directly from |
| 10 | +Apache Jackrabbit 2.23.1-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.0-beta |
| 15 | +Changes in Jackrabbit 2.23.1-beta |
16 | 16 | ----------------------------------
|
17 | 17 |
|
| 18 | +Bug |
| 19 | + |
| 20 | + [JCR-5107] - DbInputStream makes incorrect assumptions about commons-io internals |
| 21 | + |
| 22 | +Improvement |
| 23 | + |
| 24 | + [JCR-5093] - jcr2spi: get rid of Commons IO dependency |
| 25 | + [JCR-5106] - core tests: improve diagnostics in DBDataStoreTest |
| 26 | + |
| 27 | +Test |
| 28 | + |
| 29 | + [JCR-5098] - jackrabbit-jcr-server: Java 24 javadoc errors |
| 30 | + |
18 | 31 | Task
|
19 | 32 |
|
20 |
| - [JCR-5073] - core: avoid varargs related compiler warnings in tests |
21 |
| - [JCR-5075] - set baseline comparisonVersion to latest stable (2.22.0) |
22 |
| - [JCR-5076] - Use correctly test scope for dependencies of type: test-jar |
23 |
| - [JCR-5077] - Update oak-jackrabbit-api.version.implemented in trunk to Oak 1.66.0 |
24 |
| - [JCR-5078] - update Apache parent pom to version 33 |
25 |
| - [JCR-5079] - Update tomcat dependency to 9.0.91 |
26 |
| - [JCR-5080] - Update easymock dependency to 5.3.0 |
27 |
| - [JCR-5081] - update aws java sdk version to 1.12.761 |
28 |
| - [JCR-5082] - update Jetty to 9.4.55.v20240627 |
29 |
| - [JCR-5083] - Update maven-jar-plugin to 3.4.2 |
30 |
| - [JCR-5084] - Update pmd-plugin dependency to 3.24.0 |
31 |
| - [JCR-5086] - Update spotbugs-maven-plugin to 4.8.6.2 |
| 33 | + [JCR-5088] - remove warnings about missing @deprecated annotations |
| 34 | + [JCR-5089] - avoid use of deprecated junit.framework.Assert |
| 35 | + [JCR-5094] - webapp: bump htmlunit to 4.4.0 |
| 36 | + [JCR-5096] - JcrConstants: refer to the constants in javax.jcr.Property and javax.jcr.nodetype.NodeType |
| 37 | + [JCR-5097] - Update oak-jackrabbit-api.version.implemented in trunk to Oak 1.68.0 |
| 38 | + [JCR-5099] - Update Logback version to 1.2.13 |
| 39 | + [JCR-5100] - Update commons-cli dependency to 1.9.0 |
| 40 | + [JCR-5101] - Update easymock dependency to 5.4.0 |
| 41 | + [JCR-5102] - Update mockito dependency to 5.14.1 |
| 42 | + [JCR-5103] - Update oak-jackrabbit-api.version.used to Oak 1.22.21 |
| 43 | + [JCR-5104] - Update oak-jackrabbit-api.version.implemented in trunk to Oak 1.70.0 |
| 44 | + [JCR-5105] - Update commons-io dependency to 2.17.0 |
| 45 | + [JCR-5108] - remove commons-collections4 version-specific dependency from jackrabbit-standalone |
| 46 | + [JCR-5109] - Update tomcat dependency to 9.0.95 |
| 47 | + [JCR-5110] - update aws java sdk version to 1.12.773 |
| 48 | + [JCR-5111] - update kotlin-stdlib dependency to 1.9.25 |
| 49 | + [JCR-5112] - update Jetty to 9.4.56.v20240826 |
| 50 | + [JCR-5113] - Update pmd-plugin dependency to 3.25.0 |
| 51 | + [JCR-5114] - update checkstyle-plugin dependency to 3.5.0 |
| 52 | + [JCR-5115] - Update spotbugs-maven-plugin to 4.8.6.4 |
32 | 53 |
|
33 | 54 |
|
34 | 55 | For more detailed information about all the changes in this and other
|
|
0 commit comments