[x] Added tests for code changes or test/build only changes
[x] Updated the change log file (CHANGES.md|CHANGELOG.md) or test/build only changes
[x] Completed the PR template below:
Description
Updated cloudant-http dependency to version 2.19.0 to get latest session handling fixes.
Approach
Updated cloudant-http dependency to version 2.19.0 in:
cloudant-sync-datastore-core/build.gradle
AndroidTest/app/build.gradle
Schema & API Changes
"No change"
Security and Privacy
"No change"
Testing
Modified existing cloudant-sync-datastore-core/src/test/java/com/cloudant/sync/internal/replication/ReplicationTestBase.java tests because reflection was used to extract internal state from the CookieInterceptor. This needed updating for the changes to CookieInterceptor in cloudant-http 2.19.0.
Checklist
CHANGES.md
|CHANGELOG.md
) or test/build only changesDescription
Updated cloudant-http dependency to version 2.19.0 to get latest session handling fixes.
Approach
Updated cloudant-http dependency to version 2.19.0 in:
cloudant-sync-datastore-core/build.gradle
AndroidTest/app/build.gradle
Schema & API Changes
Security and Privacy
Testing
cloudant-sync-datastore-core/src/test/java/com/cloudant/sync/internal/replication/ReplicationTestBase.java
tests because reflection was used to extract internal state from theCookieInterceptor
. This needed updating for the changes toCookieInterceptor
in cloudant-http 2.19.0.Monitoring and Logging