elasticsearch/x-pack/plugin/ccr/qa
Armin Braun 37d55dac1c
Speed up String array writes to XContent (#98957)
Jackson has a direct method for writing string arrays
that saves us some of the indirection we have when looping
over a string array. This normally doesn't gain much, but for extreme
cases like long index name lists in field caps it saves a couple percent
in CPU time.
2023-08-30 12:02:41 +02:00
..
downgrade-to-basic-license Remove usages of elasticsearch.build plugin in non-production projects (#84890) 2022-03-14 11:27:24 -07:00
multi-cluster Use `Strings.format` instead of `String.format(Locale.ROOT, ...)` in tests (#92106) 2023-01-03 19:28:27 +01:00
non-compliant-license Use Java 15 text blocks for JSON and multiline strings (#80751) 2021-12-15 18:01:28 +01:00
rest Add JUnit rule based integration test cluster orchestration framework (#92379) 2022-12-21 15:33:46 -08:00
restart Use Java 14 switch expressions (#82178) 2022-01-10 09:53:35 +01:00
security Dry up more of index setting creation in tests (#95602) 2023-04-27 17:11:48 +02:00
src/main/java/org/elasticsearch/xpack/ccr Speed up String array writes to XContent (#98957) 2023-08-30 12:02:41 +02:00
build.gradle Provide hints to Gradle Task.onlyIf declarations (#94953) 2023-03-31 23:57:55 +02:00