• Phillip Webb's avatar
    Polish "Use request factory to support Basic Authentication" · 76e075dd
    Phillip Webb authored
    Reduce the surface area of the public API by making the
    `BasicAuthentication` and `BasicAuthenticationClientHttpRequestFactory`
    class package private.
    
    This commit also attempts to simplify `TestRestTemplate` by keeping
    the `RestTemplateBuilder` and reusing it, rather than needing to deal
    only with a `RestTemplate` instance.
    
    See gh-17010
    76e075dd
Name
Last commit
Last update
..
java/org/springframework/boot/test Loading commit data...
kotlin/org/springframework/boot/test/web/client Loading commit data...
resources Loading commit data...
webapp Loading commit data...