Releases: vionta/Salvora
Release list
2.0.0 Mapping simplification
This is a beta release for the 2.0 version mapping file format, it includes:
- A simplified version of the mapping file. Document Collections can now have both triggers and transformations. No need to maintain the Transformation element.
- A bug that prevented trigger execution before non existing files get requests have been avoided as the XProc triggers could be used to generate those files like document indexes, etc.
- XProc exection errors are now logged as errors giving more control over the error output log.
- New interfaces (work in progress) have been added to give more control over log configuration.
beta-0.9.9
- JDK > 11 . Tested with JDK 19 (Open JDK Azul Systems).
- Default reqest param values.
beta-0.9.3
Beta 0.9.3
• Relative paths for XProc files
. Trigger source file paths are now defined as relative to the salvora run folder.
• Updated documentation
. Explicit changelists
• Request and Path parameters on triggers
. We can use now request, path, and explicit parameters on triggers.
• URL calculation bugfixes
. An error on url calculations mixing base paths and path parameters.
Updated samples
New release with updated sample application.
beta-0.9.1
- Updated element name: file-mapping elements are now the more intuitive collection element.
- Updated attribute names: From path and url to path and internal path both for individual paths and base paths. Internal paths are optional.
- Request path parameters ( ex: http://localhost:8081/:somefolder/:somedocument.xml ) can now be used in the collection definiton and assigned to a transformation step.
- Bugfixing.
- An improved sample application with a form (issue list) and a pair of reports.
A lot of testing and bugfixing needs to be done already...
Beta-09
Beta-08
An early/testing release with:
- New Mapping file descriptor (add -m:<your-mapping.xml-file-name>
- Transformation pipes:
-
- Xslt Transformations (Thanks to Saxon HE).
- -Simple String replace transformations.
- XProc III (Thanks to Morgana XProc III).
- External access is disabled by default (add -e:true to enable remote access).
Improved documentation and a "playground"/sample app will be added soon.xxx
Beta 2022-05-30
Small encoding correction on data files reading that avoids accent encoding failures with latin characters (acute).
Beta 2021-02-02
Maintenance release with the external access param (-e), that can be used to prevent access from external computers (non localhost urls).
Some testing have been performed. The release is not marked as pre-release.
Beta 2
Beta 2 - First revision of the Fat Jar Beta with small fixes and updates.
b-02-i-01 | minus jar start params
When launched with the main class configuration (java -jar) the initial params are not taken into consideration. Default port (8080) sometimes is not released after closing the proyect. A Vert.x warning indicates the wake up of two different instances.
b-02-i-02 | Sample Salvora Distribution
Provide a zipped artifact to ease the start up times with Salvora for new adopters. The Zip should have the documentation, binaries, sample folders and at least a sample form.