Skip to content

Commit

Permalink
Mark the Hibernate Search extension as stable
Browse files Browse the repository at this point in the history
Signed-off-by: Yoann Rodière <[email protected]>
  • Loading branch information
yrodiere authored and renegrob committed Dec 23, 2020
1 parent b7d2605 commit 2fe2960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/master/docs/src/main/asciidoc
////
= Quarkus - Hibernate Search guide
:extension-status: preview
:hibernate-search-doc-prefix: https://docs.jboss.org/hibernate/search/6.0/reference/en-US/html_single/
include::./attributes.adoc[]

Expand All @@ -13,8 +12,6 @@ You have a Hibernate ORM-based application? You want to provide a full-featured
With this guide, you'll learn how to synchronize your entities to an Elasticsearch cluster in a heart beat with Hibernate Search.
We will also explore how you can can query your Elasticsearch cluster using the Hibernate Search API.

include::./status-include.adoc[]

== Prerequisites

To complete this guide, you need:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ metadata:
guide: "https://quarkus.io/guides/hibernate-search-orm-elasticsearch"
categories:
- "data"
status: "preview"
status: "stable"

0 comments on commit 2fe2960

Please sign in to comment.