OpenSearch/client
Christoph Büscher 5183ea3d68
Use OptionalInt instead of Optional<Integer> (#34220)
Optionals containing boxed primitive types are prohibitively costly because they
have two level of boxing. For Optional<Integer> the analogous OptionalInt can be
used to avoid the boxing of the contained int value.
2018-10-02 15:58:07 +02:00
..
benchmark Logging: Drop two deprecated methods (#34055) 2018-09-26 11:20:52 -04:00
client-benchmark-noop-api-plugin Disable assemble task instead of removing it (#33348) 2018-09-04 07:32:14 +03:00
rest Checkstyle: Catch wide snippets (#34163) 2018-10-01 15:22:15 -04:00
rest-high-level Use OptionalInt instead of Optional<Integer> (#34220) 2018-10-02 15:58:07 +02:00
sniffer Checkstyle: Catch wide snippets (#34163) 2018-10-01 15:22:15 -04:00
test Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00
transport Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00