Why is HAL deprecated an not widespread?
The main idea behind the HAL is to add an abstraction level above http endpoints. Instead of working with hardcoded addresses a concept of relations is used to add aliases to the endpoints. That allows for a lot of simplifications. E.g. when there are two teams working on two modules and the second team modifies endpoints used by the first team, the first team will have to do nothing if the parsing and address retrieval from HAL is automatic (which is easy to setup).
But I go to wiki and read:
the latest version of HAL Internet-Draft expired on November 12, 2016
So, I can not understand why the HAL did not get a widespread recognition and what is the alternative to it in modern distributed systems.
Of cource I am aware of the messaging systems, but they are platform dependent. So, the only other option I can think of is to use bare http addresses to implement the platform agnostic communication between the back-end systems, since http is supported by all (read almost all) technologies.
Please, do not treat my question as vague and ask questions in comments if something is not clear from what I wrote above. My question is clear:
1 HAL is a serious step forward for the development of web applications
2 There are no alternatives to it
3 It was deprecated and did not get a widespread recognition
1, 2 and 3 create a contradiction, so either one of these three should be wrong and I can not figure out which one.