You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@olingo.apache.org by "Amend, Christian" <ch...@sap.com> on 2015/02/02 14:41:56 UTC

[ANNOUNCE] Apache Olingo 2.0.2 has been released

Hi Olingo Users,

we have released the Olingo 2.0.2 patch release. For further information please refer to our website or the mail below.

Best Regards,
Christian

-----Original Message-----
From: Michael [mailto:mibo@apache.org] 
Sent: Freitag, 30. Januar 2015 13:45
To: announce@apache.org; dev@olingo.apache.org
Subject: [ANNOUNCE] Apache Olingo 2.0.2 has been released

Hello together,

Today Apache Olingo 2.0.2 has been released.

This release of Apache Olingo includes several bugfixes within the
core library and
the extension modules.
Additional a new extension for Spring support ("odata2-spring") was introduced.

The release is available for download:
http://olingo.apache.org/doc/odata2/download.html

And as well available via Maven Central:
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.olingo%22%20AND%20v%3A%222.0.2%22

Kind Regards,
Michael


Apache Olingo is a Java library which enables developers to implement
OData producers and OData consumers.

The Open Data Protocol (OData, http://odata.org) is a Web protocol for
querying and updating data that provides a way to unlock your data and
free it from silos that exist in applications today. OData does this
by applying and building upon Web technologies such as HTTP, Atom
Publishing Protocol (AtomPub) and JSON to provide access to
information from a variety of applications, services, and stores.

Release Notes - Olingo - Version 2.0.2
---------------------------------------------------
Link: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314520&version=12328918

Improvement and new Features:
[OLINGO-481] - Adds support for MappedSuperclass in JPA reference scenarios
[OLINGO-493] - Possible concurrency issue in ODataServlet
[OLINGO-494] - Content-Length HTTP Header is missing when using ODataServlet
[OLINGO-193] - Olingo on Spring implementation scenarion
[OLINGO-451] - Startswith and endswith is not supported by odata2
[OLINGO-480] - good old '+' as a encoding for a space is not handled
in Decoder class
[OLINGO-516] - Enhance JPA processor library to support a byte array return type
[OLINGO-532] - Expose JPAEdmMappingImpl in API project

Fixed Bugs:
[OLINGO-411] - [olingo-jpa] Error on $expand for Self joins
[OLINGO-465] - Read of FunctionImport with Collection ReturnType cause
EntityProviderException in AtomEntityProvider.readFunctionImport(...)
[OLINGO-478] - Operator Precedence ignored
[OLINGO-483] - Expanding expanded entity shows wrong results
[OLINGO-492] - Custom ODataErrorCallback is not called when ODataServlet is used
[OLINGO-495] - JPARelationship inheritance is not supported
[OLINGO-505] - Problem with multilevel expand (X(1) has A->B, A->C,
problem with X(1) expand A/B,A/C )
[OLINGO-506] - Issues during annotating a complex type
[OLINGO-508] - One-to-Many self-link causing NotImplementedException
[OLINGO-520] - $filter does not work on single entities
[OLINGO-521] - V2 Batch Parsing issues
[OLINGO-525] - Issue with Post operation for the entity with embedded
class that contains timeStamp (TemporalType.TIMESTAMP)
[OLINGO-526] - Use of uni-directional @OneToMany leads to an exception
[OLINGO-529] - Edm.Int64 key is not supported
[OLINGO-531] - Content-Lenght header is not set when using the ODataServlet
[OLINGO-535] - Path Split calculation when using the servlet has a bug
[OLINGO-536] - Servlet issue: Catch Runtime Exceptions when calling
createService
[OLINGO-537] - Get on JPA Entity with Listener is failing with class
cast exception to ODataJPATombstoneEntityListener