This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/ch.qos.logback-logback-classic-1.2.13
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-integration-tests.git
discard e6823da Bump ch.qos.logback:logback-classic from 1.1.2 to 1.2.13
add 6984991 SLING-12459 - Redirect sonarcloud notifications to
[email protected]
add 4b474e3 chore: fix JsonTest name and assertion message
add b072ac6 SLING-12535 Remove fragment bundle test
add 7af18f0 docs: remove stale references to Launchpad Testing and to
running tests (#22)
add dcaec65 SLING-12534 Switch to Parent 62, Java 11
add 46cea4a SLING-12534 apply spotless formatting
add 58ca784 SLING-12534 ignore spotless code reformatting commit in git
blame
add a921c45 SLING-12538 Update Sling dependencies to latest versions
add 214e827 Bump ch.qos.logback:logback-classic from 1.1.2 to 1.2.13
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e6823da)
\
N -- N -- N
refs/heads/dependabot/maven/ch.qos.logback-logback-classic-1.2.13 (214e827)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 1 +
.git-blame-ignore-revs | 1 +
.sling-module.json | 5 +
README.md | 35 +-
pom.xml | 712 ++++++------
.../customizers/LaunchpadCustomizer.java | 55 +-
.../AbstractSlingResourceTypeRenderingTest.java | 39 +-
.../integrationtest/AuthenticatedTestUtil.java | 203 ++--
.../webapp/integrationtest/BundleContentTest.java | 44 +-
.../ContentLoaderMiscPropertyTest.java | 31 +-
.../webapp/integrationtest/CreateNodeTest.java | 78 +-
.../DavExDisabledAnonAccessTest.java | 41 +-
.../integrationtest/DavExIntegrationTest.java | 44 +-
.../webapp/integrationtest/EspLoadTest.java | 77 +-
.../webapp/integrationtest/EventsCounterTest.java | 53 +-
.../webapp/integrationtest/ExecuteScriptTest.java | 30 +-
.../integrationtest/ExportedPackagesTest.java | 41 +-
.../webapp/integrationtest/FileUploadTest.java | 40 +-
.../webapp/integrationtest/FiltersTest.java | 34 +-
.../webapp/integrationtest/FiltersTest2.java | 35 +-
.../webapp/integrationtest/ForwardTest.java | 73 +-
.../integrationtest/GeneratedNodeNameTest.java | 54 +-
.../integrationtest/GeneratedNodeNameTestStar.java | 52 +-
.../webapp/integrationtest/GetStarTest.java | 26 +-
.../webapp/integrationtest/GetWithSuffixTest.java | 56 +-
.../webapp/integrationtest/HttpPingTest.java | 40 +-
.../ImmediateScriptActivationTest.java | 47 +-
.../webapp/integrationtest/IncludeTest.java | 113 +-
.../webapp/integrationtest/InitialContentTest.java | 55 +-
.../integrationtest/JavascriptWrappersTest.java | 45 +-
.../webapp/integrationtest/JsonRenderingTest.java | 203 ++--
.../webapp/integrationtest/JspForwardTest.java | 82 +-
.../webapp/integrationtest/JspIncludeTest.java | 145 +--
.../webapp/integrationtest/JspScriptingTest.java | 84 +-
.../LaunchpadConfigInstallerTest.java | 28 +-
.../integrationtest/MappingEventsProxyTest.java | 29 +-
.../webapp/integrationtest/MiscUnsafeTest.java | 4 +-
.../webapp/integrationtest/MkdirTest.java | 54 +-
.../NodeTypeBasedRenderingTest.java | 65 +-
.../integrationtest/NodetypeRenderingTest.java | 77 +-
.../webapp/integrationtest/PostRedirectTest.java | 89 +-
.../integrationtest/PropertyRenderingTest.java | 42 +-
.../webapp/integrationtest/RangeStreamingTest.java | 37 +-
.../webapp/integrationtest/RedirectTest.java | 45 +-
.../webapp/integrationtest/RenderingTestBase.java | 34 +-
.../integrationtest/RequestAttributeTest.java | 66 +-
.../integrationtest/ResourceDecoratorTest.java | 28 +-
.../integrationtest/ResourceSuperTypeTest.java | 200 ++--
.../ScriptBindingsValuesProviderTest.java | 64 +-
.../integrationtest/ScriptBuiltinObjectsTest.java | 46 +-
.../integrationtest/ServerSideScriptsTest.java | 80 +-
.../integrationtest/ServletResolverConfigTest.java | 38 +-
.../SlingResourceTypeRenderingTest.java | 91 +-
.../integrationtest/SlingWebDavServletTest.java | 22 +-
.../webapp/integrationtest/StaticContentTest.java | 34 +-
.../webapp/integrationtest/StreamServletTest.java | 39 +-
.../integrationtest/SyntheticResourceTest.java | 39 +-
.../webapp/integrationtest/UploadFileTest.java | 128 +--
.../webapp/integrationtest/ValueFromTest.java | 69 +-
.../webapp/integrationtest/VanityPathTest.java | 39 +-
.../integrationtest/VersionInfoServletTest.java | 70 +-
.../integrationtest/VersionParameterTest.java | 50 +-
.../integrationtest/WebDavDoubleSlashTest.java | 22 +-
.../webapp/integrationtest/WebdavDeleteTest.java | 35 +-
.../webapp/integrationtest/WebdavOptionsTest.java | 32 +-
.../webapp/integrationtest/WebdavUploadTest.java | 69 +-
.../WriteableResourcesProxyTest.java | 29 +-
.../auth/AuthenticationResponseCodeTest.java | 103 +-
.../webapp/integrationtest/crud/CrudTest.java | 31 +-
.../indexing/FullTextIndexingTest.java | 41 +-
.../installer/InstallManyBundlesTest.java | 77 +-
.../installer/ServerSideInstallerTest.java | 51 +-
.../integrationtest/issues/SLING2082Test.java | 9 +-
.../integrationtest/issues/SLING2085Test.java | 10 +-
.../integrationtest/issues/SLING2094Test.java | 17 +-
.../integrationtest/issues/SLING2522Test.java | 31 +-
.../integrationtest/issues/SLING2617Test.java | 10 +-
.../integrationtest/issues/SLING457Test.java | 10 +-
.../integrationtest/issues/SLING760Test.java | 12 +-
.../webapp/integrationtest/jakarta/JsonTest.java | 12 +-
.../integrationtest/jaxb/JaxbMarshallingTest.java | 4 +-
.../integrationtest/login/AnonymousAccessTest.java | 64 +-
.../login/AuthRequestLoginTest.java | 61 +-
.../login/RedirectOnLoginErrorTest.java | 68 +-
.../login/RedirectOnLogoutTest.java | 57 +-
.../provisioning/EmbeddedModelTest.java | 47 +-
.../repository/RepoinitPathTest.java | 34 +-
.../repository/RepositoryInitializersTest.java | 45 +-
.../repository/RepositoryNameTest.java | 40 +-
.../repository/SystemUsersTest.java | 42 +-
.../PlanetsResourceProviderTest.java | 75 +-
.../resourceresolver/ResourceResolverApiTest.java | 94 +-
.../ResourceResolverGeneralTest.java | 1173 +++++++++-----------
.../runmodes/InactiveRunModeTest.java | 35 +-
.../scripting/SlingJSPTaglibTest.java | 113 +-
.../scripting/StandaloneScriptExecutionTest.java | 78 +-
.../integrationtest/scripting/htl/HtlTest.java | 96 +-
.../integrationtest/servlets/HeadServletTest.java | 70 +-
.../servlets/R6WhiteboardServletTest.java | 30 +-
.../servlets/RequestDispatcherServletTest.java | 29 +-
.../servlets/post/CustomPostOperationTest.java | 57 +-
.../servlets/post/PostResponseCreatorTest.java | 32 +-
.../servlets/post/PostSendErrorTest.java | 85 +-
.../servlets/post/PostServletAtCopyTest.java | 48 +-
.../servlets/post/PostServletAtDeleteTest.java | 63 +-
.../servlets/post/PostServletAtMoveTest.java | 75 +-
.../servlets/post/PostServletCopyTest.java | 426 +++----
.../servlets/post/PostServletCreateTest.java | 185 +--
.../servlets/post/PostServletDeleteParentTest.java | 65 +-
.../servlets/post/PostServletDeleteTest.java | 74 +-
.../servlets/post/PostServletImportTest.java | 685 +++++++-----
.../servlets/post/PostServletMoveTest.java | 493 ++++----
.../servlets/post/PostServletNopTest.java | 35 +-
.../servlets/post/PostServletOrderTest.java | 101 +-
.../post/PostServletOutputContentTypeTest.java | 89 +-
.../servlets/post/PostServletPatchTest.java | 58 +-
.../post/PostServletPrivilegesUpdateTest.java | 347 +++---
.../servlets/post/PostServletUpdateTest.java | 152 +--
.../servlets/post/PostServletVersionableTest.java | 360 +++---
.../servlets/post/PostStatusTest.java | 39 +-
.../servlets/post/PostToRootTest.java | 62 +-
.../servlets/post/ReferenceTypeHintTest.java | 50 +-
.../servlets/post/SlingAutoPropertiesTest.java | 81 +-
.../servlets/post/SlingDateValuesTest.java | 75 +-
.../servlets/post/SlingDefaultValuesTest.java | 55 +-
.../servlets/post/SlingPostProcessorTest.java | 43 +-
.../servlets/post/SlingSessionInfoTest.java | 31 +-
.../servlets/resolution/ExtensionServletTest.java | 55 +-
.../resolution/HtmlDefaultServletTest.java | 47 +-
.../servlets/resolution/PathsServletTest.java | 38 +-
.../resolution/PathsServletWithNodeTest.java | 45 +-
.../servlets/resolution/PrefixTest.java | 56 +-
.../servlets/resolution/PrioritiesTest.java | 37 +-
.../servlets/resolution/PutMethodServletTest.java | 54 +-
.../servlets/resolution/RequestObjectTest.java | 51 +-
.../resolution/RequestUriOptingServletTest.java | 36 +-
.../servlets/resolution/ResolutionTestBase.java | 142 ++-
.../servlets/resolution/SelectorServletTest.java | 71 +-
.../resolver/errorhandler/ErrorHandlingTest.java | 259 ++---
.../teleporter/BasicTeleporterTest.java | 40 +-
.../EmbeddedDependenciesTeleporterTest.java | 36 +-
.../integrationtest/teleporter/GeneratorRule.java | 50 +-
.../teleporter/LdapFilterTeleporterTest.java | 38 +-
.../teleporter/LocalServiceTeleporterTest.java | 52 +-
.../teleporter/MultipleRulesTeleporterTest.java | 59 +-
.../teleporter/ServicesPresentTest.java | 35 +-
.../integrationtest/teleporter/SomePojo.java | 28 +-
.../integrationtest/teleporter/SomeService.java | 28 +-
.../integrationtest/teleporter/SomeString.java | 28 +-
.../integrationtest/teleporter/SomeUtility.java | 34 +-
.../teleporter/TeleportedResourcesFolderTest.java | 46 +-
.../teleporter/TeleportedResourcesSingleTest.java | 48 +-
.../teleporter/TeleporterOptionsTest.java | 36 +-
.../integrationtest/util/EventsCounterUtil.java | 12 +-
.../webapp/integrationtest/util/JsonUtil.java | 61 +-
.../integrationtest/util/RepositoryTestUtil.java | 21 +-
.../integrationtest/util/ServerSideTestClient.java | 77 +-
.../webapp/integrationtest/xml/DomTest.java | 4 +-
.../webapp/integrationtest/xml/SaxTest.java | 3 +-
.../webapp/integrationtest/xml/XPathTest.java | 4 +-
.../sling/launchpad/webapp/jsp/TagFileTest.java | 67 +-
161 files changed, 6363 insertions(+), 6338 deletions(-)
create mode 100644 .git-blame-ignore-revs
create mode 100644 .sling-module.json