Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Hibernate Search 6.1.0.Final #23183

Merged
merged 1 commit into from
Jan 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<hibernate-orm.version>5.6.4.Final</hibernate-orm.version>
<hibernate-reactive.version>1.1.2.Final</hibernate-reactive.version>
<hibernate-validator.version>6.2.1.Final</hibernate-validator.version>
<hibernate-search.version>6.1.0.CR1</hibernate-search.version>
<hibernate-search.version>6.1.0.Final</hibernate-search.version>
<narayana.version>5.12.4.Final</narayana.version>
<jboss-transaction-api_1.2_spec.version>1.1.1.Final</jboss-transaction-api_1.2_spec.version>
<agroal.version>1.14</agroal.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public static class SchemaManagementConfig {
* When analysis is configured both through an analysis configurer and these custom settings, the behavior is undefined;
* it should not be relied upon.
*
* See https://docs.jboss.org/hibernate/search/6.1/reference/en-US/html_single/#_custom_index_settings[this section of the reference documentation]
* See https://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/#backend-elasticsearch-configuration-index-settings[this section of the reference documentation]
* for more information.
*
* @asciidoclet
Expand All @@ -138,7 +138,7 @@ public static class SchemaManagementConfig {
* The file does not need to (and generally shouldn't) contain the full mapping:
* Hibernate Search will automatically inject missing properties (index fields) in the given mapping.
*
* See https://docs.jboss.org/hibernate/search/6.1/reference/en-US/html_single/#_custom_index_mapping[this section of the reference documentation]
* See https://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/#backend-elasticsearch-mapping-custom[this section of the reference documentation]
* for more information.
*
* @asciidoclet
Expand Down