Github user uce commented on the pull request:
https://github.com/apache/flink/commit/8086e3bee8be4614359041c14786140edff19666#commitcomment-26179876
I know that the project historically did not consider the REST API as a
public API, but I would vote to note down all of these breaking REST API
changes for the upcoming 1.5 release notes in order to have a good migration
path for users. I just ran into this when pointing a tool that was using the
`jobsoverview` endpoint of 1.4 to the latest master and had to look into what
happened when I got a 404.
It might also be worth to add redirects in 1.5. and only remove them in the
release after that (cc @zentol).
---