OpenSearch/modules/lang-painless
Robert Muir 9826b64e1f Exempt LocalDate from bridge method checks on java 9
The painless whitelist has a lot of self-checking, in this case, it checks
for missing covariant overrides. It fails on java 9, because LocalDate.getEra()
now returns IsoEra instead of Era: https://bugs.openjdk.java.net/browse/JDK-8072746

To our checker, it thinks we were lazy with whitelisting :)

This means painless works on java 9 again
2016-06-08 15:47:09 -04:00
..
licenses Moved Painless from a plugin to a module. 2016-02-21 16:50:54 -08:00
src Exempt LocalDate from bridge method checks on java 9 2016-06-08 15:47:09 -04:00
ant.xml Remove Painless grammar ambiguities. 2016-05-23 16:39:52 -07:00
build.gradle add debugger 2016-05-11 23:56:19 -04:00