elasticsearch/libs/grok
Artem Prigoda 0699c9351f
Use Java 14 switch expressions (#82178)
JEP 361[https://openjdk.java.net/jeps/361] added support for switch expressions
which can be much more terse and less error-prone than switch statements.

Another useful feature of switch expressions is exhaustiveness: we can make
sure that an enum switch expression covers all the cases at compile time.
2022-01-10 09:53:35 +01:00
..
licenses Upgrade joni from 2.1.6 to 2.1.29 (#47374) 2019-10-04 06:30:41 -05:00
src Use Java 14 switch expressions (#82178) 2022-01-10 09:53:35 +01:00
build.gradle Sync grok processor patterns with Logstash (#76752) 2021-08-24 07:34:27 -05:00