Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
37661 13 h 12 m amit /trunk/profitmandi-common/src/main/java/com/spice/profitmandi/common/web/client/ Fix trunk: RestClient was left behind by r37655

r37655 deleted MandiiResponse but omitted RestClient from the commit, so
trunk did not compile - RestClient still imported the deleted class.

RestClient now uses RawHttpResponse: executeMandii is renamed executeRaw and
postWithResponse returns the new type. The dead getMandii helper is removed;
its only caller was MandiiService.
 
37388 23 d 14 h vikas /trunk/ Whatsapp Apis  
37321 30 d 15 h amit /trunk/profitmandi-common/src/main/java/com/spice/profitmandi/common/web/client/ Preserve transport-failure cause in RestClient; add 60s regulator timeout profile

RestClient wrapped IOException/ClientProtocolException into RuntimeException(GE_1006)
without a cause, so callers could not tell a read timeout apart from a business
rejection. Pass the original exception as the cause at all four transport catch sites;
message text is unchanged.

Add HttpClientFactory.slowRegulatorRequestConfig() (60s socket) for NIC e-invoice/EWB
calls, which routinely exceed the global 10s default at peak, plus a RestClient
constructor taking an explicit RequestConfig. The global default is unchanged.
 
36416 141 d 13 h amit /trunk/profitmandi-common/ Drop OkHttp, standardise on Apache HttpClient via HttpClientFactory. RestClient pool raised to 20/8, all construction routed through factory. Lint guard added to block direct OkHttp/createDefault usage.  
36295 152 d 16 h amit /trunk/profitmandi-common/src/main/java/com/spice/profitmandi/common/web/client/ Plug response-entity leak in RestClient

Apache HttpClient connections are released back to the PoolingConnectionManager
only when the response entity is fully consumed. Error paths in execute(),
executeMandii(), and executeJson() threw before consumeQuietly was called,
leaking pool slots and accumulating CLOSE_WAIT sockets against Solr, Tomcat,
and external APIs. Wrap each in try/finally with EntityUtils.consumeQuietly
so the connection is always returned. Methods that return raw HttpResponse
(getResponse, postResponse) are still caller-close responsibility.
 
36200 163 d 11 h ranu /trunk/ error correctly will show  
35623 229 d 17 h amit /trunk/profitmandi-common/src/main/java/com/spice/profitmandi/common/ Switch Reportico service calls from GET to POST to send params as form body  
34877 404 d 12 h ranu /trunk/ razor pay x comiit  
34805 426 d 11 h ranu /trunk/ icici insurance policy phase one uploaded  
34545 491 d 15 h vikas.jangra /trunk/ Bidding/Liquidation push notifications  
31828 1247 d 11 h amit.gupta /trunk/ Added new provider for SMS Service  
30616 1559 d 0 h amit.gupta /trunk/ Added Einvoice Files  
30383 1596 d 12 h amit.gupta /trunk/profitmandi-common/src/main/java/com/spice/profitmandi/common/web/client/ Fixed ahead issue  
30289 1618 d 19 h amit.gupta /trunk/ Fixed changes related to einvoice and invoice generation  
29834 1709 d 14 h tejbeer /trunk/ change  
29710 1730 d 17 h amit.gupta /trunk/profitmandi-common/src/main/java/com/spice/profitmandi/common/web/client/  
29496 1784 d 17 h amit.gupta /trunk/profitmandi-common/src/main/java/com/spice/profitmandi/common/web/client/  
28653 1884 d 18 h amit.gupta /trunk/ Added Changes to order creation  
27179 2165 d 15 h amit.gupta /trunk/profitmandi-common/src/main/java/com/spice/profitmandi/common/web/client/  
26656 2314 d 14 h amit.gupta /trunk/ Fixed sms sender  

Show All