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

github-bot pushed a change to branch dependabot/maven/slf4j.version-2.0.17
in repository https://gitbox.apache.org/repos/asf/aries.git


 discard 0563b8210 Bump slf4j.version from 1.7.0 to 2.0.17
     add 9115d3b49 [MAINTENANCE] Run PMD in github actions (#488)
     add 706821284 [MAINTENANCE] Cleanup simple pmd findings in application
     add f9dc4dc14 [MAINTENANCE] Simplify triple negation usage
     add 20cb7c726 [MAINTENANCE] Update maven plugins dependencies to maven 3.x
     add c9073919c [MAINTENANCE] Skip jakarta.servlet-api 5.x upgrade
     add 3e770f0ca Bump org.apache.tomcat.maven:tomcat7-maven-plugin from 2.0 
to 2.2
     add 0c6299374 [MAINTENANCE] Autolink jira issues
     add 173103c9c [MAINTENANCE] Enable more dependabot updates
     add 383782fb5 Bump org.osgi:osgi.annotation from 6.0.0 to 8.1.0
     add c11cdb3a8 Bump com.google.guava:guava from 33.4.0-jre to 33.4.6-jre
     add 3927286f3 Bump org.eclipse.platform:org.eclipse.equinox.console
     add ea6d0343a Bump org.ow2.asm:asm-all from 4.0 to 5.2
     add 9df1f40b2 Bump org.apache.maven.plugins:maven-assembly-plugin
     add 1970fc107 [MAINTENANCE] Update maven-assembly-plugin configuration
     add baf25750e Merge pull request #606 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.7.1
     add 2da2ae5a4 [MAINTENANCE] Replace asm-all with asm* in samples
     add c7b27019a [MAINTENANCE] Replace asm-all with asm* in application
     add 9d4796807 [MAINTENANCE] Remove unused asmdependencies in subsystem and 
transaction
     add 9871c24b8 [MAINTENANCE] Remove dependabot rules for asm-all*
     add 7af46c4cc Merge pull request #615 from 
apache/replace-asm-all-dependencies-with-asm
     add 8c1d0386e Bump asm.version from 9.7.1 to 9.8
     add 6a70cfb3b Bump org.apache.maven.plugins:maven-surefire-plugin from 
3.5.2 to 3.5.3
     add c5264d486 [MAINTENANCE] Skip pax-url 3.x and pax-logging 2.3 updates
     add 7f1b9a4ce Bump pax-logging.version from 1.11.17 to 2.2.9
     add 96640bb1b [MAINTENANCE] Update pax-logging to the highest possible 1.x 
and stop using pax-logging-service
     add a1353b9b0 [MAINTENANCE] Bump pax-logging.version to 2.2.9 or 1.12.12
     add 0b5a28204 Bump slf4j.version from 1.7.0 to 2.0.17

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   (0563b8210)
            \
             N -- N -- N   refs/heads/dependabot/maven/slf4j.version-2.0.17 
(0b5a28204)

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:
 ...n.spi.ContextInitializationHandler => .asf.yaml |  6 +-
 .github/dependabot.yaml                            | 17 ++--
 .github/workflows/{async.yml => pmd.yml}           | 24 +++---
 .../aries/application/ApplicationMetadata.java     | 57 +++++++------
 .../application/ApplicationMetadataFactory.java    |  7 +-
 .../java/org/apache/aries/application/Content.java | 17 ++--
 .../aries/application/DeploymentContent.java       |  2 +-
 .../aries/application/DeploymentMetadata.java      | 22 ++---
 .../application/DeploymentMetadataFactory.java     | 12 +--
 .../aries/application/ServiceDeclaration.java      |  4 +-
 .../application/management/AriesApplication.java   | 15 ++--
 .../management/AriesApplicationContext.java        | 54 ++++++------
 .../management/AriesApplicationListener.java       |  3 +-
 .../management/AriesApplicationManager.java        | 17 ++--
 .../aries/application/management/BundleInfo.java   | 24 +++---
 .../application/management/ResolveConstraint.java  |  5 +-
 .../management/spi/convert/BundleConversion.java   |  5 +-
 .../management/spi/convert/BundleConverter.java    |  2 +-
 .../management/spi/framework/BundleFramework.java  | 22 ++---
 .../framework/BundleFrameworkConfiguration.java    |  7 +-
 .../BundleFrameworkConfigurationFactory.java       |  5 +-
 .../spi/framework/BundleFrameworkFactory.java      |  3 +-
 .../spi/framework/BundleFrameworkManager.java      | 23 +++---
 .../spi/repository/BundleRepository.java           | 20 ++---
 .../spi/repository/BundleRepositoryManager.java    | 11 ++-
 .../spi/resolve/DeploymentManifestManager.java     |  1 -
 .../spi/resolve/PostResolveTransformer.java        |  3 +-
 .../management/spi/resolve/PreResolveHook.java     |  2 +-
 .../runtime/AriesApplicationContextManager.java    |  8 +-
 .../management/spi/runtime/LocalPlatform.java      |  4 +-
 .../management/spi/update/UpdateStrategy.java      | 24 +++---
 .../application/modelling/DeploymentMFElement.java |  5 +-
 .../application/modelling/ExportedPackage.java     |  3 +-
 .../application/modelling/ExportedService.java     |  4 +-
 .../application/modelling/ImportedBundle.java      |  3 +-
 .../application/modelling/ImportedPackage.java     |  3 +-
 .../application/modelling/ImportedService.java     |  3 +-
 .../application/modelling/ModelledResource.java    |  7 +-
 .../modelling/ModelledResourceManager.java         |  3 +-
 .../application/modelling/ModellingConstants.java  | 21 +++--
 .../modelling/ParsedServiceElements.java           | 19 ++---
 .../aries/application/modelling/ParserProxy.java   |  8 +-
 .../aries/application/modelling/Provider.java      |  3 +-
 .../aries/application/modelling/ResourceType.java  |  3 -
 .../application/modelling/ServiceModeller.java     |  3 +-
 .../modelling/WrappedReferenceMetadata.java        |  5 +-
 application/application-converters/pom.xml         | 24 +++++-
 .../impl/DeploymentManifestManagerImpl.java        | 11 ++-
 .../deployment/management/impl/MessageUtil.java    | 10 +--
 application/application-distro/pom.xml             |  2 +-
 .../src/main/assemblies/application-distro.xml     |  2 +
 application/application-isolated-distro/pom.xml    |  2 +-
 .../assemblies/application-isolated-distro.xml     |  2 +
 .../java/org/apache/aries/sample/HelloWorld.java   |  3 +-
 application/application-itests/pom.xml             | 28 +++++--
 .../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          |  5 +-
 .../runtime/itests/OBRResolverAdvancedTest.java    |  7 +-
 .../runtime/itests/OBRResolverTest.java            |  5 +-
 .../application/runtime/itests/UpdateAppTest.java  |  5 +-
 .../management/impl/AriesApplicationImpl.java      |  2 -
 .../impl/AriesApplicationManagerImpl.java          |  4 +-
 .../repository/ApplicationRepository.java          |  2 +-
 .../impl/AriesApplicationManagerImplTest.java      |  2 +-
 .../standalone/OfflineModellingFactory.java        |  2 +-
 .../modelling/impl/AbstractParserProxy.java        |  4 +-
 .../modelling/impl/DeployedBundlesImpl.java        |  4 +-
 .../modelling/impl/ImportedBundleImpl.java         |  9 +-
 .../modelling/impl/ImportedPackageImpl.java        |  3 +-
 .../modelling/impl/ImportedServiceImpl.java        | 10 +--
 .../impl/ModelledResourceManagerImpl.java          |  6 +-
 .../modelling/internal/BundleBlueprintParser.java  |  6 +-
 .../modelling/utils/impl/ModellingHelperImpl.java  | 18 ++--
 .../application/resolver/obr/OBRAriesResolver.java | 14 ++--
 .../resolver/obr/impl/ApplicationResourceImpl.java |  6 +-
 .../resolver/obr/impl/OBRBundleInfo.java           |  3 +-
 .../resolver/obr/impl/OBRCapability.java           |  4 +-
 .../resolver/obr/impl/RepositoryGeneratorImpl.java |  6 +-
 .../resolver/obr/impl/RequirementImpl.java         |  2 +-
 .../pom.xml                                        | 29 ++++++-
 .../cm/itest/ConfigurationPostResolverTest.java    |  5 +-
 .../ConfigurationPostResolveTransformerImpl.java   |  8 +-
 .../management/BundleFrameworkManagerImpl.java     | 20 ++---
 .../management/SharedFrameworkPreResolveHook.java  |  2 +-
 .../runtime/framework/BundleFrameworkImpl.java     |  2 +-
 .../framework/utils/EquinoxFrameworkConstants.java | 12 ++-
 .../framework/utils/EquinoxFrameworkUtils.java     |  4 +-
 .../impl/ApplicationContextManagerImpl.java        | 95 +++++++++++-----------
 .../repository/BundleRepositoryManagerImpl.java    |  2 +-
 .../pom.xml                                        | 31 +++++--
 .../generator/AriesRepositoryGenerator.java        | 10 +--
 .../impl/ApplicationMetadataFactoryImpl.java       |  1 -
 .../application/impl/ApplicationMetadataImpl.java  |  2 +-
 .../apache/aries/application/impl/ContentImpl.java |  2 +-
 .../application/impl/DeploymentMetadataImpl.java   | 16 ++--
 .../aries/application/utils/AppConstants.java      | 62 +++++++-------
 .../utils/management/SimpleBundleInfo.java         |  1 -
 .../utils/service/ExportedServiceHelper.java       |  3 -
 .../utils/service/ServiceCollection.java           |  6 +-
 .../pom.xml                                        |  2 +-
 .../blueprint-maven-plugin-spring-handlers/pom.xml |  2 +-
 .../blueprint-maven-plugin/pom.xml                 |  2 +-
 blueprint/blueprint-bundle/pom.xml                 |  2 +-
 blueprint/blueprint-core/pom.xml                   |  2 +-
 .../ext/AbstractPropertyPlaceholderExt.java        |  8 +-
 .../aries/blueprint/utils/ReflectionUtils.java     |  6 +-
 .../blueprint/ext/AbstractPropertyPlaceholder.java |  6 +-
 blueprint/blueprint-repository/pom.xml             |  2 +-
 blueprint/examples/blueprint-sample-war/pom.xml    |  2 +-
 blueprint/itests/blueprint-itests/pom.xml          |  6 +-
 .../itests/AbstractBlueprintIntegrationTest.java   |  2 +-
 eba-maven-plugin/pom.xml                           | 33 +++++---
 .../java/org/apache/aries/plugin/eba/EbaMojo.java  | 10 +--
 esa-maven-plugin/pom.xml                           | 33 +++++---
 .../java/org/apache/aries/plugin/esa/EsaMojo.java  | 88 ++++++++++----------
 .../org/apache/aries/plugin/esa/EsaMojoTest.java   |  4 +-
 .../aries/jmx/core/whiteboard/Activator.java       |  2 +-
 jmx/jmx-whiteboard/pom.xml                         | 44 ++++++++++
 .../integration/helper/IntegrationTestBase.java    |  8 +-
 jndi/jndi-bundle/pom.xml                           |  8 +-
 .../org/apache/aries/jndi/startup/Activator.java   |  2 +-
 .../aries/jndi/itests/JndiUrlIntegrationTest.java  |  2 +-
 parent/pom.xml                                     |  5 +-
 proxy/proxy-impl/pom.xml                           |  2 +-
 .../aries/proxy/impl/AbstractProxyManager.java     |  2 +-
 .../apache/aries/proxy/impl/AsmProxyManager.java   |  6 +-
 .../apache/aries/proxy/impl/JdkProxyManager.java   |  2 +-
 .../impl/common/MethodCopyingClassAdapter.java     |  6 +-
 .../proxy/impl/common/OSGiFriendlyClassWriter.java |  4 +-
 .../proxy/impl/interfaces/ProxyClassLoader.java    |  2 +-
 .../impl/weaving/SyntheticSerialVerUIDAdder.java   |  2 +-
 .../proxy/impl/weaving/WovenProxyAdapter.java      |  2 +-
 .../aries/blueprint/proxy/AbstractProxyTest.java   |  2 +-
 .../blueprint/proxy/WovenProxyGeneratorTest.java   |  2 +-
 proxy/proxy-itests/pom.xml                         |  4 +-
 .../aries/proxy/itests/AbstractProxyTest.java      |  2 +-
 .../aries/proxy/itests/WeavingProxyTest.java       |  4 +-
 .../quiesce/manager/itest/QuiesceManagerTest.java  |  2 +-
 .../assemblies/equinox-test-harness/pom.xml        | 18 +++-
 .../filtered-resources/configuration/config.ini    |  7 +-
 samples/blog/blog-assembly/pom.xml                 | 18 +++-
 .../filtered-resources/configuration/config.ini    |  7 +-
 samples/blog/blog-itests/pom.xml                   | 34 +++++++-
 .../blog/itests/AbstractBlogIntegrationTest.java   | 11 ++-
 .../helloworld/helloworld-assembly/pom.xml         | 19 ++++-
 .../filtered-resources/configuration/config.ini    |  7 +-
 .../blueprint/helloworld/helloworld-itests/pom.xml | 23 ++++--
 .../helloworld/itests/HelloworldSampleTest.java    |  8 +-
 .../idverifier/idverifier-assembly/pom.xml         |  2 +-
 .../main/filtered-resources/conf/config.properties |  2 +-
 samples/pom.xml                                    | 13 +--
 samples/twitter/twitter-itests/pom.xml             | 32 +++++++-
 .../aries/sample/twitter/itest/TwitterTest.java    |  9 +-
 spi-fly/pom.xml                                    |  4 +-
 .../spifly/dynamic/OSGiFriendlyClassWriter.java    |  4 +-
 subsystem/subsystem-api/pom.xml                    |  2 +-
 subsystem/subsystem-itests/pom.xml                 | 15 ++--
 .../aries/itest/AbstractIntegrationTest.java       |  7 --
 .../org/apache/aries/mocks/BundleContextMock.java  |  2 +-
 .../java/org/apache/aries/mocks/BundleMock.java    |  2 +-
 .../aries/unittest/fixture/ArchiveFixture.java     |  2 +-
 .../apache/aries/unittest/mocks/MethodCall.java    |  4 +-
 .../org/apache/aries/unittest/mocks/Skeleton.java  |  4 +-
 transaction/transaction-itests/pom.xml             | 12 +--
 tutorials/blueprint/tutorial-assembly/pom.xml      | 11 ++-
 .../src/main/assemblies/tutorial-assembly.xml      |  4 +-
 .../filtered-resources/configuration/config.ini    |  2 +-
 tutorials/pom.xml                                  |  6 +-
 .../org/apache/aries/util/AriesFrameworkUtil.java  |  2 +-
 .../org/apache/aries/util/FragmentBuilder.java     |  8 +-
 .../java/org/apache/aries/util/VersionRange.java   |  4 +-
 .../util/filesystem/impl/NestedZipDirectory.java   |  6 +-
 .../aries/util/filesystem/impl/NestedZipFile.java  |  4 +-
 .../aries/util/filesystem/impl/ZipDirectory.java   |  6 +-
 .../aries/util/filesystem/impl/ZipFileImpl.java    |  2 +-
 .../java/org/apache/aries/util/io/IOUtils.java     |  4 +-
 .../util/manifest/ManifestHeaderProcessor.java     |  8 +-
 .../tracker/InternalRecursiveBundleTracker.java    |  2 +-
 .../aries/util/tracker/SingleServiceTracker.java   |  2 +-
 .../aries/util/filesystem/FileSystemTest.java      |  2 +-
 versioning/versioning-checker/pom.xml              |  2 +-
 .../versioning/check/BundleCompatibility.java      | 20 ++---
 .../check/SemanticVersioningChecker.java           |  2 +-
 .../aries/versioning/utils/ClassDeclaration.java   | 14 ++--
 .../versioning/utils/SemanticVersioningUtils.java  |  6 +-
 versioning/versioning-plugin/pom.xml               |  2 +-
 web/web-itests/pom.xml                             |  2 +-
 .../web/converter/itest/WabConverterITest.java     |  2 +-
 web/web-urlhandler/pom.xml                         |  2 +-
 .../aries/web/converter/impl/JSPImportParser.java  |  2 +-
 .../aries/web/url/WAR_URLServiceHandler.java       |  2 +-
 195 files changed, 996 insertions(+), 796 deletions(-)
 copy 
blueprint-maven-plugin/blueprint-maven-plugin/src/test/resources/META-INF/services/org.apache.aries.blueprint.plugin.spi.ContextInitializationHandler
 => .asf.yaml (87%)
 copy .github/workflows/{async.yml => pmd.yml} (73%)

Reply via email to