OpenSearch/plugins/ingest-attachment
Jason Tedor 641a6c9e62
Guard accessDeclaredMembers for Tika on JDK 10
Tika parsers need accessDeclaredMembers because ZipFile needs
accessDeclaredMembers on JDK 10. This commit guards adding this
permission to parsers so that the permission is only granted on JDK
10. Additionally, we add an assertion that forces us to check if the
permission is still needed in JDK 11.

Relates #28603
2018-02-09 09:08:07 -05:00
..
licenses update ingest-attachment to use Tika 1.17 and newer deps (#27824) 2017-12-15 13:47:26 -08:00
src Guard accessDeclaredMembers for Tika on JDK 10 2018-02-09 09:08:07 -05:00
build.gradle Fix third-party audit tasks on JDK 8 2018-01-16 22:59:29 -05:00