Skip to content

Releases: metafacture/metafacture-core

Metafacture Core Distribution 1.2.0

04 Dec 18:59
Compare
Choose a tag to compare

The new release should be fully compatible with release 1.1.0. It contains the following new features and bug fixes:

New features

  • Added header, footer and separator settings to ObjectWriter (see issue #154)
  • New Collector EqualsFilter (see issue #149)
  • Set namespace for rdf output via remote configuration in the same way as Metamorph scripts are set (see issue #145)
  • Added RecordReader for reading records from a reader. This module is available as as-records in Flux (see issues #140, #142 )
  • Add a wrapper for WildcardTrie enabling simple character classes in source statements in Metamorph (see issues #135, #143)

Experimental feature

  • Added support for conditional activation of collectors. Additionally a set of quantifiers collectors allows to express Boolean conditions in nice and easily comprehendable way (see issues #151, #154)

Bug fixes

  • Changed JsonEncoder to not prefix output with spaces (see issue #152)
  • Partially reverted commit 23c05cf: This commit broke the plugin loading mechanism. This should be fixed again (see issue #148)
  • Bugfix for RdfMacroPipe: Empty name parameter in literal(..)-method resulted in an StringIndexOutOfBoundsException. The parameter is checked with org.apache.commons.lang.StringUtils now and so the use of empty name parameter is possible again (see issues #146, #150 )
  • Fix wrong namespace (dcterm->dcterms) (see issue #136)

Metafacture Core Distribution 1.1.0

27 Sep 12:29
Compare
Choose a tag to compare
metafacture-core-1.1.0

[maven-release-plugin]  copy for tag metafacture-core-1.1.0

Metafacture Core Distribution 1.0.1

03 Jul 09:46
Compare
Choose a tag to compare
metafacture-core-1.0.1

[maven-release-plugin]  copy for tag metafacture-core-1.0.1

Metafacture Core Distribution 1.0.0

03 Jul 09:44
Compare
Choose a tag to compare
metafacture-core-1.0.0

[maven-release-plugin]  copy for tag metafacture-core-1.0.0

Metafacture Core Distribution 0.0.0

03 Jul 09:41
Compare
Choose a tag to compare

This is the first public release of metafacture-core.The distribution package contains tools and utilities to use Metafacture as a command line tool.