You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Andy Seaborne <an...@apache.org> on 2019/09/29 08:56:17 UTC

[ANN] Apache Jena 3.13.0

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

This release includes a built-in SHACL engine for
core and SPARQL constraints.

https://jena.apache.org/documentation/shacl/

== Major items

JENA-1693: Add Aggregate Function MEDIAN and MODE (from Marco Neumann)
JENA-1731: Fuseki endpoint configuration
JENA-1695: DB storage refactoring
JENA-1718: Remove jena-spatial from the build
JENA-1760: Retire jena-maven-tools
JENA-1733: SHACL engine

== Other

JIRA items https://s.apache.org/jena-3.13.0-jira

== Upgrades to libraries

FasterXML jackson:: 2.9.9 -> 2.9.10
   Various CVEs.

jsonld-java :: 0.12.3 -> 0.12.5

JENA-1754: Apache Commons Compress :: 1.18 -> 1.19 (Brad Hards)

JENA-1756: Dependency updates.
micrometer :: 1.1.3->1.2.1
Apache Commons Lang3 :: 3.4->3.9
Apache Commons CSV :: 1.5 -> 1.7
Apache HttpClient :: 4.5.5 ->  4.5.10
Apache Commons Collections4 :: 4.1 -> 4.4

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

Re: [ANN] Apache Jena 3.13.0

Posted by Andy Seaborne <an...@apache.org>.

On 29/09/2019 11:58, Laura Morales wrote:
>> JENA-1731: Fuseki endpoint configuration
> 
> Is updating 3.12 to 3.13 going to break server configuration? 

No.

Long answer:

It shouldn't - it's an additional capability.

 > I wonder if there is a description of the new configuration?

https://jena.apache.org/documentation/fuseki2/fuseki-config-endpoint

     Andy

Re: [ANN] Apache Jena 3.13.0

Posted by Laura Morales <la...@mail.com>.
> JENA-1731: Fuseki endpoint configuration

Is updating 3.12 to 3.13 going to break server configuration? I wonder if there is a description of the new configuration?

Re: [ANN] Apache Jena 3.13.0

Posted by Laura Morales <la...@mail.com>.
Thank you devs for working on Fuseki.


> Sent: Sunday, September 29, 2019 at 10:56 AM
> From: "Andy Seaborne" <an...@apache.org>
> To: "users@jena.apache.org" <us...@jena.apache.org>
> Subject: [ANN] Apache Jena 3.13.0
>
> The Apache Jena development community is pleased to
> announce the release of Apache Jena 3.13.0.
>
> This release includes a built-in SHACL engine for
> core and SPARQL constraints.
>
> https://jena.apache.org/documentation/shacl/
>
> == Major items
>
> JENA-1693: Add Aggregate Function MEDIAN and MODE (from Marco Neumann)
> JENA-1731: Fuseki endpoint configuration
> JENA-1695: DB storage refactoring
> JENA-1718: Remove jena-spatial from the build
> JENA-1760: Retire jena-maven-tools
> JENA-1733: SHACL engine
>
> == Other
>
> JIRA items https://s.apache.org/jena-3.13.0-jira
>
> == Upgrades to libraries
>
> FasterXML jackson:: 2.9.9 -> 2.9.10
>    Various CVEs.
>
> jsonld-java :: 0.12.3 -> 0.12.5
>
> JENA-1754: Apache Commons Compress :: 1.18 -> 1.19 (Brad Hards)
>
> JENA-1756: Dependency updates.
> micrometer :: 1.1.3->1.2.1
> Apache Commons Lang3 :: 3.4->3.9
> Apache Commons CSV :: 1.5 -> 1.7
> Apache HttpClient :: 4.5.5 ->  4.5.10
> Apache Commons Collections4 :: 4.1 -> 4.4
>
> == Obtaining Apache Jena 3.13.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.13.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
>