RestTemplate was never deprecated
Anyone who has worked with a code base backed by the Spring Framework has probably encountered RestTemplate at some point: a simple HTTP client which allows type-based consumption of HTTP endpoints: restTemplate.getForObject("https://some.api/employee/1", Employee.class); Circa 2017, Spring 5 introduced WebFlux. Reactive Java was just