elasticsearch/client/rest-high-level
Ryan Ernst 19257125b1
Move transport version constants to TransportVersions (#97990)
Constants for TransportVersion currently live alongeside the class
definition. This has been fine since there was only one set of
constants. However, to support serverless, some constants will need to
be defined elsewhere.

This commit moves the existing constants to a new holder class,
TransportVersions. It is almost entirely mechanical, using IntelliJ move
members. The only non mechanical part was slightly shifting how CURRENT
is found, defining a LATEST in TransportVersions that is automatically
calculated (since we already have it, no need to manually define it).
2023-09-06 15:14:41 -04:00
..
src/main Move transport version constants to TransportVersions (#97990) 2023-09-06 15:14:41 -04:00
build.gradle Update Gradle Wrapper to 8.2 (#96686) 2023-07-04 15:35:15 +02:00
roles.yml
testnode.crt
testnode.jks