Whether using RestTemplate or WebClientBuilder, would it make sense to use as default User-Agent header the value of spring.application.name?
At the moment i am using a "custom" RestTemplateCustomizer that is injecting this header. for RestTemplate and defaultHeaders method for WebClientBuilder, but i think it makes sense for the User-Agent to be set to spring.application.name by default.