You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2021/12/22 14:53:17 UTC

[sling-org-apache-sling-testing-clients] branch master updated (bda5045 -> 041036a)

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-clients.git.


    from bda5045  [maven-release-plugin] prepare for next development iteration
     new 0eaadc5  SLING-10860 ignore server retries if response status code is in the expected status
     new 6dad733  SLING-10860 revert small formatting
     new 8dd139f  SLING-10860 Fixing return, fixing tests and adding a new test
     new 041036a  Merge pull request #23 from tyge68/issue/SLING-10860

The 179 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/sling/testing/Constants.java   |  5 ++++
 .../sling/testing/clients/AbstractSlingClient.java |  4 +++
 .../clients/util/ServerErrorRetryStrategy.java     | 10 ++++++--
 .../clients/SlingClientRetryStrategyTest.java      | 30 +++++++++++++++++-----
 4 files changed, 41 insertions(+), 8 deletions(-)