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

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

== Jena 6.1.0

This version of Jena has support for RDF 1.2 syntax, input and output.
RDF/XML support has recently been added to complete the RDF 1.2 formats. SPARQL 1.2 query, update and result set formats are up-to-date for the features for RDF 1.2

All RDF 1.1 usage of Jena remains unaffected.

The RDF and SPARQL Working Group is in the final stages of completing it's work. This includes the various test suites.

The working group is seeking feedback from all RDF users.

== Contributions to Jena 6.1.0:

Contributors:

@lance-sp
  https://github.com/apache/jena/issue/3877
Fix for transaction abort in TDB2

@Aklakan
  https://github.com/apache/jena/pull/3807
Allow URIs as values of ja:cxtName

@pjfanning
  https://github.com/apache/jena/pull/3808
Improvements to BUILD.md

== Obtaining Apache Jena 6.1.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>6.1.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:

    https://jena.apache.org/download/

* Source code for the release

The signed source code of this release is available at:

    https://downloads.apache.org/jena/source/

and the signed source code for all Apache Jena releases is
available at: https://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