Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

Apache Olingo 2.0.7 发布

$
0
0

Apache Olingo 2.0.7 发布了,此版本是个维护版本,包括大量 bug 修复和改进。

主要更新内容如下:

Bug

  • [OLINGO-759] - EntityProviderException HTTP status code 400 is not right

  • [OLINGO-836] - Null compare handling when using eclipselink+oracle

  • [OLINGO-875] - Null pointer execption

  • [OLINGO-882] - Olingo closes EntityManager which is managed by the application server

  • [OLINGO-883] - Datetime literal is case sensitive

  • [OLINGO-891] - Use only two parameters in CONCAT function of JPA Where Expressions

  • [OLINGO-901] - Olingo 2.0.6 has hard requirement on gson 2.4

  • [OLINGO-929] - Update Entry fails when containing deferred links

  • [OLINGO-940] - Doesn't support query by special characters like "&" in $filter expression

  • [OLINGO-941] - Potential NullPointerException if Navigation Property in $select Option

  • [OLINGO-942] - Improve error message for batch handling

  • [OLINGO-951] - JPA Embeddable support for Olingo and a null check

  • [OLINGO-955] - NPE in Annotation List Processor

  • [OLINGO-959] - Deep Insert and Navigation Property Dual Access fix

  • [OLINGO-973] - WstxParsingException while parsing the OData response

  • [OLINGO-976] - Problem with JTA transactions

Improvement

  • [OLINGO-749] - Support Higher precision for TimeStamps

  • [OLINGO-763] - Improve V2 Error handling

  • [OLINGO-881] - V2 Support Java.sql.Timestamp for date/time relevant simple types

  • [OLINGO-895] - Support for @VirtualAccess

  • [OLINGO-937] - Avoid call to ServiceLoader on each request

  • [OLINGO-946] - V2 JPA: Store EdmProvider data in a LinkedHashMap

  • [OLINGO-947] - V2 Code Cleanup Epic

Task

完整的官方发行说明:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314520&version=12334757

下载地址:http://olingo.apache.org/doc/odata2/download.html

Apache Olingo 是个 Java 库,用来实现 Open Data Protocol (OData)。 Apache Olingo 包括服务客户端和 OData 服务器方面。当前支持 OData 2.0 ,未来会支持 OData 4.0。Apache Olingo 扩展部分支持 JPA 持久性或者注释 bean 类。

The Open Data Protocol (OData) 是个 web 协议,

为了增强各种网页应用程序之间的数据兼容性,微软公司启动了一项旨在推广网页程序数据库格式标准化的开源数据协议(OData)计划,于此同时,他们还发 布了一款适用于OData协议的开发工具,以方便网页程序开发者们使用。

Open Data Protocol (开放数据协议,OData)是用来查询和更新数据的一种Web协议,其提供了把存在于应用程序中的数据暴露出来的方式。OData运用且构建于很多 Web技术之上,比如HTTP、Atom Publishing Protocol(AtomPub)和JSON,提供了从各种应用程序、服务和存储库中访问信息的能力。OData被用来从各种数据源中暴露和访问信息, 这些数据源包括但不限于:关系数据库、文件系统、内容管理系统和传统Web站点。


Viewing all articles
Browse latest Browse all 44787

Trending Articles