Build: #7575 was successful Changes by Sam Brannen
Code commits
Spring Framework
-
Sam Brannen f0d599493e5390e00ee14cbe6a66397a14459607
Cache encoded BASIC credentials in ExchangeFilterFunctions
Prior to this commit, the Basic Authentication credentials were encoded for
each request in ExchangeFilterFunctions.basicAuthentication(String, String).
This commit addresses this minor performance issue by encoding the
credentials prior to the creation of the lambda expression returned by
ExchangeFilterFunctions.basicAuthentication(String, String).
Closes gh-23256 -
Sam Brannen 140e1e6532bb0647515dc647c4ade53b33972229
Polish PropertyAccessorUtilsTests
Plan Repository
-
Sam Brannen f0d599493e5390e00ee14cbe6a66397a14459607
Cache encoded BASIC credentials in ExchangeFilterFunctions
Prior to this commit, the Basic Authentication credentials were encoded for
each request in ExchangeFilterFunctions.basicAuthentication(String, String).
This commit addresses this minor performance issue by encoding the
credentials prior to the creation of the lambda expression returned by
ExchangeFilterFunctions.basicAuthentication(String, String).
Closes gh-23256 -
Sam Brannen 140e1e6532bb0647515dc647c4ade53b33972229
Polish PropertyAccessorUtilsTests