Skip to content
Merged
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
44 changes: 23 additions & 21 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ Release Notes - Jackrabbit FileVault - Version 4.2.0
This version requires Java 11 or above
The OSGi bundles depend on Jackrabbit 2.20.17+ (JCR Commons, SPI, SPI Commons), Oak JR API 1.22.4+, Commons IO 2.18+, Commons Collections 4.1+ and SLF4J 1.7+

** Improvement
* [JCRVLT-782] - Introduce spotless-maven-plugin
* [JCRVLT-825] - Remove Patch Support (extracting files from packages to filesystem)
* [JCRVLT-831] - For collection of namespace prefixes, avoid iterating over sibling nodes not contained in the filter(s)
* [JCRVLT-832] - No test coverage for handling namespace information in PATH typed property values
* [JCRVLT-839] - Unconditional child node iteration in AggregateImpl.walk()
Improvement
[JCRVLT-782] - Introduce spotless-maven-plugin
[JCRVLT-825] - Remove Patch Support (extracting files from packages to filesystem)
[JCRVLT-831] - For collection of namespace prefixes, avoid iterating over sibling nodes not contained in the filter(s)
[JCRVLT-832] - No test coverage for handling namespace information in PATH typed property values
[JCRVLT-839] - Unconditional child node iteration in AggregateImpl.walk()

** Test
* [JCRVLT-834] - add test coverage for namespace prefixes on sibling nodes in ordered collections
Test
[JCRVLT-834] - add test coverage for namespace prefixes on sibling nodes in ordered collections


** Task
* [JCRVLT-823] - add .DS_Store to .gitignore
* [JCRVLT-836] - log durations and number of nodes in AggregateImpl node walk
Task
[JCRVLT-823] - add .DS_Store to .gitignore
[JCRVLT-836] - log durations and number of nodes in AggregateImpl node walk


Changes in Jackrabbit FileVault 4.1.4
Expand All @@ -40,16 +40,16 @@ Release Notes - Jackrabbit FileVault - Version 4.1.4
This version requires Java 11 or above
The OSGi bundles depend on Jackrabbit 2.20.17+ (JCR Commons, SPI, SPI Commons), Oak JR API 1.22.4+, Commons IO 2.18+, Commons Collections 4.1+ and SLF4J 1.7+

** Improvement
* [JCRVLT-816] - Fix Security warnings
* [JCRVLT-817] - All properties are checked twice if they are protected
* [JCRVLT-818] - Vault CLI contains embedded vulnerable libraries
* [JCRVLT-819] - Upgrade JLine 1.0 to 3.x
* [JCRVLT-822] - avoid costly check if a property is protected
Improvement
[JCRVLT-816] - Fix Security warnings
[JCRVLT-817] - All properties are checked twice if they are protected
[JCRVLT-818] - Vault CLI contains embedded vulnerable libraries
[JCRVLT-819] - Upgrade JLine 1.0 to 3.x
[JCRVLT-822] - avoid costly check if a property is protected

** Task
* [JCRVLT-813] - read node and property definitions lazy
* [JCRVLT-814] - Remove redundant calculations in DocViewImporer
Task
[JCRVLT-813] - read node and property definitions lazy
[JCRVLT-814] - Remove redundant calculations in DocViewImporer


Changes in Jackrabbit FileVault 4.1.2
Expand All @@ -69,14 +69,16 @@ This version requires Java 11 or above
The OSGi bundles depend on Jackrabbit 2.20.17+ (JCR Commons, SPI, SPI Commons), Oak JR API 1.22.4+, Commons IO 2.7+, Commons Collections 4.1+ and SLF4J 1.7+

Bug

[JCRVLT-800] - Version command is broken
[JCRVLT-807] - PackageProperties.getDateProperty() should not log exception on log level

Improvement

[JCRVLT-748] - Fix XSD namespaces
[JCRVLT-764] - Require Java 11
[JCRVLT-790] - Upgrade embedded Jackrabbit/Oak version to 2.22.1/1.82.0
[JCRVLT-801] - jackrabbit-packagetype validator should detect conflicting filter rules
[JCRVLT-801] - Update ASF Parent to version 24
[JCRVLT-805] - DocViewImporter: remove redundant name calculation
[JCRVLT-808] - Improve multi-module code coverage
[JCRVLT-809] - DocViewImporter: logIgnoredProtectedProperties can slow down package import
Expand Down