Skip to content

Releases: qucosa/sword-fedora

sword-fedora-1.5.1-SLUB

16 Feb 13:09
Compare
Choose a tag to compare

Fix invalid removal of Fedora model RDF statements.

sword-fedora-1.5.0-SLUB

12 Feb 14:50
Compare
Choose a tag to compare

Proprietary SWORD v1.3 protocol extension:

  • Support for HTTP PUT on ingested resource. The resource will be updated if there is a file handler for the given content type and packaging that implements update.

Along with the feature goes refactoring that changes the internal API:

  • FedoraObject class split in two separate classes. One for representing the object and a second for representing a repository connection and access logic.

sword-fedora-1.4.2-SLUB

16 Dec 14:49
Compare
Choose a tag to compare

Fix bugs with accessing default configuration files from packed war-file (only works with Tomcat 7.0.5x).
Fix warning messages about superfluous Servlet-API.

sword-fedora-1.4.1-SLUB

12 Dec 12:19
Compare
Choose a tag to compare

Code cleanup and small enhancements for add-on file handlers.

  1. Supporting file:// URI schema for local datastreams
  2. Deletion of local temporary upload files can be disabled (responsibility of the file handler)

The *-classes.jar download file can be used to develop custom file handlers against the sword-fedora code.

sword-fedora-1.4.0-SLUB

05 Dec 14:25
Compare
Choose a tag to compare

Code cleanup and enhancements as well as DELETE feature.

  1. The project now uses Maven as build tool.
  2. All SOAP code is generated using Apache CXF.
  3. User who are authorized to deposit can also delete deposited items via HTTP DELETE
  4. The location of properties.xml and log4j.xml files can now be configured via JVM options, when Tomcat context configuration is not possible.
  5. Made corrections to internal API that might break existing extensions compiled against older versions.

sword-fedora-1.3.3-SLUB

14 Sep 21:03
Compare
Choose a tag to compare

This release provides bug fixes. It also removes the dependency to Java7.

See issues #1, #2 and #3.

sword-fedora-1.3.2-SLUB

28 Aug 09:44
Compare
Choose a tag to compare

Release of the SWORD Fedora Service with additions to override configuration file location and log4j config via Tomcat Context element. This allows for deploying a plain vanilla WAR file, without fuzzing with pre-build configuration.

NOTE: This is not an official release by the project initiators. It's solely a release for this fork of a particular part of the SWORD project. The original project can be found on SourceForge: http://sourceforge.net/projects/sword-app/