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 15:30:46 UTC

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

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 dd5bee35 add method to wait for a DS component
     add ceff44ac remove dedicated vlt uber-jar

No new revisions were added by this update.

Summary of changes:
 README.md                                          |   2 +-
 .../apache/sling/ide/eclipse/core/ServerUtil.java  |   2 +-
 .../core/internal/SlingLaunchpadBehaviour.java     |   2 +-
 .../ide/test/impl/helpers/LaunchpadConfig.java     |   5 +-
 eclipse/feature/feature.xml                        |   7 --
 .../org.apache.sling.ide.target-definition.target  |   6 --
 .../java/org/apache/sling/ide/osgi/OsgiClient.java |   3 +-
 .../apache/sling/ide/osgi/impl/HttpOsgiClient.java | 103 ++++++--------------
 .../sling/ide/osgi/impl/HttpOsgiClientTest.java    |   5 +-
 .../ide/artifacts/impl/ArtifactsLocatorImpl.java   |   2 +-
 shared/filevault-uber-jar/.project                 |  24 -----
 shared/filevault-uber-jar/README.md                |   4 -
 shared/filevault-uber-jar/bnd.bnd                  |  57 -----------
 shared/filevault-uber-jar/pom.xml                  | 106 ---------------------
 shared/impl-vlt/bnd.bnd                            |  23 ++++-
 .../vlt/serialization/VltSerializationManager.java |  17 ++--
 .../serialization/VltSerializationManagerTest.java |   3 +-
 shared/parent/pom.xml                              |   4 +-
 shared/pom.xml                                     |   1 -
 19 files changed, 68 insertions(+), 308 deletions(-)
 delete mode 100644 shared/filevault-uber-jar/.project
 delete mode 100644 shared/filevault-uber-jar/README.md
 delete mode 100644 shared/filevault-uber-jar/bnd.bnd
 delete mode 100644 shared/filevault-uber-jar/pom.xml