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

alien11689 pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


    from 3676f1b4c Merge pull request #410 from 
apache/ARIES-2164-remove-tools-maven-plugin-in-parent-pom
     add 1487041ac ARIES-2165: Update parent pom and build testsupport on Java 
11, 17 and 21
     add d171ee5be ARIES-2165: Update parent pom and build util on Java 11, 17 
and 21
     add 502b9538e ARIES-2165: Update parent pom and build quiesce on Java 11, 
17 and 21
     add 41c8b8a88 ARIES-2165: Skip versioning plugin in parent pom
     add 4571f793d ARIES-2165: Build parent pom in workflows using testsupport
     add 1172a11b6 ARIES-2165: Update web-itests depdendencies for new 
testsuppport
     add bdd826433 ARIES-2165: Duplicate testsupport classes in jmx-itests
     new 342466f99 Merge pull request #412 from 
apache/ARIES-2165-build-quiesce-with-java-11-17-21

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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       |   2 +
 .../org/apache/aries/itest/RichBundleContext.java  |   2 +
 .../test}/java/org/apache/aries/itest/packageinfo  |   0
 .../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, 61 insertions(+), 1316 deletions(-)
 copy {testsupport/testsupport-unit/src/main => 
jmx/jmx-itests/src/test}/java/org/apache/aries/itest/AbstractIntegrationTest.java
 (97%)
 copy {testsupport/testsupport-unit/src/main => 
jmx/jmx-itests/src/test}/java/org/apache/aries/itest/RichBundleContext.java 
(99%)
 copy {testsupport/testsupport-unit/src/main => 
jmx/jmx-itests/src/test}/java/org/apache/aries/itest/packageinfo (100%)
 delete mode 100644 quiesce/quiesce-api/LICENSE
 delete mode 100644 quiesce/quiesce-api/NOTICE
 delete mode 100644 quiesce/quiesce-manager-itest/LICENSE
 delete mode 100644 quiesce/quiesce-manager-itest/NOTICE
 delete mode 100644 quiesce/quiesce-manager/LICENSE
 delete mode 100644 quiesce/quiesce-manager/NOTICE
 delete mode 100644 testsupport/LICENSE
 delete mode 100644 testsupport/NOTICE
 delete mode 100644 testsupport/testsupport-unit/LICENSE
 delete mode 100644 testsupport/testsupport-unit/NOTICE
 delete mode 100644 util/LICENSE
 delete mode 100644 util/NOTICE

Reply via email to