diff --git a/pom.xml b/pom.xml index 51f6f634..522f629f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 2.6 - 7.8.0 + 7.8.1 2.13.2 2.4.0-SNAPSHOT 4.1.50.Final diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 6d34045c..5168c08f 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -27,17 +27,14 @@ Requires an installation of https://www.elastic.co/products/elasticsearch[Elasti [[preface.versions]] === Versions -// NOTE: since Github does not support include directives, the content of -// this file is duplicated in the toplevel README -// Always change both files! -The following table shows the Elasticsearch versions that are used by Spring Data release trains and version of Spring Data Elasticsearch included in that, as well as the Spring Boot versions refering to that particular Spring Data release train: +The following table shows the Elasticsearch versions that are used by Spring Data release trains and version of Spring Data Elasticsearch included in that, as well as the Spring Boot versions referring to that particular Spring Data release train: [cols="^,^,^,^",options="header"] |=== | Spring Data Release Train |Spring Data Elasticsearch |Elasticsearch | Spring Boot -| 2020.0.0footnote:cdv[Currently in development] |4.1.xfootnote:cdv[]|7.8.0 |2.3.xfootnote:cdv[] +| 2020.0.0footnote:cdv[Currently in development] |4.1.xfootnote:cdv[]|7.8.1 |2.3.xfootnote:cdv[] | Neumann | 4.0.x | 7.6.2 |2.3.x -| Moore | 3.2.x |6.8.10 | 2.2.x +| Moore | 3.2.x |6.8.12 | 2.2.x | Lovelace | 3.1.x | 6.2.2 |2.1.x | Kayfootnote:oom[Out of maintenance] | 3.0.xfootnote:oom[] | 5.5.0 | 2.0.xfootnote:oom[] | Ingallsfootnote:oom[] | 2.1.xfootnote:oom[] | 2.4.0 | 1.5.xfootnote:oom[] diff --git a/src/main/asciidoc/reference/elasticsearch-new.adoc b/src/main/asciidoc/reference/elasticsearch-new.adoc index 68159d43..09f1d69e 100644 --- a/src/main/asciidoc/reference/elasticsearch-new.adoc +++ b/src/main/asciidoc/reference/elasticsearch-new.adoc @@ -4,7 +4,7 @@ [[new-features.4-1-0]] == New in Spring Data Elasticsearch 4.1 -* Upgrade to Elasticsearch 7.8.0 +* Upgrade to Elasticsearch 7.8.1 * Improved API for alias management * Introduction of `ReactiveIndexOperations` for index management * Index templates support diff --git a/src/test/resources/test-home-dir/modules/analysis-common/analysis-common-7.8.0.jar b/src/test/resources/test-home-dir/modules/analysis-common/analysis-common-7.8.1.jar similarity index 89% rename from src/test/resources/test-home-dir/modules/analysis-common/analysis-common-7.8.0.jar rename to src/test/resources/test-home-dir/modules/analysis-common/analysis-common-7.8.1.jar index 6d669619..aa0cf109 100644 Binary files a/src/test/resources/test-home-dir/modules/analysis-common/analysis-common-7.8.0.jar and b/src/test/resources/test-home-dir/modules/analysis-common/analysis-common-7.8.1.jar differ diff --git a/src/test/resources/test-home-dir/modules/analysis-common/plugin-descriptor.properties b/src/test/resources/test-home-dir/modules/analysis-common/plugin-descriptor.properties index cc693279..6ccdf0d2 100644 --- a/src/test/resources/test-home-dir/modules/analysis-common/plugin-descriptor.properties +++ b/src/test/resources/test-home-dir/modules/analysis-common/plugin-descriptor.properties @@ -20,7 +20,7 @@ description=Adds "built in" analyzers to Elasticsearch. # # 'version': plugin's version -version=7.8.0 +version=7.8.1 # # 'name': the plugin name name=analysis-common @@ -35,7 +35,7 @@ classname=org.elasticsearch.analysis.common.CommonAnalysisPlugin java.version=1.8 # # 'elasticsearch.version': version of elasticsearch compiled against -elasticsearch.version=7.8.0 +elasticsearch.version=7.8.1 ### optional elements for plugins: # # 'extended.plugins': other plugins this plugin extends through SPI diff --git a/src/test/resources/test-home-dir/modules/ingest-common/elasticsearch-dissect-7.8.0.jar b/src/test/resources/test-home-dir/modules/ingest-common/elasticsearch-dissect-7.8.1.jar similarity index 87% rename from src/test/resources/test-home-dir/modules/ingest-common/elasticsearch-dissect-7.8.0.jar rename to src/test/resources/test-home-dir/modules/ingest-common/elasticsearch-dissect-7.8.1.jar index f43a0b82..a2c9d5ed 100644 Binary files a/src/test/resources/test-home-dir/modules/ingest-common/elasticsearch-dissect-7.8.0.jar and b/src/test/resources/test-home-dir/modules/ingest-common/elasticsearch-dissect-7.8.1.jar differ diff --git a/src/test/resources/test-home-dir/modules/ingest-common/elasticsearch-grok-7.8.0.jar b/src/test/resources/test-home-dir/modules/ingest-common/elasticsearch-grok-7.8.1.jar similarity index 87% rename from src/test/resources/test-home-dir/modules/ingest-common/elasticsearch-grok-7.8.0.jar rename to src/test/resources/test-home-dir/modules/ingest-common/elasticsearch-grok-7.8.1.jar index 43b2785e..e7bb6322 100644 Binary files a/src/test/resources/test-home-dir/modules/ingest-common/elasticsearch-grok-7.8.0.jar and b/src/test/resources/test-home-dir/modules/ingest-common/elasticsearch-grok-7.8.1.jar differ diff --git a/src/test/resources/test-home-dir/modules/ingest-common/ingest-common-7.8.0.jar b/src/test/resources/test-home-dir/modules/ingest-common/ingest-common-7.8.1.jar similarity index 84% rename from src/test/resources/test-home-dir/modules/ingest-common/ingest-common-7.8.0.jar rename to src/test/resources/test-home-dir/modules/ingest-common/ingest-common-7.8.1.jar index aaf99310..fb010841 100644 Binary files a/src/test/resources/test-home-dir/modules/ingest-common/ingest-common-7.8.0.jar and b/src/test/resources/test-home-dir/modules/ingest-common/ingest-common-7.8.1.jar differ diff --git a/src/test/resources/test-home-dir/modules/ingest-common/plugin-descriptor.properties b/src/test/resources/test-home-dir/modules/ingest-common/plugin-descriptor.properties index fd7fea1b..6db9d233 100644 --- a/src/test/resources/test-home-dir/modules/ingest-common/plugin-descriptor.properties +++ b/src/test/resources/test-home-dir/modules/ingest-common/plugin-descriptor.properties @@ -20,7 +20,7 @@ description=Module for ingest processors that do not require additional security permissions or have large dependencies and resources # # 'version': plugin's version -version=7.8.0 +version=7.8.1 # # 'name': the plugin name name=ingest-common @@ -35,7 +35,7 @@ classname=org.elasticsearch.ingest.common.IngestCommonPlugin java.version=1.8 # # 'elasticsearch.version': version of elasticsearch compiled against -elasticsearch.version=7.8.0 +elasticsearch.version=7.8.1 ### optional elements for plugins: # # 'extended.plugins': other plugins this plugin extends through SPI diff --git a/src/test/resources/test-home-dir/modules/lang-expression/lang-expression-7.8.0.jar b/src/test/resources/test-home-dir/modules/lang-expression/lang-expression-7.8.1.jar similarity index 88% rename from src/test/resources/test-home-dir/modules/lang-expression/lang-expression-7.8.0.jar rename to src/test/resources/test-home-dir/modules/lang-expression/lang-expression-7.8.1.jar index fa1321e3..44d83972 100644 Binary files a/src/test/resources/test-home-dir/modules/lang-expression/lang-expression-7.8.0.jar and b/src/test/resources/test-home-dir/modules/lang-expression/lang-expression-7.8.1.jar differ diff --git a/src/test/resources/test-home-dir/modules/lang-expression/plugin-descriptor.properties b/src/test/resources/test-home-dir/modules/lang-expression/plugin-descriptor.properties index 89bb327e..a387f9ba 100644 --- a/src/test/resources/test-home-dir/modules/lang-expression/plugin-descriptor.properties +++ b/src/test/resources/test-home-dir/modules/lang-expression/plugin-descriptor.properties @@ -20,7 +20,7 @@ description=Lucene expressions integration for Elasticsearch # # 'version': plugin's version -version=7.8.0 +version=7.8.1 # # 'name': the plugin name name=lang-expression @@ -35,7 +35,7 @@ classname=org.elasticsearch.script.expression.ExpressionPlugin java.version=1.8 # # 'elasticsearch.version': version of elasticsearch compiled against -elasticsearch.version=7.8.0 +elasticsearch.version=7.8.1 ### optional elements for plugins: # # 'extended.plugins': other plugins this plugin extends through SPI diff --git a/src/test/resources/test-home-dir/modules/lang-painless/elasticsearch-scripting-painless-spi-7.8.0.jar b/src/test/resources/test-home-dir/modules/lang-painless/elasticsearch-scripting-painless-spi-7.8.1.jar similarity index 87% rename from src/test/resources/test-home-dir/modules/lang-painless/elasticsearch-scripting-painless-spi-7.8.0.jar rename to src/test/resources/test-home-dir/modules/lang-painless/elasticsearch-scripting-painless-spi-7.8.1.jar index f7a06c41..2c7cab96 100644 Binary files a/src/test/resources/test-home-dir/modules/lang-painless/elasticsearch-scripting-painless-spi-7.8.0.jar and b/src/test/resources/test-home-dir/modules/lang-painless/elasticsearch-scripting-painless-spi-7.8.1.jar differ diff --git a/src/test/resources/test-home-dir/modules/lang-painless/lang-painless-7.8.0.jar b/src/test/resources/test-home-dir/modules/lang-painless/lang-painless-7.8.1.jar similarity index 93% rename from src/test/resources/test-home-dir/modules/lang-painless/lang-painless-7.8.0.jar rename to src/test/resources/test-home-dir/modules/lang-painless/lang-painless-7.8.1.jar index 83024592..b47b47d0 100644 Binary files a/src/test/resources/test-home-dir/modules/lang-painless/lang-painless-7.8.0.jar and b/src/test/resources/test-home-dir/modules/lang-painless/lang-painless-7.8.1.jar differ diff --git a/src/test/resources/test-home-dir/modules/lang-painless/plugin-descriptor.properties b/src/test/resources/test-home-dir/modules/lang-painless/plugin-descriptor.properties index da98f3f1..146a6742 100644 --- a/src/test/resources/test-home-dir/modules/lang-painless/plugin-descriptor.properties +++ b/src/test/resources/test-home-dir/modules/lang-painless/plugin-descriptor.properties @@ -20,7 +20,7 @@ description=An easy, safe and fast scripting language for Elasticsearch # # 'version': plugin's version -version=7.8.0 +version=7.8.1 # # 'name': the plugin name name=lang-painless @@ -35,7 +35,7 @@ classname=org.elasticsearch.painless.PainlessPlugin java.version=1.8 # # 'elasticsearch.version': version of elasticsearch compiled against -elasticsearch.version=7.8.0 +elasticsearch.version=7.8.1 ### optional elements for plugins: # # 'extended.plugins': other plugins this plugin extends through SPI diff --git a/src/test/resources/test-home-dir/modules/mapper-extras/plugin-descriptor.properties b/src/test/resources/test-home-dir/modules/mapper-extras/plugin-descriptor.properties index 9fecb3d8..843f2040 100644 --- a/src/test/resources/test-home-dir/modules/mapper-extras/plugin-descriptor.properties +++ b/src/test/resources/test-home-dir/modules/mapper-extras/plugin-descriptor.properties @@ -20,7 +20,7 @@ description=Adds advanced field mappers # # 'version': plugin's version -version=7.8.0 +version=7.8.1 # # 'name': the plugin name name=mapper-extras @@ -35,7 +35,7 @@ classname=org.elasticsearch.index.mapper.MapperExtrasPlugin java.version=1.8 # # 'elasticsearch.version': version of elasticsearch compiled against -elasticsearch.version=7.8.0 +elasticsearch.version=7.8.1 ### optional elements for plugins: # # 'extended.plugins': other plugins this plugin extends through SPI diff --git a/src/test/resources/test-home-dir/modules/reindex/plugin-descriptor.properties b/src/test/resources/test-home-dir/modules/reindex/plugin-descriptor.properties index b7f269bc..f5bb10fc 100644 --- a/src/test/resources/test-home-dir/modules/reindex/plugin-descriptor.properties +++ b/src/test/resources/test-home-dir/modules/reindex/plugin-descriptor.properties @@ -20,7 +20,7 @@ description=The Reindex module adds APIs to reindex from one index to another or update documents in place. # # 'version': plugin's version -version=7.8.0 +version=7.8.1 # # 'name': the plugin name name=reindex @@ -35,7 +35,7 @@ classname=org.elasticsearch.index.reindex.ReindexPlugin java.version=1.8 # # 'elasticsearch.version': version of elasticsearch compiled against -elasticsearch.version=7.8.0 +elasticsearch.version=7.8.1 ### optional elements for plugins: # # 'extended.plugins': other plugins this plugin extends through SPI diff --git a/src/test/resources/test-home-dir/modules/repository-url/plugin-descriptor.properties b/src/test/resources/test-home-dir/modules/repository-url/plugin-descriptor.properties index 62064465..9397061f 100644 --- a/src/test/resources/test-home-dir/modules/repository-url/plugin-descriptor.properties +++ b/src/test/resources/test-home-dir/modules/repository-url/plugin-descriptor.properties @@ -20,7 +20,7 @@ description=Module for URL repository # # 'version': plugin's version -version=7.8.0 +version=7.8.1 # # 'name': the plugin name name=repository-url @@ -35,7 +35,7 @@ classname=org.elasticsearch.plugin.repository.url.URLRepositoryPlugin java.version=1.8 # # 'elasticsearch.version': version of elasticsearch compiled against -elasticsearch.version=7.8.0 +elasticsearch.version=7.8.1 ### optional elements for plugins: # # 'extended.plugins': other plugins this plugin extends through SPI diff --git a/src/test/resources/test-home-dir/modules/repository-url/repository-url-7.8.0.jar b/src/test/resources/test-home-dir/modules/repository-url/repository-url-7.8.1.jar similarity index 82% rename from src/test/resources/test-home-dir/modules/repository-url/repository-url-7.8.0.jar rename to src/test/resources/test-home-dir/modules/repository-url/repository-url-7.8.1.jar index 3d31b03e..4df14ebd 100644 Binary files a/src/test/resources/test-home-dir/modules/repository-url/repository-url-7.8.0.jar and b/src/test/resources/test-home-dir/modules/repository-url/repository-url-7.8.1.jar differ