You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Andy Seaborne <an...@apache.org> on 2017/11/05 17:28:58 UTC

[ANNOUNCE] Apache Jena 3.5.0 Released

Apache Jena is a framework for developing Semantic Web and Linked Data
applications in Java. It provides implementation of W3C standards for
RDF and SPARQL.

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


Introducing TDB2:
   http://jena.apache.org/documentation/tdb2/

*TDB2 is not compatible with TDB1*

Compared to TDB1:

* No size limits on transactions : bulk uploads into a live Fuseki
   can be 100's of millions of triples.

* Models and Graphs can be passed across transactions

* No queue of delayed updates, no transaction backlog problems.

* "Writer pays" - readers don't
   All work for update is done on the writer thread.

* Datatypes of numerics preserved; xsd:doubles supported.

TDB2 is subject to change.

We solicit any and all feedback (good and bad!) about TDB2 to help 
advance it to deployment-ready.

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

      The Apache Jena development community


About The Apache Software Foundation
------------------------------------

Established in 1999, The Apache Software Foundation provides 
organizational, legal, and financial support for more than 200 
freely-available, collaboratively-developed Open Source projects. The 
pragmatic Apache License enables individual and commercial users to 
easily deploy Apache software; the Foundation's intellectual property 
framework limits the legal exposure of its 2,500+ contributors.

For more information, visit http://www.apache.org/