Skip to content

Releases: mmisw/cf2rdf

Lib upgrades to address vulnerability

27 Mar 17:26
Compare
Choose a tag to compare

Upgraded Jena from 3.3.0 to 3.14.0, which in turn brings in upgraded com.fasterxml.jackson.core:jackson-databind to address vulnerability reported by snyk.

watchdog adjustments

08 Sep 16:59
Compare
Choose a tag to compare
v0.6.0

0.6.0 watchdog adjustments while testing cronjob

watchdog option

08 Sep 15:08
Compare
Choose a tag to compare

This option checks for current remote CF version and triggers conversion/registration in case of new version, based on comparison with latest processed file.

Even simpler execution and ability to register against an ORR instance

07 Sep 22:33
Compare
Choose a tag to compare

Simplified execution

07 Sep 05:10
Compare
Choose a tag to compare

Running

  • Download the latest executable JAR cf2rdf-x.y.z.jar from https://github.com/mmisw/cf2rdf/releases/
  • Required: define the CF_VERSION environment variable to indicate the version number to be processed
  • Optional: define the CF2RDF_OUTPUT_DIR environment variable to indicate the output directory.
    The default output directory is ./cf2rdf_output/.
  • Run the program

For example, for version number 46, and the default output directory:

$ CF_VERSION=46 java -jar cf2rdf-x.y.z.jar