c4mdax opened a new pull request, #3404:
URL: https://github.com/apache/pekko/pull/3404

   This PR removes the @deprecated annotation from getFirst and 
getFirstAttribute in the Attributes class.
   
   As discussed in apache/pekko-http#345, migrating away from getFirst to get 
reverses the attribute precedence logic (since getFirst uses reverseIterator to 
find the least specific attribute, while get finds the most specific one). 
¡¡Keeping these methods active and undeprecated is necessary to maintain 
correct precedence in the HTTP layer!!.
   
   Related Issue:
   Resolves apache/pekko-http#345


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to