1. Update ExchangeFilterFunctions to delegate internally to HttpHeaders.setBasicAuth(user, password). 2. Remove deprecation from ExchangeFilterFunctions.basicAuthentication(String user, String password) It is still useful as a filter to insert the header. 3. Update deprecation notes. Issue: SPR-17099