内容简介:Hibernate Search 5.10.0.Beta1 已发布,这是 5.10 分支的第二个测试版本,此版本主要包括升级到适用于JBoss模块的WildFly 12,但它也增加了一些错误修正和改进。 以下是自Hibernate Search 5.10.0.Beta1以来的一...
Hibernate Search 5.10.0.Beta1 已发布,这是 5.10 分支的第二个测试版本,此版本主要包括升级到适用于JBoss模块的WildFly 12,但它也增加了一些错误修正和改进。
以下是自Hibernate Search 5.10.0.Beta1以来的一些显着变化:
-
HSEARCH-3022: Hibernate Search’s JBoss modules now target WildFly 12 and are tested against it instead of WildFly 11.
-
HSEARCH-2598: The JGroups backend now integrates with JGroups 4 and is no longer compatible with JGroups 3.
-
HSEARCH-3030: We moved the JGroups backend’s JBoss modules out of the engine feature pack to a dedicated feature pack.
-
HSEARCH-3026: If your Elasticsearch cluster is accessed through a URL with a non-root path, you can now use
hibernate.search.default.elasticsearch.path_prefixto tell Hibernate Search about that path. -
HSEARCH-3039: We removed the ability to analyze document identifiers from Search a few versions ago, but some parts of Hibernate Search still performed analysis on document identifiers in some cases, in particular when querying them and when embedding a document ID using
@IndexedEmbedded. This has been fixed: Hibernate Search now consistently skips analysis on document identifiers. -
HSEARCH-3021: The integration to dependency injection frameworks is now properly documented.
有关自5.10.0.Beta1以来所做的更改的完整列表,请参阅发行说明。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Hibernate Search 5.10.0.Final 发布,数据检索框架
- Hibernate Search 5.11.0.Final 发布,数据检索框架
- Hibernate Search 5.9.0.beta1 发布,数据检索框架
- Hibernate Search 5.9.0.CR1 发布,数据检索框架
- Hibernate Search 5.9.0.CR1 发布,数据检索框架
- Hibernate Search 5.10.0.Beta1 发布,数据检索框架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Web API的设计与开发
[日] 水野贵明 / 盛荣 / 人民邮电出版社 / 2017-6 / 52.00元
本书结合丰富的实例,详细讲解了Web API的设计、开发与运维相关的知识。第1章介绍Web API的概要;第2章详述端点的设计与请求的形式;第3章介绍响应数据的设计;第4章介绍如何充分利用HTTP协议规范;第5章介绍如何开发方便更改设计的Web API;第6章介绍如何开发牢固的Web API。 本书不仅适合在工作中需要设计、开发或修改Web API的技术人员阅读,对想了解技术细节的产品经理、运维人......一起来看看 《Web API的设计与开发》 这本书的介绍吧!