You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@olingo.apache.org by mibo <mi...@apache.org> on 2022/04/24 06:52:32 UTC

[ANNOUNCE] Apache Olingo 2.0.12 has been released

Hello,

Apache Olingo 2.0.12 has been released.

This is a patch release of Apache Olingo which includes Bugfixes and Improvements for client and server use cases.

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

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.

Best Regards, Michael

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

New Feature:
[OLINGO-1487] - ODataJPAFactory.IMPLEMENTATION should be settable

Fixed Bugs:
[OLINGO-1219] - When nullable key is defined Encoder would throw NPE
[OLINGO-1275] - JPA Processor does not support AttributeOverrides for Embeddable Id
[OLINGO-1349] - EdmTime use synchronized TimeZone.getTimeZone("GMT")
[OLINGO-1398] - got IllegalArgumentException in spring boot
[OLINGO-1555] - getEntityManager() in ODataJPAContext is not thread safe #33

Improvements:
[OLINGO-1561] - Fix flakiness in `JPAEntityTest`