Skip to content

Commit 83bbc0d

Browse files
authored
Upgrade to Elasticsearch 6.8.14.
Original Pull Request #1695 Closes #1694
1 parent 007114f commit 83bbc0d

18 files changed

+23
-16
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<commonslang>2.6</commonslang>
22-
<elasticsearch>6.8.13</elasticsearch>
22+
<elasticsearch>6.8.14</elasticsearch>
2323
<log4j>2.9.1</log4j>
2424
<springdata.commons>2.2.13.BUILD-SNAPSHOT</springdata.commons>
2525
<netty>4.1.39.Final</netty>

src/main/asciidoc/preface.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following table shows the Elasticsearch versions that are used by Spring Dat
3535
[cols="^,^,^,^",options="header"]
3636
|===
3737
|Spring Data Release Train |Spring Data Elasticsearch |Elasticsearch | Spring Boot
38-
|Moore |3.2.x |6.8.13 |2.2.x
38+
|Moore |3.2.x |6.8.14 |2.2.x
3939
|Lovelace |3.1.x |6.2.2|2.1.x
4040
|Kayfootnote:oom[Out of maintenance]|3.0.xfootnote:oom[] |5.5.0 |2.0.xfootnote:oom[]
4141
|Ingallsfootnote:oom[]|2.1.xfootnote:oom[] |2.4.0 |1.5.xfootnote:oom[]

src/test/resources/test-home-dir/modules/analysis-common/plugin-descriptor.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
description=Adds "built in" analyzers to Elasticsearch.
2121
#
2222
# 'version': plugin's version
23-
version=6.8.13
23+
version=6.8.14
2424
#
2525
# 'name': the plugin name
2626
name=analysis-common
@@ -35,11 +35,12 @@ classname=org.elasticsearch.analysis.common.CommonAnalysisPlugin
3535
java.version=1.8
3636
#
3737
# 'elasticsearch.version': version of elasticsearch compiled against
38-
elasticsearch.version=6.8.13
38+
elasticsearch.version=6.8.14
3939
### optional elements for plugins:
4040
#
4141
# 'extended.plugins': other plugins this plugin extends through SPI
4242
extended.plugins=lang-painless
4343
#
4444
# 'has.native.controller': whether or not the plugin has a native controller
4545
has.native.controller=false
46+

src/test/resources/test-home-dir/modules/ingest-common/plugin-descriptor.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
description=Module for ingest processors that do not require additional security permissions or have large dependencies and resources
2121
#
2222
# 'version': plugin's version
23-
version=6.8.13
23+
version=6.8.14
2424
#
2525
# 'name': the plugin name
2626
name=ingest-common
@@ -35,11 +35,12 @@ classname=org.elasticsearch.ingest.common.IngestCommonPlugin
3535
java.version=1.8
3636
#
3737
# 'elasticsearch.version': version of elasticsearch compiled against
38-
elasticsearch.version=6.8.13
38+
elasticsearch.version=6.8.14
3939
### optional elements for plugins:
4040
#
4141
# 'extended.plugins': other plugins this plugin extends through SPI
4242
extended.plugins=lang-painless
4343
#
4444
# 'has.native.controller': whether or not the plugin has a native controller
4545
has.native.controller=false
46+

src/test/resources/test-home-dir/modules/lang-expression/plugin-descriptor.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
description=Lucene expressions integration for Elasticsearch
2121
#
2222
# 'version': plugin's version
23-
version=6.8.13
23+
version=6.8.14
2424
#
2525
# 'name': the plugin name
2626
name=lang-expression
@@ -35,11 +35,12 @@ classname=org.elasticsearch.script.expression.ExpressionPlugin
3535
java.version=1.8
3636
#
3737
# 'elasticsearch.version': version of elasticsearch compiled against
38-
elasticsearch.version=6.8.13
38+
elasticsearch.version=6.8.14
3939
### optional elements for plugins:
4040
#
4141
# 'extended.plugins': other plugins this plugin extends through SPI
4242
extended.plugins=
4343
#
4444
# 'has.native.controller': whether or not the plugin has a native controller
4545
has.native.controller=false
46+

src/test/resources/test-home-dir/modules/lang-painless/plugin-descriptor.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
description=An easy, safe and fast scripting language for Elasticsearch
2121
#
2222
# 'version': plugin's version
23-
version=6.8.13
23+
version=6.8.14
2424
#
2525
# 'name': the plugin name
2626
name=lang-painless
@@ -35,11 +35,12 @@ classname=org.elasticsearch.painless.PainlessPlugin
3535
java.version=1.8
3636
#
3737
# 'elasticsearch.version': version of elasticsearch compiled against
38-
elasticsearch.version=6.8.13
38+
elasticsearch.version=6.8.14
3939
### optional elements for plugins:
4040
#
4141
# 'extended.plugins': other plugins this plugin extends through SPI
4242
extended.plugins=
4343
#
4444
# 'has.native.controller': whether or not the plugin has a native controller
4545
has.native.controller=false
46+

src/test/resources/test-home-dir/modules/mapper-extras/plugin-descriptor.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
description=Adds advanced field mappers
2121
#
2222
# 'version': plugin's version
23-
version=6.8.13
23+
version=6.8.14
2424
#
2525
# 'name': the plugin name
2626
name=mapper-extras
@@ -35,11 +35,12 @@ classname=org.elasticsearch.index.mapper.MapperExtrasPlugin
3535
java.version=1.8
3636
#
3737
# 'elasticsearch.version': version of elasticsearch compiled against
38-
elasticsearch.version=6.8.13
38+
elasticsearch.version=6.8.14
3939
### optional elements for plugins:
4040
#
4141
# 'extended.plugins': other plugins this plugin extends through SPI
4242
extended.plugins=
4343
#
4444
# 'has.native.controller': whether or not the plugin has a native controller
4545
has.native.controller=false
46+

src/test/resources/test-home-dir/modules/reindex/plugin-descriptor.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
description=The Reindex module adds APIs to reindex from one index to another or update documents in place.
2121
#
2222
# 'version': plugin's version
23-
version=6.8.13
23+
version=6.8.14
2424
#
2525
# 'name': the plugin name
2626
name=reindex
@@ -35,11 +35,12 @@ classname=org.elasticsearch.index.reindex.ReindexPlugin
3535
java.version=1.8
3636
#
3737
# 'elasticsearch.version': version of elasticsearch compiled against
38-
elasticsearch.version=6.8.13
38+
elasticsearch.version=6.8.14
3939
### optional elements for plugins:
4040
#
4141
# 'extended.plugins': other plugins this plugin extends through SPI
4242
extended.plugins=
4343
#
4444
# 'has.native.controller': whether or not the plugin has a native controller
4545
has.native.controller=false
46+

src/test/resources/test-home-dir/modules/repository-url/plugin-descriptor.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
description=Module for URL repository
2121
#
2222
# 'version': plugin's version
23-
version=6.8.13
23+
version=6.8.14
2424
#
2525
# 'name': the plugin name
2626
name=repository-url
@@ -35,11 +35,12 @@ classname=org.elasticsearch.plugin.repository.url.URLRepositoryPlugin
3535
java.version=1.8
3636
#
3737
# 'elasticsearch.version': version of elasticsearch compiled against
38-
elasticsearch.version=6.8.13
38+
elasticsearch.version=6.8.14
3939
### optional elements for plugins:
4040
#
4141
# 'extended.plugins': other plugins this plugin extends through SPI
4242
extended.plugins=
4343
#
4444
# 'has.native.controller': whether or not the plugin has a native controller
4545
has.native.controller=false
46+

0 commit comments

Comments
 (0)