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

This release includes experimental support for RDF* in Fuseki.
https://jena.apache.org/documentation/rdfstar/

== Contributions and notable JIRA

For a full list of tickets for this release, see:

https://s.apache.org/jena-3.15.0-jira

There are many contributions included in this release:

JENA-1827: Use ConcurrentHashMap in TypeMapper
Simon Fell

JENA-1835:
Capture and expose lexicalForm and dataType in DatatypeFormatException
Simon Fell

JENA-1831:
Fix SDB transform issue with using UNION in restricting a query
Graham Triggs

JENA-1837: Support maxBasicQueries for the Lucene SurroundQueryParser
DamienFontaine

JENA-1855 : TriG parser fix
Claus Stadler

JENA-1858 : SERVICE blocks after 5 attempts
Claus Stadler

JENA-1862: Improvements to Query.cloneQuery
Claus Stadler

JENA-1868, JENA-1869 : TDB2 issues
Bernhard Stiftner

JENA-1864:
Fix for @base output in TURTLE_BLOCKS and TURTLE_FLAT formats.
Viresh Gupta

JENA-1878: Switch to using https://prefix.cc
David Fichtmueller

JENA-1891: Fix for SHACL report messages
Laurence Foley

Notable JIRA:

JENA-1005: Logging
(separate message)
https://lists.apache.org/thread.html/r0dca9909f91c4ee4016048ff4561959cdf52ac0e06f089303d2e0769%40%3Cusers.jena.apache.org%3E

JENA-1884: Removed JenaUUID

JENA-1881: Support for RDF* (part 1)

JENA-1826: use plain RDF/XML in Fuseki RDF responses
CONSTRUCT/DESCRIBE RDF/XML output change

JENA-1846: Fuseki CORS in Fuseki main

== Website

With the help of Roy Lenferink, the production of the Apache Jena website has moved from using svn and Apache's custom CMS to being
stored in git and using Hugo.

The website source is https://github.com/apache/jena-site

One change is that "Improve this page" has become "Edit this page".

Proposed changes to the website can be made with git pull requests.

Many thanks to Roy for nudging us to make this migration.

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

Reply via email to