Skip to content

Releases: waarp/WaarpVitam

Fix for Issue 41 and 42 from Vitam

30 Sep 13:25
Compare
Choose a tag to compare

Fix for Issue #41 and #42 of Vitam

This version of Waarp-Vitam is compatible with Vitam 2.15.3 and 3.6.0.

This is a short fix for Change Behavior from Vitam client side. It should not get any issue for Waarp-Vitam users but we follow this issue with Vitam Team.

See ProgrammeVitam/vitam#41
and ProgrammeVitam/vitam#42

Note that this module is compiled against Java 8, thus allowing anyone to use it with Java 8, 9, 10, 11 and follow, so with Vitam 2.15 and Vitam 3.0.

Vitam jar are not include in the all dependencies jar anymore to counter-act the Java 11 issue from Vitam side, letting final users to choose between Java 8 and above and V2 of Vitam OR Java 11 and above and V3 of Vitam.

However we work with Vitam team to get a Waarp version available for both versions 2 and 3. Note that the "all jar" versions does not include any more the Vitam jar, in order to allow you to use either v2.15.3 or v3.0.1 and following versions.

You therefore need to ass the following jars with the Waarp-Vitam library:

Common Jar for both V2 and V3 versions of Vitam

Vitam jars:
* fr.gouv.vitam:ingest-external-client
* fr.gouv.vitam:common-public-client
* fr.gouv.vitam:ingest-external-api
* fr.gouv.vitam:access-external-client
* fr.gouv.vitam:common-public
* fr.gouv.vitam:common-http-interface
* fr.gouv.vitam:access-external-api
* fr.gouv.vitam:common-database-public

Specific to V2 version of Vitam

Vitam jars:
* fr.gouv.vitam:access-external-common:jar:2.15.3
* fr.gouv.vitam:logbook-common-client:jar:2.15.3
* fr.gouv.vitam:logbook-common:jar:2.15.3

Other jars: Those jars are included by default, even if Vitam V3 does not need them (no issue).
* com.github.fge:json-schema-validator:jar:2.2.6
* com.googlecode.libphonenumber:libphonenumber:jar:6.2
* com.github.fge:json-schema-core:jar:1.2.5
* com.github.fge:uri-template:jar:0.9
* org.mozilla:rhino:jar:1.7R4
* javax.mail:mailapi:jar:1.4.3
* net.sf.jopt-simple:jopt-simple:jar:4.6

Upgrade Vitam 2.15.3 and others dependencies

20 Apr 14:54
Compare
Choose a tag to compare

Note that only V2.X of Vitam are supported. (Tested on 2.11 up to 2.15.3)

Indeed V3 of Vitam has broken upgrade path

First release

11 Oct 08:39
Compare
Choose a tag to compare

This is the first release usable in production.

This project proposes an integration of Waarp and Vitam together to resolve the issues on high volume (size and numbers) of archives, both for ingest (storing archives) and export (getting mass export of archives).

Vitam is a French government project related to digital archiving.

Using the API of Vitam is not reliable, considering the HTTPS protocol and its leaks of reliability, capacity of restart, the security used and the monitoring and traceability of those file transfers. In a production environment, using a Managed File Transfer solution is mandatory, and here comes Waarp to complete Vitam solution.

  • Ingest task and monitor: allow to receive from partners SIP using Waarp and to promote them as ingest to Vitam, getting back the ATR as the final result of the operation
  • DIP task and monitor: allow to receive from partners one DSL Vitam query and to ask for an export of archives according to and getting back the DIP as the final result of the operation