Skip to content

Commit

Permalink
HSEARCH-4191 Avoid words such as "master"/"slave"/"whitelist"/"blackl…
Browse files Browse the repository at this point in the history
…ist"

Signed-off-by: Yoann Rodière <yoann@hibernate.org>
  • Loading branch information
yrodiere authored and fax4ever committed Mar 17, 2021
1 parent bc78506 commit 98ed87f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -19,7 +19,7 @@
* <ul>
* <li>Elasticsearch index names follow the format used by Elasticsearch's Rollover API: {@code <hsearchname>-<6 digits>}.
* See {@code <target-index>} here:
* https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-rollover-index.html#rollover-index-api-path-params
* https://www.elastic.co/guide/en/elasticsearch/reference/7.10/indices-rollover-index.html#rollover-index-api-path-params
* </li>
* <li>The write alias is {@code <hsearchname>-write}.
* <li>The read alias is {@code <hsearchname>-read}.
Expand Down
2 changes: 1 addition & 1 deletion build-config/src/main/resources/forbidden-runtime.txt
Expand Up @@ -59,7 +59,7 @@ org.hibernate.internal.**
org.hibernate.**.internal.**

################################################################################################################
@defaultMessage MethodHandles do not work on GraalVM. Make sure to expose configuration options so that integrators can force the use of java.reflect instead. Once it's done, add your class to the forbiddenApis whitelist.
@defaultMessage MethodHandles do not work on GraalVM. Make sure to expose configuration options so that integrators can force the use of java.reflect instead. Once it's done, add your class to the forbiddenApis allowlist.
java.lang.invoke.MethodHandles$Lookup#in(java.lang.Class)
java.lang.invoke.MethodHandles$Lookup#findVirtual(java.lang.Class, java.lang.String, java.lang.invoke.MethodType)
java.lang.invoke.MethodHandles$Lookup#findConstructor(java.lang.Class, java.lang.invoke.MethodType)
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/main/asciidoc/migration/index.asciidoc
Expand Up @@ -487,7 +487,7 @@ feel free to link:https://hibernate.org/community[contact us].
=== Backends

Hibernate Search 6 does not provide support for the JGroups, JMS, Infinispan
or filesystem-master/filesystem-slave backends at the moment.
or `filesystem-master`/`filesystem-slave` backends at the moment.

If you need to scale your application to multiple nodes,
consider switching to the link:{hibernateSearchDocUrl}#architecture-examples-elasticsearch[Elasticsearch backend].
Expand Down

0 comments on commit 98ed87f

Please sign in to comment.