spring-resttemplate Questions
2
I migrated to spring boot 3 and java 21.
Since I have a patch rest call to make, i needed the dependency org.apache.httpcomponents.client5:httpclient5:5.2.2.
But with that dependency, I get a "...
Schmaltz asked 6/12, 2023 at 9:45
2
Solved
Is it possible to read data from DB, process it and in ItemWriter send to another system using RestAPI (REST TEMPLATE) in Spring batch project? All I can see is fetch data and write it in a csv fil...
Ames asked 26/9, 2021 at 19:1
0
We have a spring boot Application which makes RESTFul calls to a bunch of backends, one of them returns null reponses at times, and we are observing the connections are not released during these in...
Frontogenesis asked 17/8, 2020 at 13:27
1
Solved
Why is my integration test complaining about missing RestTemplate wiring in Spring Boot ?
What can I do to fix this integration test?
Moreover, is this an integration test or a unit test? Based ...
Skirt asked 16/5, 2020 at 21:24
5
Solved
I have this piece of code working fine on a project that uses RestTemplateBuilder 1.5.14
this.restTemplate = restTemplateBuilder
.setConnectTimeout(connectTimeout)
.setReadTimeout(readTimeout)
...
Blanchard asked 23/5, 2020 at 17:36
1
© 2022 - 2025 — McMap. All rights reserved.