|
1 |
| -Release Notes -- Apache Jackrabbit -- Version 2.19.4 |
| 1 | +Release Notes -- Apache Jackrabbit -- Version 2.19.5 |
2 | 2 |
|
3 | 3 | Introduction
|
4 | 4 | ------------
|
5 | 5 |
|
6 |
| -This is Apache Jackrabbit(TM) 2.19.4, a fully compliant implementation of the |
| 6 | +This is Apache Jackrabbit(TM) 2.19.5, 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.19.4 is an unstable release cut directly from |
| 10 | +Apache Jackrabbit 2.19.5 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.18.x
|
13 | 13 | release.
|
14 | 14 |
|
15 |
| -Changes in Jackrabbit 2.19.4 |
| 15 | +Changes in Jackrabbit 2.19.5 |
16 | 16 | ----------------------------
|
17 | 17 |
|
18 | 18 | Bug
|
19 | 19 |
|
20 |
| - [JCR-4459] - Basic Authentication for HTTPS URIs does not work |
| 20 | + [JCR-4458] - When JcrRemotingServlet deployed on non-root context, AclResource Webdav request fails |
| 21 | + [JCR-4482] - jcr2spi: WorkspaceContentHandler leaks temp files |
| 22 | + [JCR-4483] - jcr2spi: potential NPE in ImportHandler.endDocument |
| 23 | + [JCR-4484] - jcr-tests: SerializationTest needs to cleanup after parse failures in import tests |
| 24 | + [JCR-4485] - InternalValueFactory.create(File) does not close input stream |
21 | 25 |
|
22 | 26 | Improvement
|
23 | 27 |
|
24 |
| - [JCR-4448] - Update committer list in jackrabbit-parent/pom.xml |
| 28 | + [JCR-4467] - Remove all usage of java.security.acl.Group for Java 14 |
| 29 | + [JCR-4469] - link jackrabbit-api api docs from Oak |
| 30 | + [JCR-4470] - update javadoc-plugin dependency to 3.1.1 |
| 31 | + [JCR-4475] - Improve o.a.j.jcr2dav.RepositoryStubImpl to test with custom servlet path mapping |
25 | 32 |
|
26 | 33 | Task
|
27 | 34 |
|
28 |
| - [JCR-4437] - Update Tika dependency to 1.21 |
29 |
| - [JCR-4438] - jcr-webdav: AbstractLocatorFactory - fix Javadoc and add trace logging |
30 |
| - [JCR-4439] - disable baseline check for jackrabbit-bundle |
31 |
| - [JCR-4440] - remove jackrabbit-bundle |
32 |
| - [JCR-4441] - Update surefire/failsafe dependencies to 2.22.2 |
33 |
| - [JCR-4442] - Update animal-sniffer dependency to 1.18 |
34 |
| - [JCR-4443] - set baseline comparisonVersion to latest stable (2.18.2) |
35 |
| - [JCR-4447] - jackrabbit-jcr-commons: update cglib dependency |
36 |
| - [JCR-4449] - remove jackrabbit-api and use oak-jackrabbit-api instead |
37 |
| - [JCR-4450] - update checkstyle-plugin dependency to 3.1.0 |
38 |
| - [JCR-4451] - update jar-plugin dependency to 3.1.2 |
39 |
| - [JCR-4452] - update war-plugin dependency to 3.2.3 |
40 |
| - [JCR-4453] - update pmd-plugin dependency to 3.12.0 |
41 |
| - [JCR-4454] - update surefire-report-plugin dependency to 2.22.2 |
42 |
| - [JCR-4457] - Update httpclient/mime dependencies to 4.5.9 |
43 |
| - [JCR-4460] - allow to run remoted conformance tests with a custom servlet context path |
44 |
| - [JCR-4464] - Update Tika dependency to 1.22 |
| 35 | + [JCR-4472] - jcr-rmi: switch to package-level version annotations |
| 36 | + [JCR-4473] - set baseline comparisonVersion to latest stable (2.18.3) |
| 37 | + [JCR-4476] - Update httpcore dependency to 4.4.12 |
| 38 | + [JCR-4478] - Update httpclient/mime dependencies to 4.5.10 |
| 39 | + [JCR-4489] - Update jacoco dependency to 0.8.4 |
45 | 40 |
|
46 | 41 |
|
47 | 42 | In addition to the above-mentioned changes, this release contains
|
|
0 commit comments