deprecation message spam
schveiguy opened this issue · 0 comments
schveiguy commented
In the latest version, vibe.http.status.HTTPStatus has an entire group of deprecated members. While this makes sense for people who are using them individually, there is a problem that formatValue
will still build code that uses those deprecated members.
So if I try to log an error, I get pages and pages of deprecation messages, none of which are important.
Is there a way we can use maybe a version to completely remove those deprecated members from the enum?