Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

This PR contains the following updates:

Package Change Age Confidence
org.apache.jackrabbit.vault:org.apache.jackrabbit.vault (source) 3.6.83.8.4 age confidence

Release Notes

apache/jackrabbit-filevault (org.apache.jackrabbit.vault:org.apache.jackrabbit.vault)

v3.8.4

Release Notes - Jackrabbit FileVault - Version 3.8.4
This version requires Java 8 or above
The OSGi bundles depend on Jackrabbit 2.20.8+ (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-702] - PackagePropertiesImpl.getPackageType potential locale issue
[JCRVLT-788] - improve exception message for invalid import modes
[JCRVLT-792] - NPE when using CLI export command

Improvement

[JCRVLT-753] - FORCE_REMOVE_CONFLICTING_ID Strategy Causing Constraint Violation Exception in AEM Replication
[JCRVLT-784] - BinaryPropertiesIT.exportBinary: improve diagnostics when entry is missing
[JCRVLT-785] - Remove License and Notice from Git Repo
[JCRVLT-789] - AggregateImpl might be able to avoid iterating over sibling nodes
[JCRVLT-794] - jackrabbit-docviewparser validator: Fail for unused character data
[JCRVLT-797] - Update embedded Apache HTTP Client to 4.5.14
[JCRVLT-798] - Update embedded JR2 dependencies to 2.20.16

v3.8.2

Release Notes - Jackrabbit FileVault - Version 3.8.2
This version requires Java 8 or above
The OSGi bundles depend on Jackrabbit 2.20.8+ (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-778] - VersionRange.fromString("") does not return VersionRange.INFINITE
[JCRVLT-783] - site.xml no longer deployed in FileVault 3.8.0

Improvement
[JCRVLT-768] - vlt: when DEBUG logging stashing ops, add the IdConflictPolicy as well
[JCRVLT-772] - Remove JUnit 3
[JCRVLT-774] - Allow overwriting of AbstractDependencyResolver.resolvePackageInfo(Dependency)
[JCRVLT-776] - improve test coverage for IdConflictPolicy

v3.8.0

Release Notes - Jackrabbit FileVault - Version 3.8.0
This version requires Java 8 or above
The OSGi bundles depend on Jackrabbit 2.20.8+ (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-728] - File handle leak in JcrPackageRegistry.register(File,boolean)
[JCRVLT-730] - Unstable IT: VaultSyncServiceImplIT.testAddRemoveFileFromNonVltCheckoutFolder
[JCRVLT-746] - Exclude items are not added to WorkspaceFilter in RCP
[JCRVLT-747] - Import of authorizable nodes appears not to process "{BinaryRef}" property values
[JCRVLT-751] - ExportOptions.rootPath not properly converted to platform name format
[JCRVLT-760] - release check fails

Improvement

[JCRVLT-737] - IdConflictPolicy.LEGACY: Parent node not found when installing a package - improve test coverage
[JCRVLT-742] - Stop generating MD5, SHA1 and SHA512 with Ant
[JCRVLT-745] - Stashing: naming and folder location
[JCRVLT-759] - Update to ASF Parent POM 33
[JCRVLT-761] - Allow to get qualified name via NodeContext

Task

[JCRVLT-738] - CugHandlingIT tests do not close resources
[JCRVLT-739] - some ImportIT tests do not close resources
[JCRVLT-754] - check-release does not work for filevault anymore
[JCRVLT-762] - Log/report node identifiers that cause import to switch to stashing and sysview import, also report on slow stashing progress
[JCRVLT-763] - IdConflictPolicy: improve documentation for CREATE_NEW_ID

v3.7.2

Release Notes - Jackrabbit FileVault - Version 3.7.2
This version requires Java 8
The OSGi bundles depend on Jackrabbit 2.20.8+ (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-718] - DocumentViewXmlValidator.validateEnd(...) called with wrong nodePath
[JCRVLT-721] - Importing content packages with minimum permissions fails
[JCRVLT-722] - SyncLog: java.time.temporal.UnsupportedTemporalTypeException: Unsupported field: DayOfMonth
[JCRVLT-725] - Exporting twice via vlt leads to java.nio.file.FileAlreadyExistsException
[JCRVLT-727] - vlt-sync: Prune unused synced directories

Improvement

[JCRVLT-469] - Validator for overlapping filter rules

Task

[JCRVLT-724] - DocViewSaxFormatter: improve diagnostics when generating DocViewNode2 from JCR node

v3.7.0

Release Notes - Jackrabbit FileVault - Version 3.7.0
This version requires Java 8
The OSGi bundles depend on Jackrabbit 2.20.8+ (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-677] - NPE during "vlt checkout" with --force on existing repository
* [JCRVLT-683] - Import of Authorizable node with acHandling=IGNORE should preserve existing rep:principalPolicy child node
* [JCRVLT-684] - Mixins recovered using stashing set on incorrect node
* [JCRVLT-685] - ImportMode REPLACE vs IdConflictPolicy LEGACY vs stashing
* [JCRVLT-689] - bad description of "isStrict" flag
* [JCRVLT-693] - Escape values for type javax.jcr.PropertyType.UNDEFINED
* [JCRVLT-699] - Installation of Sub Packages fails if Maven Reproducible Builds are enabled
* [JCRVLT-700] - package creation fails for node names that are valid in Oak, but invalid in Jackrabbit
* [JCRVLT-701] - add test coverage for non-ASCII whitespace inside node names on packaging
* [JCRVLT-703] - Nodetype Validator reports wrong path for missing binary node
* [JCRVLT-705] - Unprotected properties with name jcr:created and jcr:createdBy are no longer contained in the export
* [JCRVLT-708] - Raise minimum runtime requirement to Jackrabbit 2.20.4 and Jackrabbit API 1.22.14

Improvement
* [JCRVLT-671] - Add Validator SPI targeted towards OSGi configurations
* [JCRVLT-688] - Add "generator" information to packages generated by filevault
* [JCRVLT-690] - Allow to prevent session.save() and session.reset(false) inside Importer.run(....)
* [JCRVLT-692] - Run ITs with minimum and maximum Oak version
* [JCRVLT-696] - add logging for primary node type changes
* [JCRVLT-697] - Moving child nodes around should be calculated towards the autosave threshold
* [JCRVLT-704] - Expose line and column in NodeContext
* [JCRVLT-706] - jackrabbit-packagetype validator: Use legacy type severity for mixed packages inside container packages
* [JCRVLT-710] - Update to ASF Parent 30

** Task
* [JCRVLT-678] - avoid use of transitively inherited commons-collections in FSPackageRegistryIT
* [JCRVLT-679] - update to Jackrabbit 2.20.8 and Oak 1.48.0
* [JCRVLT-680] - vault validation tests fail when Jackrabbit dependency is current
* [JCRVLT-695] - Improve logging wrt node stashing
* [JCRVLT-707] - Update maximum versions to Jackrabbit 2.20.10 and Oak 1.52.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency org.apache.jackrabbit.vault:org.apache.jackrabbit.vault to v3.7.2 fix(deps): update dependency org.apache.jackrabbit.vault:org.apache.jackrabbit.vault to v3.8.0 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/org.apache.jackrabbit.vault-org.apache.jackrabbit.vault-3.x branch from a1e46b1 to b751481 Compare August 6, 2024 09:00
@renovate renovate bot changed the title fix(deps): update dependency org.apache.jackrabbit.vault:org.apache.jackrabbit.vault to v3.8.0 fix(deps): update dependency org.apache.jackrabbit.vault:org.apache.jackrabbit.vault to v3.8.2 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/org.apache.jackrabbit.vault-org.apache.jackrabbit.vault-3.x branch from b751481 to cae74df Compare September 25, 2024 18:56
@renovate renovate bot changed the title fix(deps): update dependency org.apache.jackrabbit.vault:org.apache.jackrabbit.vault to v3.8.2 Update dependency org.apache.jackrabbit.vault:org.apache.jackrabbit.vault to v3.8.2 Dec 18, 2024
@renovate renovate bot changed the title Update dependency org.apache.jackrabbit.vault:org.apache.jackrabbit.vault to v3.8.2 Update dependency org.apache.jackrabbit.vault:org.apache.jackrabbit.vault to v3.8.4 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/org.apache.jackrabbit.vault-org.apache.jackrabbit.vault-3.x branch from cae74df to 148159b Compare March 28, 2025 13:49
@renovate renovate bot changed the title Update dependency org.apache.jackrabbit.vault:org.apache.jackrabbit.vault to v3.8.4 fix(deps): update dependency org.apache.jackrabbit.vault:org.apache.jackrabbit.vault to v3.8.4 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/org.apache.jackrabbit.vault-org.apache.jackrabbit.vault-3.x branch from 148159b to eb1dff2 Compare September 25, 2025 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant