I'm not sure what you mean with legacy handlers. The goal here is to always keep the oldest version as the default. So, currently `v1` is the default, and if we remove that at any point then `v2` will be the new default.
Basically, we have 2 options for dealing with unversioned URLS in the future: * remove unversioned URLs altogether, in which case explicit UNVERSIONED is useful for the time being * always keep a default version, in which case UNVERSIONED is not useful as we have to carry it over whenever we remove an API which is prone to errors [ Full content available at: https://github.com/apache/flink/pull/6602 ] This message was relayed via gitbox.apache.org for [email protected]
