You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gi...@apache.org on 2021/04/06 16:30:41 UTC

[aries] branch dependabot/github_actions/actions/setup-java-v2 updated (c3359ee -> b1a0a63)

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

github-bot pushed a change to branch dependabot/github_actions/actions/setup-java-v2
in repository https://gitbox.apache.org/repos/asf/aries.git.


 discard c3359ee  Bump actions/setup-java from v1 to v2
     add af64e9b  build examples so that we can use them for integration testing
     add 28091f5  clean various IDE warnings
     add 746b760  flatten poms
     add 893b66b  run examples as integration tests to assure they continue to provide accurate information
     add b1a0a63  Bump actions/setup-java from v1 to v2

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   (c3359ee)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/actions/setup-java-v2 (b1a0a63)

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:
 .gitignore                                         |   3 +-
 spi-fly/pom.xml                                    |  64 ++++--
 spi-fly/spi-fly-core/pom.xml                       |   3 -
 spi-fly/spi-fly-dynamic-bundle/pom.xml             |   5 +-
 .../spi-fly-dynamic-framework-extension/pom.xml    |   8 +-
 spi-fly/spi-fly-examples/pom.xml                   |  37 +++-
 .../spi-fly-example-client1-bundle/pom.xml         |  16 +-
 .../spi-fly-example-client2-bundle/pom.xml         |   2 +-
 .../spi-fly-example-client3-bundle/pom.xml         |   6 +-
 .../pom.xml                                        |  14 +-
 .../spi-fly-example-provider1-bundle/pom.xml       |   6 +-
 .../spi-fly-example-resource-client-bundle/pom.xml |   4 +-
 .../spi-fly-itests}/LICENSE                        |   0
 {web => spi-fly/spi-fly-itests}/NOTICE             |   0
 spi-fly/spi-fly-itests/logback.xml                 |  35 +++
 spi-fly/spi-fly-itests/pom.xml                     | 241 +++++++++++++++++++++
 .../apache/aries/spifly/itests/InitialTest.java    | 190 ++++++++++++++++
 .../aries/spifly/itests/util/TeeOutputStream.java  |  99 +++++++++
 spi-fly/spi-fly-itests/test.bndrun                 |  67 ++++++
 spi-fly/spi-fly-static-bundle/pom.xml              |   5 +-
 spi-fly/spi-fly-static-tool/pom.xml                |   3 -
 spi-fly/spi-fly-weaver/pom.xml                     |   2 -
 22 files changed, 741 insertions(+), 69 deletions(-)
 copy {web/web-urlhandler => spi-fly/spi-fly-itests}/LICENSE (100%)
 copy {web => spi-fly/spi-fly-itests}/NOTICE (100%)
 create mode 100644 spi-fly/spi-fly-itests/logback.xml
 create mode 100644 spi-fly/spi-fly-itests/pom.xml
 create mode 100644 spi-fly/spi-fly-itests/src/main/java/org/apache/aries/spifly/itests/InitialTest.java
 create mode 100644 spi-fly/spi-fly-itests/src/main/java/org/apache/aries/spifly/itests/util/TeeOutputStream.java
 create mode 100644 spi-fly/spi-fly-itests/test.bndrun