This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/aries.git
commit 1d3bae00fe3934e9bdfc6cf79cca5f4656379e8a Merge: f661dd455 02f0d30d9 Author: Dominik Przybysz <[email protected]> AuthorDate: Mon Mar 24 21:46:32 2025 +0100 ARIES-2175: Move org.osgi.* to osgi.* artifacts application/application-api/pom.xml | 4 +- application/application-bundle/pom.xml | 8 ++- application/application-converters/pom.xml | 4 +- .../application-default-local-platform/pom.xml | 4 +- .../application-deployment-management/pom.xml | 4 +- application/application-install/pom.xml | 8 ++- application/application-itests/pom.xml | 2 +- .../runtime/itests/BasicAppManagerTest.java | 4 +- .../runtime/itests/BasicNoOpResolverTest.java | 4 +- .../itests/IsolatedCfgAdminRuntimeTest.java | 4 +- .../runtime/itests/IsolatedRuntimeTest.java | 4 +- .../runtime/itests/MinimumImportsTest.java | 4 +- .../runtime/itests/OBRAppManagerTest.java | 4 +- .../runtime/itests/OBRResolverAdvancedTest.java | 4 +- .../runtime/itests/OBRResolverTest.java | 4 +- .../application/runtime/itests/UpdateAppTest.java | 4 +- application/application-management/pom.xml | 8 ++- .../application-modeller-common-test/pom.xml | 12 ++--- application/application-modeller/pom.xml | 8 ++- application/application-noop-resolver/pom.xml | 4 +- application/application-obr-resolver/pom.xml | 4 +- .../pom.xml | 8 ++- .../cm/itest/ConfigurationPostResolverTest.java | 4 +- .../application-resolve-transform-cm/pom.xml | 4 +- .../pom.xml | 8 ++- application/application-runtime-framework/pom.xml | 8 ++- application/application-runtime-isolated/pom.xml | 8 ++- application/application-runtime-repository/pom.xml | 8 ++- application/application-runtime/pom.xml | 8 ++- application/application-utils/pom.xml | 4 +- async/async-all/pom.xml | 8 ++- async/async-api/pom.xml | 4 +- async/async-impl/pom.xml | 4 +- .../blueprint-maven-plugin/pom.xml | 2 +- blueprint/blueprint-api/pom.xml | 5 +- blueprint/blueprint-authz/pom.xml | 8 ++- blueprint/blueprint-bundle/pom.xml | 4 +- blueprint/blueprint-cm/pom.xml | 10 ++-- blueprint/blueprint-core/pom.xml | 8 ++- blueprint/blueprint-parser/pom.xml | 4 +- blueprint/blueprint-spring-camel/pom.xml | 4 +- blueprint/blueprint-spring-extender/pom.xml | 12 ++--- blueprint/blueprint-spring/pom.xml | 8 ++- blueprint/blueprint-web-osgi/pom.xml | 4 +- blueprint/examples/blueprint-sample/pom.xml | 4 +- blueprint/itests/pom.xml | 4 +- jmx/jmx-blueprint-bundle/pom.xml | 9 +++- jmx/jmx-blueprint-core/pom.xml | 8 ++- jmx/jmx-bundle/pom.xml | 8 ++- jmx/jmx-core-whiteboard/pom.xml | 8 ++- jmx/jmx-core/pom.xml | 8 ++- jmx/jmx-itests/pom.xml | 6 ++- .../apache/aries/jmx/AbstractIntegrationTest.java | 2 +- jmx/jmx-mbeanserver-platform/pom.xml | 7 ++- jmx/jmx-whiteboard/pom.xml | 8 ++- jndi/jndi-url-itest/pom.xml | 2 +- jndi/parent/pom.xml | 2 +- parent/pom.xml | 36 ++++++++------ proxy/proxy-api/pom.xml | 4 +- proxy/proxy-impl/pom.xml | 8 ++- proxy/proxy-itests/pom.xml | 4 +- quiesce/quiesce-api/pom.xml | 2 +- quiesce/quiesce-manager-itest/pom.xml | 2 +- .../quiesce/manager/itest/QuiesceManagerTest.java | 2 +- quiesce/quiesce-manager/pom.xml | 2 +- samples/blog/blog-itests/pom.xml | 4 +- .../blueprint/helloworld/helloworld-itests/pom.xml | 4 +- samples/twitter/twitter-bundle/pom.xml | 2 +- samples/twitter/twitter-itests/pom.xml | 4 +- .../aries/sample/twitter/itest/TwitterTest.java | 2 +- subsystem/subsystem-api/pom.xml | 18 +++---- subsystem/subsystem-core/pom.xml | 12 ++--- subsystem/subsystem-gogo-command/pom.xml | 12 ++--- subsystem/subsystem-itests/pom.xml | 58 ++++++++++++++++++++-- .../aries/subsystem/itests/SubsystemTest.java | 2 +- subsystem/subsystem-obr/pom.xml | 12 ++--- testsupport/testsupport-unit/pom.xml | 4 +- transaction/transaction-blueprint/pom.xml | 19 +++---- transaction/transaction-itests/pom.xml | 6 +-- transaction/transaction-jdbc/pom.xml | 19 +++---- transaction/transaction-jms/pom.xml | 15 ++---- transaction/transaction-manager/pom.xml | 8 ++- util/pom.xml | 4 +- versioning/versioning-checker/pom.xml | 2 +- versioning/versioning-plugin/pom.xml | 2 +- web/web-itests/pom.xml | 2 +- .../web/converter/itest/WabConverterITest.java | 2 +- web/web-urlhandler/pom.xml | 2 +- 88 files changed, 386 insertions(+), 216 deletions(-)
