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

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


    from df02ec0  SLING-12866 - Restrict force pushes, auto-delete branches on 
merge
     new 01365d0  update parent and dependencies
     new e111008  SLING-13036 Update to parent 64, update various dependencies 
and fix dependency scopes
     new 6ca3a39  SLING-13036 apply spotless formatting
     new bfae282  SLING-13036 switch back to derby 10.16.1.1 as 10.17.x 
requires java 21

The 4 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:
 .sling-module.json                                 |   6 +-
 pom.xml                                            | 104 ++++---
 .../commons/testing/integration/HttpAnyMethod.java |  28 +-
 .../integration/HttpStatusCodeException.java       |  17 +-
 .../commons/testing/integration/HttpTest.java      |  54 ++--
 .../commons/testing/integration/HttpTestBase.java  | 315 +++++++++++----------
 .../commons/testing/integration/HttpTestNode.java  |  34 +--
 .../commons/testing/integration/NameValuePair.java |  28 +-
 .../testing/integration/NameValuePairList.java     |  34 +--
 .../integration/SlingIntegrationTestClient.java    | 135 ++++-----
 .../testing/integration/TestInfoPassingClient.java |  12 +-
 .../sling/commons/testing/jcr/EventHelper.java     |  64 +++--
 .../apache/sling/commons/testing/jcr/MockNode.java | 137 +++++----
 .../commons/testing/jcr/MockNodeIterator.java      |  11 +-
 .../sling/commons/testing/jcr/MockProperty.java    | 148 +++++-----
 .../testing/jcr/MockPropertyDefinition.java        |   4 +-
 .../commons/testing/jcr/MockPropertyIterator.java  |  13 +-
 .../sling/commons/testing/jcr/MockValue.java       |  24 +-
 .../commons/testing/jcr/RepositoryProvider.java    |  27 +-
 .../commons/testing/jcr/RepositoryTestBase.java    |  21 +-
 .../sling/commons/testing/jcr/RepositoryUtil.java  |  86 +++---
 .../apache/sling/commons/testing/junit/Retry.java  |   8 +-
 .../sling/commons/testing/junit/RetryRule.java     |  53 ++--
 .../commons/testing/junit/categories/Slow.java     |   3 +-
 .../sling/commons/testing/osgi/MockBundle.java     |  31 +-
 .../commons/testing/osgi/MockBundleContext.java    |  43 +--
 .../commons/testing/osgi/MockComponentContext.java |  11 +-
 .../commons/testing/osgi/MockServiceReference.java |   3 +-
 .../commons/testing/sling/MockRequestPathInfo.java |  26 +-
 .../testing/sling/MockRequestProgressTracker.java  |  23 +-
 .../sling/commons/testing/sling/MockResource.java  |  22 +-
 .../testing/sling/MockResourceResolver.java        | 107 +++++--
 .../testing/sling/MockSlingHttpServletRequest.java | 101 +++----
 .../sling/MockSlingHttpServletResponse.java        | 264 ++++++++---------
 .../commons/testing/util/JavascriptEngine.java     |  49 ++--
 .../sling/commons/testing/util/TestStringUtil.java |   6 +-
 .../commons/testing/jcr/MockPropertyTest.java      |   1 -
 .../testing/jcr/RepositoryProviderTest.java        |  14 +-
 .../testing/jcr/RepositoryTestBaseTest.java        |   2 +-
 .../commons/testing/jcr/RepositoryUtilTest.java    |   7 +-
 .../sling/commons/testing/junit/RetryRuleTest.java |  62 ++--
 .../commons/testing/sling/MockResourceTest.java    |  24 +-
 .../commons/testing/util/JavascriptEngineTest.java |  68 ++---
 43 files changed, 1142 insertions(+), 1088 deletions(-)

Reply via email to