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 13:08:59 UTC

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

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 a47871b7 increase timeout for ITs in shared api
     add dd5bee35 add method to wait for a DS component

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/sling/ide/osgi/OsgiClient.java |  14 ++
 .../apache/sling/ide/osgi/impl/HttpOsgiClient.java | 240 ++++++++++++++++-----
 .../org/apache/sling/ide/osgi/impl/Polling.java    | 166 ++++++++++++++
 .../sling/ide/osgi/impl/HttpOsgiClientIT.java      |  14 +-
 .../sling/ide/osgi/impl/HttpOsgiClientTest.java    |  30 ++-
 shared/api/src/test/resources/components.json      |   1 +
 6 files changed, 388 insertions(+), 77 deletions(-)
 create mode 100644 shared/api/src/main/java/org/apache/sling/ide/osgi/impl/Polling.java
 create mode 100644 shared/api/src/test/resources/components.json