DCausse has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/338756 )
Change subject: Elastic 5.2.1 plugins
......................................................................
Elastic 5.2.1 plugins
- removed swift
- added stempel
Change-Id: Icbea589c3339fcd6a044f9d18f8e07cce7ddfac8
---
D analysis-icu/analysis-icu-2.3.5.jar
A analysis-icu/analysis-icu-5.2.1.jar
D analysis-icu/lucene-analyzers-icu-5.5.0.jar
A analysis-icu/lucene-analyzers-icu-6.4.1.jar
M analysis-icu/plugin-descriptor.properties
A analysis-stempel/analysis-stempel-5.2.1.jar
A analysis-stempel/lucene-analyzers-stempel-6.4.1.jar
A analysis-stempel/plugin-descriptor.properties
D
experimental-highlighter-elasticsearch-plugin/experimental-highlighter-core-2.3.5.jar
A
experimental-highlighter-elasticsearch-plugin/experimental-highlighter-core-5.2.1.jar
D
experimental-highlighter-elasticsearch-plugin/experimental-highlighter-elasticsearch-plugin-2.3.5.jar
A
experimental-highlighter-elasticsearch-plugin/experimental-highlighter-elasticsearch-plugin-5.2.1.jar
D
experimental-highlighter-elasticsearch-plugin/experimental-highlighter-lucene-2.3.5.jar
A
experimental-highlighter-elasticsearch-plugin/experimental-highlighter-lucene-5.2.1.jar
M experimental-highlighter-elasticsearch-plugin/plugin-descriptor.properties
D extra/extra-2.3.5.jar
A extra/extra-5.2.1.jar
A extra/guava-20.0.jar
M extra/plugin-descriptor.properties
D swift-repository-plugin/commons-codec-1.6.jar
D swift-repository-plugin/commons-io-2.3.jar
D swift-repository-plugin/commons-lang-2.6.jar
D swift-repository-plugin/httpclient-4.2.1.jar
D swift-repository-plugin/httpcore-4.2.1.jar
D swift-repository-plugin/jackson-core-asl-1.9.7.jar
D swift-repository-plugin/jackson-mapper-asl-1.9.7.jar
D swift-repository-plugin/jcl-over-slf4j-1.7.2.jar
D swift-repository-plugin/joss-0.9.12.jar
D swift-repository-plugin/log4j-1.2.17.jar
D swift-repository-plugin/plugin-descriptor.properties
D swift-repository-plugin/plugin-security.policy
D swift-repository-plugin/slf4j-api-1.7.2.jar
D swift-repository-plugin/swift-repository-plugin-2.3.5.jar
33 files changed, 66 insertions(+), 85 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/operations/software/elasticsearch/plugins
refs/changes/56/338756/1
diff --git a/analysis-icu/analysis-icu-2.3.5.jar
b/analysis-icu/analysis-icu-2.3.5.jar
deleted file mode 100644
index ebdfbc2..0000000
--- a/analysis-icu/analysis-icu-2.3.5.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat e0d736546f27a158dc9e092a6ea99badb1d0abb0 24489
diff --git a/analysis-icu/analysis-icu-5.2.1.jar
b/analysis-icu/analysis-icu-5.2.1.jar
new file mode 100644
index 0000000..92ed9de
--- /dev/null
+++ b/analysis-icu/analysis-icu-5.2.1.jar
@@ -0,0 +1 @@
+#$# git-fat aa350f0b1866e418239e117afc2ce43f73487ec7 22496
diff --git a/analysis-icu/lucene-analyzers-icu-5.5.0.jar
b/analysis-icu/lucene-analyzers-icu-5.5.0.jar
deleted file mode 100644
index 8a135b7..0000000
--- a/analysis-icu/lucene-analyzers-icu-5.5.0.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 69a6e72d322b6643f1b419e6c9cc46623a2404e9 78907
diff --git a/analysis-icu/lucene-analyzers-icu-6.4.1.jar
b/analysis-icu/lucene-analyzers-icu-6.4.1.jar
new file mode 100644
index 0000000..85129e6
--- /dev/null
+++ b/analysis-icu/lucene-analyzers-icu-6.4.1.jar
@@ -0,0 +1 @@
+#$# git-fat dae7aa1d7ccb6eaa32d7208d25fe772c029113bd 79585
diff --git a/analysis-icu/plugin-descriptor.properties
b/analysis-icu/plugin-descriptor.properties
index 5d99917..1fdff87 100644
--- a/analysis-icu/plugin-descriptor.properties
+++ b/analysis-icu/plugin-descriptor.properties
@@ -1,30 +1,18 @@
# Elasticsearch plugin descriptor file
-# This file must exist as 'plugin-descriptor.properties' at
-# the root directory of all plugins.
+# This file must exist as 'plugin-descriptor.properties' in a folder named
`elasticsearch`
+# inside all plugins.
#
-# A plugin can be 'site', 'jvm', or both.
-#
-### example site plugin for "foo":
+### example plugin for "foo"
#
# foo.zip <-- zip file for the plugin, with this structure:
-# _site/ <-- the contents that will be served
-# plugin-descriptor.properties <-- example contents below:
+#|____elasticsearch/
+#| |____ <arbitrary name1>.jar <-- classes, resources, dependencies
+#| |____ <arbitrary nameN>.jar <-- any number of jars
+#| |____ plugin-descriptor.properties <-- example contents below:
#
-# site=true
-# description=My cool plugin
-# version=1.0
-#
-### example jvm plugin for "foo"
-#
-# foo.zip <-- zip file for the plugin, with this structure:
-# <arbitrary name1>.jar <-- classes, resources, dependencies
-# <arbitrary nameN>.jar <-- any number of jars
-# plugin-descriptor.properties <-- example contents below:
-#
-# jvm=true
# classname=foo.bar.BazPlugin
# description=My cool plugin
-# version=2.0.0-rc1
+# version=2.0
# elasticsearch.version=2.0
# java.version=1.7
#
@@ -34,25 +22,10 @@
description=The ICU Analysis plugin integrates Lucene ICU module into
elasticsearch, adding ICU relates analysis components.
#
# 'version': plugin's version
-version=2.3.5
+version=5.2.1
#
# 'name': the plugin name
name=analysis-icu
-
-### mandatory elements for site plugins:
-#
-# 'site': set to true to indicate contents of the _site/
-# directory in the root of the plugin should be served.
-site=false
-#
-### mandatory elements for jvm plugins :
-#
-# 'jvm': true if the 'classname' class should be loaded
-# from jar files in the root directory of the plugin.
-# Note that only jar files in the root directory are
-# added to the classpath for the plugin! If you need
-# other resources, package them into a resources jar.
-jvm=true
#
# 'classname': the name of the class to load, fully-qualified.
classname=org.elasticsearch.plugin.analysis.icu.AnalysisICUPlugin
@@ -61,20 +34,7 @@
# use the system property java.specification.version
# version string must be a sequence of nonnegative decimal integers
# separated by "."'s and may have leading zeros
-java.version=1.7
+java.version=1.8
#
# 'elasticsearch.version' version of elasticsearch compiled against
-# You will have to release a new version of the plugin for each new
-# elasticsearch release. This version is checked when the plugin
-# is loaded so Elasticsearch will refuse to start in the presence of
-# plugins with the incorrect elasticsearch.version.
-elasticsearch.version=2.3.5
-#
-### deprecated elements for jvm plugins :
-#
-# 'isolated': true if the plugin should have its own classloader.
-# passing false is deprecated, and only intended to support plugins
-# that have hard dependencies against each other. If this is
-# not specified, then the plugin is isolated by default.
-isolated=true
-#
+elasticsearch.version=5.2.1
diff --git a/analysis-stempel/analysis-stempel-5.2.1.jar
b/analysis-stempel/analysis-stempel-5.2.1.jar
new file mode 100644
index 0000000..7f2db29
--- /dev/null
+++ b/analysis-stempel/analysis-stempel-5.2.1.jar
@@ -0,0 +1 @@
+#$# git-fat febada89cb4c7cad3849bce1a654997b6541411f 8650
diff --git a/analysis-stempel/lucene-analyzers-stempel-6.4.1.jar
b/analysis-stempel/lucene-analyzers-stempel-6.4.1.jar
new file mode 100644
index 0000000..2d7e41a
--- /dev/null
+++ b/analysis-stempel/lucene-analyzers-stempel-6.4.1.jar
@@ -0,0 +1 @@
+#$# git-fat 52fcba7d7abde7d299ba31b1c5194fca3b1625da 518348
diff --git a/analysis-stempel/plugin-descriptor.properties
b/analysis-stempel/plugin-descriptor.properties
new file mode 100644
index 0000000..7628168
--- /dev/null
+++ b/analysis-stempel/plugin-descriptor.properties
@@ -0,0 +1,40 @@
+# Elasticsearch plugin descriptor file
+# This file must exist as 'plugin-descriptor.properties' in a folder named
`elasticsearch`
+# inside all plugins.
+#
+### example plugin for "foo"
+#
+# foo.zip <-- zip file for the plugin, with this structure:
+#|____elasticsearch/
+#| |____ <arbitrary name1>.jar <-- classes, resources, dependencies
+#| |____ <arbitrary nameN>.jar <-- any number of jars
+#| |____ plugin-descriptor.properties <-- example contents below:
+#
+# classname=foo.bar.BazPlugin
+# description=My cool plugin
+# version=2.0
+# elasticsearch.version=2.0
+# java.version=1.7
+#
+### mandatory elements for all plugins:
+#
+# 'description': simple summary of the plugin
+description=The Stempel (Polish) Analysis plugin integrates Lucene stempel
(polish) analysis module into elasticsearch.
+#
+# 'version': plugin's version
+version=5.2.1
+#
+# 'name': the plugin name
+name=analysis-stempel
+#
+# 'classname': the name of the class to load, fully-qualified.
+classname=org.elasticsearch.plugin.analysis.stempel.AnalysisStempelPlugin
+#
+# 'java.version' version of java the code is built against
+# use the system property java.specification.version
+# version string must be a sequence of nonnegative decimal integers
+# separated by "."'s and may have leading zeros
+java.version=1.8
+#
+# 'elasticsearch.version' version of elasticsearch compiled against
+elasticsearch.version=5.2.1
diff --git
a/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-core-2.3.5.jar
b/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-core-2.3.5.jar
deleted file mode 100644
index 4fd5809..0000000
---
a/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-core-2.3.5.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat e06ac6385e3b9b67268b5ed34b1c14227bfc94f7 148107
diff --git
a/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-core-5.2.1.jar
b/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-core-5.2.1.jar
new file mode 100644
index 0000000..cc275a2
--- /dev/null
+++
b/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-core-5.2.1.jar
@@ -0,0 +1 @@
+#$# git-fat e1dac75442c86bb55b3e4444430f8fd5e612a003 148156
diff --git
a/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-elasticsearch-plugin-2.3.5.jar
b/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-elasticsearch-plugin-2.3.5.jar
deleted file mode 100644
index 672c2f6..0000000
---
a/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-elasticsearch-plugin-2.3.5.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 8bcdf614fb239ca2b80fbea5cc3c98a687dd55bc 40448
diff --git
a/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-elasticsearch-plugin-5.2.1.jar
b/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-elasticsearch-plugin-5.2.1.jar
new file mode 100644
index 0000000..0c79672
--- /dev/null
+++
b/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-elasticsearch-plugin-5.2.1.jar
@@ -0,0 +1 @@
+#$# git-fat 5e01414ad6207ee0fb623abfcebb1990d7894e57 36761
diff --git
a/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-lucene-2.3.5.jar
b/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-lucene-2.3.5.jar
deleted file mode 100644
index a67513f..0000000
---
a/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-lucene-2.3.5.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 313f9704f12e62318950424efbb39a51416c33ed 46567
diff --git
a/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-lucene-5.2.1.jar
b/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-lucene-5.2.1.jar
new file mode 100644
index 0000000..cf4ba02
--- /dev/null
+++
b/experimental-highlighter-elasticsearch-plugin/experimental-highlighter-lucene-5.2.1.jar
@@ -0,0 +1 @@
+#$# git-fat 3abf882dc9b986d9a7c7fa8cf6275d95de256e02 46498
diff --git
a/experimental-highlighter-elasticsearch-plugin/plugin-descriptor.properties
b/experimental-highlighter-elasticsearch-plugin/plugin-descriptor.properties
index 7f06b90..5dee244 100644
--- a/experimental-highlighter-elasticsearch-plugin/plugin-descriptor.properties
+++ b/experimental-highlighter-elasticsearch-plugin/plugin-descriptor.properties
@@ -1,7 +1,7 @@
name=experimental-highlighter
description=Experimental Highlighter plugin
-version=2.3.5
+version=5.2.1
jvm=true
classname=org.wikimedia.highlighter.experimental.elasticsearch.plugin.ExperimentalHighlighterPlugin
-java.version=1.7
-elasticsearch.version=2.3.5
+java.version=1.8
+elasticsearch.version=5.2.1
diff --git a/extra/extra-2.3.5.jar b/extra/extra-2.3.5.jar
deleted file mode 100644
index a2ac792..0000000
--- a/extra/extra-2.3.5.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 5802b52906c98680e13515c2edf325831fc9ce9f 121054
diff --git a/extra/extra-5.2.1.jar b/extra/extra-5.2.1.jar
new file mode 100644
index 0000000..ab4ca7b
--- /dev/null
+++ b/extra/extra-5.2.1.jar
@@ -0,0 +1 @@
+#$# git-fat 5ee9966872043861f45b9039ef99299526323ddb 127870
diff --git a/extra/guava-20.0.jar b/extra/guava-20.0.jar
new file mode 100644
index 0000000..dc2b277
--- /dev/null
+++ b/extra/guava-20.0.jar
@@ -0,0 +1 @@
+#$# git-fat 89507701249388e1ed5ddcf8c41f4ce1be7831ef 2442625
diff --git a/extra/plugin-descriptor.properties
b/extra/plugin-descriptor.properties
index af87b34..012dd22 100644
--- a/extra/plugin-descriptor.properties
+++ b/extra/plugin-descriptor.properties
@@ -1,7 +1,7 @@
name=extra
description=Extra queries and filters for Elasticsearch.
-version=2.3.5
+version=5.2.1
jvm=true
classname=org.wikimedia.search.extra.ExtraPlugin
-java.version=1.7
-elasticsearch.version=2.3.5
\ No newline at end of file
+java.version=1.8
+elasticsearch.version=5.2.1
\ No newline at end of file
diff --git a/swift-repository-plugin/commons-codec-1.6.jar
b/swift-repository-plugin/commons-codec-1.6.jar
deleted file mode 100644
index 38f0707..0000000
--- a/swift-repository-plugin/commons-codec-1.6.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat b7f0fc8f61ecadeb3695f0b9464755eee44374d4 232771
diff --git a/swift-repository-plugin/commons-io-2.3.jar
b/swift-repository-plugin/commons-io-2.3.jar
deleted file mode 100644
index 6bd9a9e..0000000
--- a/swift-repository-plugin/commons-io-2.3.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat cd8d6ffc833cc63c30d712a180f4663d8f55799b 182650
diff --git a/swift-repository-plugin/commons-lang-2.6.jar
b/swift-repository-plugin/commons-lang-2.6.jar
deleted file mode 100644
index 9aae4e5..0000000
--- a/swift-repository-plugin/commons-lang-2.6.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 0ce1edb914c94ebc388f086c6827e8bdeec71ac2 284220
diff --git a/swift-repository-plugin/httpclient-4.2.1.jar
b/swift-repository-plugin/httpclient-4.2.1.jar
deleted file mode 100644
index e2d88cb..0000000
--- a/swift-repository-plugin/httpclient-4.2.1.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat b69bd03af60bf487b3ae1209a644ecac587bf6fc 427021
diff --git a/swift-repository-plugin/httpcore-4.2.1.jar
b/swift-repository-plugin/httpcore-4.2.1.jar
deleted file mode 100644
index 815e105..0000000
--- a/swift-repository-plugin/httpcore-4.2.1.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 2d503272bf0a8b5f92d64db78b4ba9abbaccc6fd 223374
diff --git a/swift-repository-plugin/jackson-core-asl-1.9.7.jar
b/swift-repository-plugin/jackson-core-asl-1.9.7.jar
deleted file mode 100644
index 34d91e4..0000000
--- a/swift-repository-plugin/jackson-core-asl-1.9.7.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 2dd41e7570f5c73e63a6a1311671a60c817e1989 228552
diff --git a/swift-repository-plugin/jackson-mapper-asl-1.9.7.jar
b/swift-repository-plugin/jackson-mapper-asl-1.9.7.jar
deleted file mode 100644
index 3a4dffe..0000000
--- a/swift-repository-plugin/jackson-mapper-asl-1.9.7.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 3bc2efad5ceb9e24e44f731d4282b5df3ea6d23f 780301
diff --git a/swift-repository-plugin/jcl-over-slf4j-1.7.2.jar
b/swift-repository-plugin/jcl-over-slf4j-1.7.2.jar
deleted file mode 100644
index 166f44f..0000000
--- a/swift-repository-plugin/jcl-over-slf4j-1.7.2.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 358c500a1262d77e87167cbd0fdfb3ae8eca4fca 16457
diff --git a/swift-repository-plugin/joss-0.9.12.jar
b/swift-repository-plugin/joss-0.9.12.jar
deleted file mode 100644
index 2f7f81b..0000000
--- a/swift-repository-plugin/joss-0.9.12.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 5fdc087b7025b7627fc2e5c14bb78f8d7aa775fa 289115
diff --git a/swift-repository-plugin/log4j-1.2.17.jar
b/swift-repository-plugin/log4j-1.2.17.jar
deleted file mode 100644
index f79dad1..0000000
--- a/swift-repository-plugin/log4j-1.2.17.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 5af35056b4d257e4b64b9e8069c0746e8b08629f 489884
diff --git a/swift-repository-plugin/plugin-descriptor.properties
b/swift-repository-plugin/plugin-descriptor.properties
deleted file mode 100644
index b67a11c..0000000
--- a/swift-repository-plugin/plugin-descriptor.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-name=swift-repository
-description=Repository plugin for Elasticsearch backed by Swift
-version=2.3.5
-jvm=true
-classname=org.wikimedia.elasticsearch.swift.SwiftRepositoryPlugin
-java.version=1.7
-elasticsearch.version=2.3.5
diff --git a/swift-repository-plugin/plugin-security.policy
b/swift-repository-plugin/plugin-security.policy
deleted file mode 100644
index 2ba78f5..0000000
--- a/swift-repository-plugin/plugin-security.policy
+++ /dev/null
@@ -1,3 +0,0 @@
-grant {
- permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
-};
\ No newline at end of file
diff --git a/swift-repository-plugin/slf4j-api-1.7.2.jar
b/swift-repository-plugin/slf4j-api-1.7.2.jar
deleted file mode 100644
index f26d062..0000000
--- a/swift-repository-plugin/slf4j-api-1.7.2.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 0081d61b7f33ebeab314e07de0cc596f8e858d97 26083
diff --git a/swift-repository-plugin/swift-repository-plugin-2.3.5.jar
b/swift-repository-plugin/swift-repository-plugin-2.3.5.jar
deleted file mode 100644
index 780ac2f..0000000
--- a/swift-repository-plugin/swift-repository-plugin-2.3.5.jar
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 7c9f26282f859191956b73ea78b0c992f1d7769a 25538
--
To view, visit https://gerrit.wikimedia.org/r/338756
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icbea589c3339fcd6a044f9d18f8e07cce7ddfac8
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/elasticsearch/plugins
Gerrit-Branch: master
Gerrit-Owner: DCausse <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits