Skip to content

Metafacture Core 3.4.0

Compare
Choose a tag to compare
@cboehme cboehme released this 08 Jul 13:49
· 961 commits to master since this release

This is a feature release which adds some new Metafacture modules

New Features
  • Add module RecordToEntity to turn records into entities (c337ce9)
  • Add module EntityPathTracker for returning the current entity path (0a3ff6f)
  • Add module StreamEventDiscarder (e613a26)
  • Add StreamDeferrer module (3acf7a1)
  • PicaDecoder: Make whitespace removal in field names optional (3547a43)

See commits for details.

Maven Coordinates

Metafacture core is available on Maven Central:

<dependency>
  <groupId>org.culturegraph</groupId>
  <artifactId>metafacture-core</artifactId>
  <version>3.4.0</version>
</dependency>