Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
be explicit about name and link to bugzilla for the POI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuir committed Nov 7, 2015
1 parent b0fcbb7 commit 6b831e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ apply plugin: 'eclipse'
apply plugin: 'elasticsearch.esplugin'

esplugin {
name 'mapper-attachments'
description 'The mapper attachments plugin adds the attachment type to Elasticsearch using Apache Tika.'
classname 'org.elasticsearch.mapper.attachments.MapperAttachmentsPlugin'
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugin-metadata/plugin-security.policy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ grant {
// TODO: fix tika not to actually install bouncy castle like this
permission java.security.SecurityPermission "putProviderProperty.BC";
permission java.security.SecurityPermission "insertProvider";
// TODO: fix POI XWPF to not do this
// TODO: fix POI XWPF to not do this: https://bz.apache.org/bugzilla/show_bug.cgi?id=58597
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
- do:
nodes.info: {}

- match: { nodes.$master.plugins.0.name: elasticsearch-mapper-attachments }
- match: { nodes.$master.plugins.0.name: mapper-attachments }
- match: { nodes.$master.plugins.0.jvm: true }

0 comments on commit 6b831e1

Please sign in to comment.