OpenFeign / feign

Feign makes writing java http clients easier
Apache License 2.0
9.42k stars 1.92k forks source link

What was the need to do it in such a way? #2412

Open krshna-dtdl opened 3 months ago

krshna-dtdl commented 3 months ago

https://github.com/OpenFeign/feign/blob/aded5d5ac7f0cd7c57722c9aa9e5c9539783a897/core/src/main/java/feign/BaseBuilder.java#L252

In previous version of this file we were not cloning it. We were directly changing.