elasticsearch/distribution/tools/plugin-cli
Simon Cooper b752169ee9
Use hamcrest regex matcher rather than our own (#104457)
The difference is that our matcher uses .find() to search for a regex match anywhere in the string, whereas the hamcrest one uses .matches() to check the whole string against the regex. This leads to more specific regex checks.

I've left our own one for YAML tests, as that way we don't need to mangle the regex to add .* either side, which might be confusing in test failures.
2024-02-22 16:15:36 +00:00
..
licenses Scan stable plugins for named components upon install (#92528) 2023-01-18 18:19:02 +01:00
src Use hamcrest regex matcher rather than our own (#104457) 2024-02-22 16:15:36 +00:00
build.gradle Upgrade ASM to 9.6 for Java 22 support (#104085) 2024-01-08 15:03:40 -05:00