[ANN] Apache Jena 3.2.0 released with Fuseki 2.5.0

2017-02-10 Thread Adam Soroka
We are pleased to announce the release of Jena 3.2.0 (including Fuseki 2 2.5.0)!

Apache Jena is an open source Java-based framework for building Semantic Web 
and Linked Data applications. It includes an RDF SPARQL data publishing server, 
Apache Jena Fuseki.

== Notable in this release:

* New facility for managing RDF Connections (JENA-1267)

* Quad/Triple/Node now Serializable (JENA-1233)

* @context overrides available for JsonLDReader (JENA-1279)

* jena-spatial queries no longer sort intermediate results for a big 
performance improvement (JENA-1277)

* General maintenance

  A full listing of tickets addressed in this release is available at:

  
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=3D12338678&=styleName=3DText=3D12311220

* Dependency changes:

Updates:
  com.github.jsonld-java:jsonld-java  0.8.3 -> 0.9.0

== Obtaining Apache Jena 3.2.0

If migrating from Jena 2.x.x, please see
http://jena.staging.apache.org/documentation/migrate_jena2_jena3.html

* Via central.maven.org

The main jars and their dependencies can used with:


  org.apache.jena
  apache-jena-libs
  pom
  3.2.0


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 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


[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.1.3 GA Released

2017-02-10 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.1.3 GA
release of HttpComponents HttpAsyncClient.

This is a maintenance release that fixes a number of minor issues
discovered since 4.1.2 and upgrades HttpCore and HttpClient
dependencies.

---
Download - 


Release notes -


HttpComponents site -


---
About Apache HttpAsyncClient

Although the java.net package provides basic functionality for
accessing resources via HTTP, it doesn't provide the full flexibility
or functionality needed by many applications. HttpAsyncClient seeks to
fill this void by providing an efficient, up-to-date, and feature-rich
package with an event-driven programming interface based on a non-
blocking I/O model.