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

github-bot pushed a change to branch 
dependabot/maven/org.eclipse.platform-org.eclipse.osgi-3.22.0
in repository https://gitbox.apache.org/repos/asf/aries.git


 discard e917322e0 Bump org.eclipse.platform:org.eclipse.osgi from 3.11.3 to 
3.22.0
     add cf104ebbc [MAINTENANCE] Update asm and pax-url in web
     add 8d8bc72d5 Bump org.osgi:osgi.core from 5.0.0 to 8.0.0
     add 372cedc63 [MAINTENANCE] Update spi-fly tests to implement osgi.core 
8.0.0 interfaces
     add 914897231 Merge pull request #443 from 
apache/dependabot/maven/org.osgi-osgi.core-8.0.0
     add 831a9cdc0 [MAINTENANCE] Auto label PRs per component
     add 874044684 [MAINTENANCE] Add checkout action to labeler
     add f9f0aadb0 [MAINTENANCE] Update pax-url test dependency
     add e860bc494 [MAINTENANCE] Update globs in labeler
     add 8482c4140 [MAINTENANCE] Update pax-exam in blueprint
     add 90b07bc98 [MAINTENANCE] Update internal blueprint plugin dependencies 
(#468)
     add 14e76a4f4 [MAINTENANCE] Update pax-exam in proxy (#469)
     add 5d2781df9 [MAINTENANCE] Update pax-exam in jmx (#470)
     add 0f6922a7e [MAINTENANCE] Update pax-exam in ejb (#471)
     add 79957bc13 [MAINTENANCE] Update pax-exam in transaction (#473)
     add 3508b6ff3 [MAINTENANCE] Sync labels in PRs (#474)
     add ab96616eb [MAINTENANCE] Extract common itests options
     add 23e323238 [MAINTENANCE] Update pax-exam tests for modules supporting 
pax-exam 4.x
     add 2e1f9ec62 [MAINTENANCE] Use testsupport bundle in proxy itests
     add 2b707f137 [MAINTENANCE] Use testsupport bundle in transaction itests
     add 10c7f0d0b Merge pull request #472 from 
apache/extract-common-itests-options
     add c9019a646 Bump org.eclipse.platform:org.eclipse.osgi from 3.11.3 to 
3.22.0

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   (e917322e0)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.eclipse.platform-org.eclipse.osgi-3.22.0 
(c9019a646)

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:
 .github/labeler.yml                                |  67 +++++++++++
 .github/workflows/labeler.yml                      |  18 +++
 .github/workflows/proxy.yml                        |   7 ++
 .github/workflows/transaction.yml                  |   7 ++
 application/application-itests/pom.xml             |   2 +-
 .../runtime/itests/BasicAppManagerTest.java        |   5 +-
 .../runtime/itests/BasicNoOpResolverTest.java      |   5 +-
 .../itests/IsolatedCfgAdminRuntimeTest.java        |   5 +-
 .../runtime/itests/IsolatedRuntimeTest.java        |   5 +-
 .../runtime/itests/MinimumImportsTest.java         |   5 +-
 .../runtime/itests/OBRAppManagerTest.java          |   6 +-
 .../runtime/itests/OBRResolverAdvancedTest.java    |   5 +-
 .../runtime/itests/OBRResolverTest.java            |   5 +-
 .../application/runtime/itests/UpdateAppTest.java  |   5 +-
 .../pom.xml                                        |   2 +-
 .../cm/itest/ConfigurationPostResolverTest.java    |  11 +-
 blueprint/itests/blueprint-itests/pom.xml          |   4 +-
 .../itests/AbstractBlueprintIntegrationTest.java   |  40 +++----
 .../ParserServiceImportAndIncludeXSDsTest.java     |   2 +-
 ...eImportCmAndIncorrectNamespaceHandlersTest.java |   2 +-
 ...viceImportXSDsBetweenNamespaceHandlersTest.java |   2 +-
 blueprint/plugin/blueprint-maven-plugin/pom.xml    |   4 +-
 ejb/ejb-modeller-itest/pom.xml                     |   6 +-
 .../ejb/container/itest/EJBModellingTest.java      |  52 +++------
 ejb/openejb-extender-itest/pom.xml                 |  15 ++-
 .../extender/itest/AbstractOpenEJBTest.java        |  17 +--
 .../extender/itest/AdvancedEJBBundleTest.java      |   3 +-
 .../ejb/openejb/extender/itest/EJBBundleTest.java  |  10 ++
 jmx/jmx-itests/pom.xml                             |  18 +--
 .../src/test/java/org/apache/aries/itest           |   1 -
 .../apache/aries/jmx/AbstractIntegrationTest.java  |  13 +--
 .../aries/jmx/framework/BundleStateMBeanTest.java  |   5 +-
 .../aries/jmx/framework/FrameworkMBeanTest.java    |  69 ++++++-----
 .../aries/jmx/framework/ServiceStateMBeanTest.java |   7 +-
 .../wiring/BundleWiringStateMBeanTest.java         |  16 ++-
 .../permissionadmin/PermissionAdminMBeanTest.java  |  20 ++--
 jmx/jmx-whiteboard/pom.xml                         |  18 +--
 .../integration/helper/IntegrationTestBase.java    |   3 -
 .../aries/jndi/itests/JndiUrlIntegrationTest.java  |  19 +--
 proxy/proxy-itests/pom.xml                         |  13 ++-
 .../aries/proxy/itests/AbstractProxyTest.java      |  62 +++++-----
 .../quiesce/manager/itest/QuiesceManagerTest.java  |  12 +-
 spi-fly/pom.xml                                    |   2 +-
 ...ndleTrackerCustomizerGenericCapabilityTest.java |  58 +++++----
 .../ClientWeavingHookGenericCapabilityTest.java    |   5 +
 .../dynamic/ClientWeavingHookOSGi43Test.java       |   5 +
 .../spifly/dynamic/ClientWeavingHookTest.java      |   5 +
 subsystem/subsystem-itests/pom.xml                 |   4 +-
 .../aries/subsystem/itests/SubsystemTest.java      |  14 +--
 testsupport/testsupport-unit/pom.xml               |   7 ++
 .../aries/itest/AbstractIntegrationTest.java       | 129 ++++++++++++++-------
 transaction/transaction-itests/pom.xml             |  37 +++---
 .../itests/AbstractIntegrationTest.java            |  48 +-------
 web/web-itests/pom.xml                             |  21 +++-
 .../web/converter/itest/WabConverterITest.java     |  45 ++++---
 web/web-urlhandler/pom.xml                         |  29 ++++-
 56 files changed, 550 insertions(+), 452 deletions(-)
 create mode 100644 .github/labeler.yml
 create mode 100644 .github/workflows/labeler.yml
 delete mode 120000 jmx/jmx-itests/src/test/java/org/apache/aries/itest

Reply via email to