[ANN] Apache Jena 3.2.0 released

The Apache Jena team is pleased to announce the release of Apache Jena 3.2.0!

---
A. Soroka
The University of Virginia Library

In this release (since 3.1.0):

* Improved JSON-LD output
    JENA-1208, JENA-1279 - François-Paul Servant
http://jena.apache.org/documentation/io/rdf-output.html#json-ld

* Completed F&O XPath3 functions
    JENA-508 - Alessandro Seganti

* ComplexPhraseQueryParser for jena-text
    JENA-1180 - Andrew Dolby

* Additional vocabularies (DCAT, VoID, ROV, ORG)
    JENA-1206 - Bart Hanssens

* Improvement to the Fuseki service script for RHEL/Centos 6.
    JENA-1219 - Dan Pritts

* Quad/Triple/Node now Serializable (JENA-1233)

* Txn : a high level API for working with transactions
 http://jena.apache.org/documentation/txn/txn.html

* New facility for managing RDF Connections (JENA-1267)
http://jena.apache.org/documentation/rdfconnection

* Embedded Fuseki
 http://jena.apache.org/documentation/fuseki2/fuseki-embedded.html

* Upgrade to using the Apache HttpClient v4.3 API
    => authentication changes cause API changes.
 http://jena.apache.org/documentation/query/http-auth.html

== Obtaining Apache Jena 3.2.0

* Via central.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>3.2.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 master source 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 JIRA at:

http://s.apache.org/jena-jira-current

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

    The Apache Jena development community

Received on Monday, 13 February 2017 14:49:37 UTC