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


== Key features of the release

Old modules retired and not in this release:

  jena-fuseki1
  jena-csv

See
https://lists.apache.org/thread.html/edd5876b070f24091e19b5c1dd274ef46c74a0f920d419a29a59f66b@%3Cusers.jena.apache.org%3E

JENA-1623 : Fuseki security - user authentication and access control.
JENA-1627 : HTTPs support

  https://jena.apache.org/documentation/fuseki2/data-access-control

JIRA completed this release:
https://s.apache.org/jena-3.10.0-jira

== GeoSPARQL

The project intends to replace jena-spatial in a future release with Greg Albiston's GeoSPARQL:

   https://github.com/galbiston/geosparql-jena

== Upgrades to libraries (runtime dependencies):

JENA-1621 : Apache Lucene upgrade to 7.4
   Deployments may need to reload Lucene indexes.

(e.g. if the Lucene index was create originally with Lucene v5.x (prior to Jena 3.3.0). See Lucene upgrade tool.
  https://lucene.apache.org/solr/guide/7_4/indexupgrader-tool.html

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