elasticsearch/libs/core
Armin Braun 306491aa9d
Fix a few toString implementations+usages that affect test performance (#112380)
No need to precompute the toString for `ActionListener` and
`Releasable`, that's quite expensive at times. Also string concat is way
faster than formating these days, so use that in the transport channels.
Lastly, short-circuit some obvious spots in network address
serialization and remove code that duplicates the JDK (remove the IPV4
specific forbidden API because it makes no sense, but still needed to
disable the check to make the build green because of the exclude on the
parent class).
2024-08-30 15:17:18 +02:00
..
src Fix a few toString implementations+usages that affect test performance (#112380) 2024-08-30 15:17:18 +02:00
build.gradle Make ProviderLocator aware of boot qualified exports (#105250) 2024-02-07 09:43:22 -08:00