mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-13 00:15:47 +00:00
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