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

sseifert pushed a change to branch feature/SLING-12539-java-11
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-integration-tests.git


    from 6eb2a66  SLING-12539 Switch to Java 11
     add f2bbce6  SLING-12367 - MBean platform server not registered for Sling 
Starter (#27)
     add 9b39cfd  SLING-12707 Add Context-Aware Configuration test (#28)
     add 3b48fb2  SLING-12719 - Remove dependency to junit-addons (#29)
     add 4a0a9ce  SLING-12732 - Migrate Starter tests to Jakarta JSON
     add bc2410d  SLING-12866 - Restrict force pushes, auto-delete branches on 
merge
     add 17c0bf9  SLING-12970 fix RedirectOnLoginErrorTest for custom login 
script (#32)
     add 4ab647a  Merge branch 'master' into feature/SLING-12539-java-11

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |  4 +
 pom.xml                                            | 50 ++++++++---
 .../webapp/integrationtest/BundleContentTest.java  |  3 +-
 .../integrationtest/PropertyRenderingTest.java     |  3 +-
 .../webapp/integrationtest/RedirectTest.java       |  5 +-
 .../integrationtest/ServletResolverConfigTest.java |  3 +-
 .../webapp/integrationtest/VanityPathTest.java     |  3 +-
 .../integrationtest/VersionInfoServletTest.java    |  5 +-
 .../integrationtest/VersionParameterTest.java      |  5 +-
 .../webapp/integrationtest/WebdavDeleteTest.java   | 38 ++++-----
 .../caconfig/ContextAwareConfigurationTest.java    | 98 ++++++++++++++++++++++
 .../installer/InstallManyBundlesTest.java          | 10 +--
 .../{xml/DomTest.java => jmx/JmxTest.java}         | 22 +++--
 .../login/RedirectOnLoginErrorTest.java            | 38 ++++++++-
 .../servlets/post/PostSendErrorTest.java           |  7 +-
 .../servlets/post/PostServletAtDeleteTest.java     |  2 +-
 .../servlets/post/PostServletCopyTest.java         |  2 +-
 .../servlets/post/PostServletImportTest.java       |  6 +-
 .../servlets/post/PostServletMoveTest.java         |  2 +-
 .../servlets/post/PostServletOrderTest.java        |  5 +-
 .../post/PostServletPrivilegesUpdateTest.java      |  8 +-
 .../servlets/post/PostServletUpdateTest.java       |  6 +-
 .../servlets/post/ReferenceTypeHintTest.java       |  5 +-
 .../resolver/errorhandler/ErrorHandlingTest.java   |  7 +-
 .../integrationtest/util/EventsCounterUtil.java    |  5 +-
 .../webapp/integrationtest/util/JsonUtil.java      | 24 +++---
 .../integrationtest/util/RepositoryTestUtil.java   |  5 +-
 .../integrationtest/util/ServerSideTestClient.java |  5 +-
 .../servlets/errorhandler/json.404.jsp             | 10 +--
 29 files changed, 273 insertions(+), 113 deletions(-)
 create mode 100644 
src/main/java/org/apache/sling/launchpad/webapp/integrationtest/caconfig/ContextAwareConfigurationTest.java
 copy 
src/main/java/org/apache/sling/launchpad/webapp/integrationtest/{xml/DomTest.java
 => jmx/JmxTest.java} (50%)

Reply via email to