You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/09/30 17:38:28 UTC

[sling-ide-tooling] branch feature/m2e-2.x-compatibility updated (ceff44ac -> 2e63539f)

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

kwin pushed a change to branch feature/m2e-2.x-compatibility
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git


    from ceff44ac remove dedicated vlt uber-jar
     add 2e63539f drop httpclient 3.x completely

No new revisions were added by this update.

Summary of changes:
 .../core/internal/SlingLaunchpadBehaviour.java     | 103 +++++++++++----------
 eclipse/eclipse-test/META-INF/MANIFEST.MF          |   1 -
 .../sling/ide/test/impl/BundleDeploymentTest.java  |   5 +-
 .../sling/ide/test/impl/ContentDeploymentTest.java |  10 +-
 .../test/impl/helpers/ExternalSlingLaunchpad.java  |  81 +++++++++-------
 .../ide/test/impl/helpers/RepositoryAccessor.java  |  61 ++++++------
 .../ide/test/impl/helpers/UninstallBundleRule.java |   9 +-
 eclipse/feature/feature.xml                        |  15 +--
 .../org.apache.sling.ide.target-definition.target  |   6 +-
 .../java/org/apache/sling/ide/osgi/OsgiClient.java |   4 +-
 .../apache/sling/ide/osgi/impl/HttpOsgiClient.java |   2 +-
 .../sling/ide/osgi/impl/HttpOsgiClientIT.java      |   6 ++
 12 files changed, 160 insertions(+), 143 deletions(-)