The Apache Jena development community is pleased to
announce the release of Apache Jena 5.5.0.

All issues for this release:
  https://s.apache.org/jena-5.5.0-issues

== RDF 1.2

There is a Model API class StatementTerm for RDF 1.2 triple terms.
This change reflects the W3C Working Groups decision. It is only permitted in the only in the object position. Unlike the work of the RDF-star CG, triple terms are not valid in the subject position.
Most application code will be using reifiers : Model.createReifier

== Fuseki/TDB2

There is a fix to release database files promptly on deletion.
This includes after compaction.
https://github.com/apache/jena/issues/3240

== Preparation for Jena 6.0.0

In preparation for a future Jena 6.0.0, the 5.5.0 release has code deprecations indicating methods, classes and modules that are planned for removal.

== Contributions

@ebremer
GH-2411: Command line improvements (arq)
Issue #2411, PR #3216

Aklakan
+ Add GeoSPARQL to jena-fuseki-server
 https://github.com/apache/jena/issues/3026
 https://github.com/apache/jena/pull/3027

+ Fixed ExprUtils.eval raising exception because of null dataset.

+ Support for uploading compressed data with GSP and SPARQL
  https://github.com/apache/jena/issues/3258
  https://github.com/apache/jena/pull/3266

@fpotier
GH-3221 Fix SchemaDO._abstract URI

Kengo Seki / @sekikn
Fix DBpedia examples
https://github.com/apache/jena/pull/3252


== Obtaining Apache Jena 5.5.0

* Via repo1.maven.org

The main jars and their dependencies can used with:

      <dependency>
        <groupId>org.apache.jena</groupId>
        <artifactId>apache-jena-libs</artifactId>
        <type>pom</type>
        <version>5.5.0</version>
      </dependency>

Full details of all maven artifacts are described at:

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

* As binary downloads

Apache Jena libraries are available as a binary distribution of
libraries. For details of a global mirror copy of Jena binaries please see:

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

* Source code for the release

The signed source code of this release is available at:

    http://www.apache.org/dist/jena/source/

and the signed source code for all Apache Jena releases is
available at: http://archive.apache.org/dist/jena/

== Contributing

If you would like to help out, a good place to look is the list of
unresolved github issues:

    https://github.com/apache/jena/issues

or review pull requests at

    https://github.com/apache/jena/pulls

or drop into the dev@ list.

We use github pull requests and other ways for accepting code:

     https://github.com/apache/jena/blob/master/CONTRIBUTING.md

Reply via email to