Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Planned release: Beginning of July 2015.

Contents

Highlights

Heritrix 3

This is the production release for NetarchiveSuite based on the new Heritrix3.

Java 8

NetarchiveSuite now requires java 8 to run.

More detailed jar file structure

The jar files now fit the module module better. This means the deploy script should be updated to the follow application <-> jar file classpath definitions. See Updating deploy file jar definitions to 5.0.

Switch to Maven as build tool

The project is now build with Maven. This means that the jars, source-jars and javadoc jar can be found at the https://sbforge.org/nexus/content/groups/public/ repository and can be added as a normal maven dependency as: 

<dependency>
  <groupId>org.netarchivesuite</groupId>
  <artifactId>nas-module</artifactId>
  <version>${nas.version}</version>
</dependency>

Source moved to Github

The Netarchivesuite source code is now located at github here: https://github.com/netarchivesuite/netarchivesuite.

Full list of issues resolved in this release

type key priority summary
Loading...
Refresh

Known issues

type key priority summary fixversions
Loading...
Refresh

  • No labels