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 &quot...

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...

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 ...

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.