You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Andy Seaborne <an...@apache.org> on 2012/07/02 17:33:09 UTC

[ANN] Apache Jena 2.7.2 and Jena Fuseki 0.2.3 releases

We are pleased to announce Apache Jena 2.7.2 and Jena Fuseki 0.2.3.

This is primarily a maintenance release to address the issue of 
excessive logging in Fuseki when used with transactional TDB.

It does also include improvements in ARQ contributed to the project.

The website for Apache Jena is

   http://jena.apache.org/

== Mailing lists

The new list name is  users@jena.apache.org
Send email to  users-subscribe@jena.apache.org  to subscribe.

See also:
http://jena.apache.org/help_and_support/

== About This Release

Download Mirrors:
http://www.apache.org/dyn/closer.cgi/jena

Master site:
http://www.apache.org/dist/jena/

= File Downloads

The main download files are:
    binaries/apache-jena-2.7.2.zip
    binaries/jena-fuseki-0.2.3-distribution.zip

.tar.gz forms are also available.

These include Jena, ARQ and all dependent jars.

= Maven artifacts

Jena is also distributed as artifacts available in the maven central 
repositories.

     http://repo1.maven.org/maven2/org/apache/jena/

Artifacts in this release:

org.apache.jena  jena-core      2.7.2
org.apache.jena  jena-arq       2.9.2
org.apache.jena  jena-iri       0.9.2
org.apache.jena  jena-tdb       0.9.2
org.apache.jena  jena-parent    2

See

   http://jena.apache.org/download/maven.html

The Fuseki release is also in maven.

for full details.

==== Release Features:

== ARQ 2.9.2

+ Significant speed-up of MINUS queries (JENA-266) - contribution from 
Paul Gearon (@quoll).
+ Log warning messages generated by failures in SERVICE clauses now 
include the URI of the service that failed (JENA-269) - suggestion by 
Claude Warren
+ Support for dynamic function invocation built-in CALL() when using ARQ 
language