转载

Hibernate Search 5.10.0.CR1 发布,数据检索框架

Hibernate Search 5.10.0.CR1 已发布 ,这是 5.10 分支的首个候选版。此版本主要包括升级到 Hibernate ORM 5.3.0.CR2,也增加了一些错误修复和改进:

自 Hibernate Search 5.10.0.Beta1 以来的一些显着变化:

  • HSEARCH-3143 : Hibernate Search’s ORM integration now depends on Hibernate ORM 5.3.0.CR2.

  • HSEARCH-3125 : Hibernate Search now offers a way to access the Elasticsearch client directly. See the  documentation for more information.

  • HSEARCH-3138 : We restored binary compatibility with applications built against Hibernate Search 5.5, so that Hibernate Search 5.10 can be included in the upcoming WildFly release.

  • HSEARCH-3000 : We added automatic  JPMS module names to our JARs. Note that Hibernate Search JARs still can only be used as automatic modules, because some of our dependencies cannot easily be used as modules yet. Here are the module names:

    • org.hibernate.search.engine

    • org.hibernate.search.orm

    • org.hibernate.search.backend.elasticsearch

    • org.hibernate.search.backend.elasticsearch.aws

    • org.hibernate.search.clustering.jms

    • org.hibernate.search.clustering.jgroups

    • org.hibernate.search.jsr352.core

    • org.hibernate.search.jsr352.jberet

    • org.hibernate.search.serialization.avro

有关自 5.10.0.Beta2 以来的所有更改列表,请参阅发布说明。

获取

所有的细节都可以在 hibernate.org 上的专用页面上获得。

原文  https://www.oschina.net/news/95890/hibernate-search-5-10-0-cr1-released
正文到此结束
Loading...