elasticsearch/libs
Dmitry Cherniachenko e21a4874ab
Use String.replace() instead of replaceAll() for non-regexp replacements (#105127)
* Use String.replace() instead of replaceAll() for non-regexp replacements

When arguments do not make use of regexp features replace() is a more efficient option, especially the char-variant.
2024-02-12 13:11:15 -05:00
..
cli Adjust terminal tests to new behavior in JDK 22. (#103614) 2023-12-21 14:36:53 +01:00
core Faster ref-count logic for when ref-counted object does not escape (#105338) 2024-02-10 14:50:12 +01:00
dissect Cleanup Stream usage in various spots (#97306) 2023-07-03 14:24:57 +02:00
geo Add the possibility to transform WKT to WKB directly (#104030) 2024-01-08 16:10:32 +01:00
grok Endpoint to test Grok pattern (#104394) 2024-01-24 09:35:59 +01:00
h3 Checkstyle: require braces around do, for, and while clauses (#103217) 2024-01-09 16:03:45 -05:00
log4j Patch log4j JAR to remove JndiLookup class (#81629) 2021-12-10 15:51:38 -08:00
logging Validate that stable plugins do not break compatibility (#92776) 2023-01-18 06:48:48 -05:00
lz4 Delete all unused private methods (#98111) 2023-11-25 22:21:59 +01:00
native Add classpath based SPI for jna native provider (#105320) 2024-02-08 17:31:57 -08:00
plugin-analysis-api Fix third party audit task when running with Java 20 (#94601) 2023-03-21 13:41:02 -04:00
plugin-api [Stable plugin api] Drop api suffix in package names (#92905) 2023-01-14 09:49:37 +01:00
plugin-classloader Modularize Elasticsearch (#81066) 2022-05-20 13:11:42 +01:00
plugin-scanner Upgrade ASM to 9.6 for Java 22 support (#104085) 2024-01-08 15:03:40 -05:00
preallocate Use open and fstat in preallocate (#105171) 2024-02-07 13:40:05 -05:00
secure-sm Improve InnocuousThread permission checks handling (#91704) 2022-11-23 13:45:12 +01:00
ssl-config upgrade bouncy castle jars (#100923) 2023-11-21 11:14:41 -06:00
tdigest Make some classes final to avoid suppressing "this-escape" warning (#101699) 2023-11-02 08:34:02 -04:00
x-content Use String.replace() instead of replaceAll() for non-regexp replacements (#105127) 2024-02-12 13:11:15 -05:00
build.gradle Add native access library (#105100) 2024-02-07 18:27:09 -05:00