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 342466f998be2498cc0c7b3c1fa813eef4993c3c Merge: 3676f1b4c bdd826433 Author: Dominik Przybysz <[email protected]> AuthorDate: Fri Jan 31 19:09:52 2025 +0100 Merge pull request #412 from apache/ARIES-2165-build-quiesce-with-java-11-17-21 ARIES-2165: Build testsupport, util and quiesce with java 11 17 21 .github/workflows/blueprint.yml | 1 + .github/workflows/ejb.yml | 1 + .github/workflows/jmx.yml | 1 + .github/workflows/jndi.yml | 1 + .github/workflows/quiesce.yml | 4 +- .github/workflows/subsystem.yml | 1 + .github/workflows/testsupport.yml | 2 +- .github/workflows/util.yml | 2 +- .github/workflows/web.yml | 1 + jmx/jmx-itests/pom.xml | 9 + .../aries/itest/AbstractIntegrationTest.java | 82 ++++++++ .../org/apache/aries/itest/RichBundleContext.java | 219 +++++++++++++++++++++ .../test/java/org/apache/aries/itest/packageinfo | 19 ++ .../apache/aries/jmx/AbstractIntegrationTest.java | 5 +- parent/pom.xml | 3 + quiesce/pom.xml | 2 +- quiesce/quiesce-api/LICENSE | 203 ------------------- quiesce/quiesce-api/NOTICE | 8 - quiesce/quiesce-api/pom.xml | 12 +- quiesce/quiesce-manager-itest/LICENSE | 203 ------------------- quiesce/quiesce-manager-itest/NOTICE | 8 - quiesce/quiesce-manager-itest/pom.xml | 14 +- quiesce/quiesce-manager/LICENSE | 203 ------------------- quiesce/quiesce-manager/NOTICE | 8 - quiesce/quiesce-manager/pom.xml | 16 +- testsupport/LICENSE | 203 ------------------- testsupport/NOTICE | 8 - testsupport/pom.xml | 2 +- testsupport/testsupport-unit/LICENSE | 203 ------------------- testsupport/testsupport-unit/NOTICE | 8 - testsupport/testsupport-unit/pom.xml | 12 +- util/LICENSE | 203 ------------------- util/NOTICE | 8 - util/pom.xml | 12 +- web/web-itests/pom.xml | 6 +- 35 files changed, 377 insertions(+), 1316 deletions(-)
