spring-projects / spring-hateoas

Spring HATEOAS - Library to support implementing representations for hyper-text driven REST web services.
https://spring.io/projects/spring-hateoas
Apache License 2.0
1.03k stars 476 forks source link

Deprecate RFC-7807 support #1823

Open vpavic opened 2 years ago

vpavic commented 2 years ago

With Spring Framework 6.0 providing first-class support for RFC-7807 (see https://github.com/spring-projects/spring-framework/issues/27052), Spring HATEOAS should probably deprecate its own RFC-7807 support.

vpavic commented 1 year ago

Any feedback on this?

With Framework's support for RFC-7807 set to hit GA in 6.0, it seems a bit confusing to continue maintaining (a much less capable) support for the same thing.