Skip to content

Commit 8d54e56

Browse files
adamkoryntabuilduser
andauthored
by default cwms-http-client should not having caching turned on (#303)
* by default cwms-http-client should not having cachine turned on application clients need to control the scope of the cache and when to recycle, it should not be enabled by default * Autogenerated JaCoCo coverage badge --------- Co-authored-by: builduser <builduser@rmanet.com>
1 parent ccfcbb6 commit 8d54e56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/coveragereport/badge_branchcoverage.svg

Lines changed: 1 addition & 1 deletion
Loading

cwms-http-client/src/main/java/mil/army/usace/hec/cwms/http/client/ApiConnectionInfoBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class ApiConnectionInfoBuilder {
4545
private CookieAuthenticator cookieAuthenticator;
4646
private SimpleAuthKeyProvider simpleAuthKeyProvider;
4747
private HostnameVerifier hostnameVerifier;
48-
private CacheFactory.CacheSupplier cacheSupplier = CacheFactory.okHttpCacheSupplier();
48+
private CacheFactory.CacheSupplier cacheSupplier;
4949

5050
public ApiConnectionInfoBuilder(String apiRoot) {
5151
this.apiRoot = apiRoot;

0 commit comments

Comments
 (0)