Rishabh

Results 7 comments of Rishabh

@raskasa Requesting your review for upgrade to 4.x series of Okhttp

Hi Team, We are also facing a similar issue where duplicate requests are reaching our backend. Traefik Version - 2.3.2 We are using `marathon` provider to dynamically discover our routers...

@Chaitanyachavali You can use `DataBuilderFactory` for setting up relevant metadata for a builder instance automatically. There are two inbuilt implementations of `DataBuilderFactory` - - [InstantiatingDataBuilderFactory ](https://github.com/flipkart-incubator/databuilderframework/blob/master/src/main/java/com/flipkart/databuilderframework/engine/impl/InstantiatingDataBuilderFactory.java#L251) - [MixedDataBuilderFactory](https://github.com/flipkart-incubator/databuilderframework/blob/master/src/main/java/com/flipkart/databuilderframework/engine/impl/MixedDataBuilderFactory.java#L76) **Sample code...

@kuldeepiitg Migration to Dropwizard 4.x series is a breaking change in terms of DSL (Dropwizard 4.x moved to hibernate 6.x series where `DetachedCriteria` has been removed). To provide smooth migration...

Hi @leeturner. New methods can be added. However this would still be a breaking change from interface definition point of view. For a user of the library, they will then...

@leeturner Got your point. I was looking at it from library user's point of view instead of library developer. I have made the changes as per your suggestion. During the...