Skip to content

Commit 54e67a4

Browse files
committed
DATAES-289 - update to ES 2.4 - example
1 parent 7a95cb6 commit 54e67a4

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<commonscollections>3.2.1</commonscollections>
2525
<commonslang>2.6</commonslang>
26-
<elasticsearch>2.3.3</elasticsearch>
26+
<elasticsearch>2.4.0</elasticsearch>
2727
<jackson>2.7.5</jackson>
2828
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
2929

Binary file not shown.
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
description=Groovy scripting integration for Elasticsearch
3535
#
3636
# 'version': plugin's version
37-
version=2.3.3
37+
version=2.4.0
3838
#
3939
# 'name': the plugin name
4040
name=lang-groovy
@@ -68,7 +68,7 @@ java.version=1.7
6868
# elasticsearch release. This version is checked when the plugin
6969
# is loaded so Elasticsearch will refuse to start in the presence of
7070
# plugins with the incorrect elasticsearch.version.
71-
elasticsearch.version=2.3.3
71+
elasticsearch.version=2.4.0
7272
#
7373
### deprecated elements for jvm plugins :
7474
#

src/test/resources/test-home-dir/modules/lang-groovy/plugin-security.policy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ grant {
2424
permission java.lang.RuntimePermission "getClassLoader";
2525
// needed by groovy engine
2626
permission java.lang.RuntimePermission "accessClassInPackage.sun.reflect";
27-
// needed by GroovyScriptEngineService to close its classloader (why?)
28-
permission java.lang.RuntimePermission "closeClassLoader";
2927
// Allow executing groovy scripts with codesource of /untrusted
3028
permission groovy.security.GroovyCodeSourcePermission "/untrusted";
3129

template.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Import-Template:
1010
javax.enterprise.*;version="${cdi:[=.=.=,+1.0.0)}";resolution:=optional,
1111
org.apache.commons.lang.*;version="${commonslang:[=.=.=,+1.0.0)}",
1212
com.fasterxml.jackson.*;version="${jackson:[=.=.=,+1.0.0)}";resolution:=optional,
13-
org.elasticsearch.*;version="${elasticsearch:[=.=.=,2.3.3)}",
13+
org.elasticsearch.*;version="${elasticsearch:[=.=.=,2.4.0)}",
1414
org.apache.lucene.*;version="5.5.0",
1515
org.joda.time.*;version="${jodatime:[=.=.=,+1.0.0)}",
1616
org.slf4j.*;version="${slf4j:[=.=.=,+1.0.0)}",

0 commit comments

Comments
 (0)