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

alien11689 pushed a change to branch ARIES-2165-build-proxy-with-java-11-17-21
in repository https://gitbox.apache.org/repos/asf/aries.git


    omit f4fff4766 ARIES-2165: Make proxy build and pass tests on java 11, 17 
and 21
    omit 115154370 ARIES-2165: Temporary ignore private constructor test
    omit 614cd0a97 ARIES-2165: Update proxy-itests dependency versions
    omit 9ea25ccf8 ARIES-2165: Update parent pom and build proxy on Java 11, 17 
and 21
     add 30db9331a ARIES-2165: Build application with java 8
     add a718325ef ARIES-2165: Use links to testsupport instead of copying 
files in application
     add d8272a1a4 Merge pull request #424 from 
apache/ARIES-2165-build-application-with-java-8
     add d42db0fd7 Bump org.codehaus.plexus:plexus-utils in /eba-maven-plugin
     add c340310a2 Bump org.ops4j.pax.swissbox:pax-swissbox-tinybundles from 
1.3.1 to 1.3.2
     add 7757583af ARIES-2167: Remove not existing mc-repo.googlecode.com repo 
with profile from parent
     add 05d2fe837 ARIES-2167: Remove ops4j-snapshots repository from parent
     add 5375d0cbb ARIES-2167: Remove eclipselink repo from parent
     add c50899470 Merge pull request #423 from 
apache/ARIES-2167-remove-unnecessary-repositories-from-parent
     add 690cd19c5 [MAINTENANCE] Link itests in jmx-itests insead of copying 
(#427)
     add 6844b90a2 ARIES-2165: Update parent pom and build proxy on Java 11, 17 
and 21
     add 5e6b7d22d ARIES-2165: Update proxy-itests dependency versions
     add 3e751a825 ARIES-2165: Temporary ignore private constructor test
     add b9b246d46 ARIES-2165: Make proxy build and pass tests on java 11, 17 
and 21
     add c016b3771 ARIES-2165: Create proxied object with objenesis

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   (f4fff4766)
            \
             N -- N -- N   refs/heads/ARIES-2165-build-proxy-with-java-11-17-21 
(c016b3771)

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/workflows/{jmx.yml => application.yml}     |  10 +-
 README.md                                          |   2 +-
 application/application-itests/pom.xml             |  32 +--
 .../runtime/itests/BasicAppManagerTest.java        |   4 +-
 .../runtime/itests/BasicNoOpResolverTest.java      |   3 +-
 .../itests/IsolatedCfgAdminRuntimeTest.java        |   3 +-
 .../runtime/itests/IsolatedRuntimeTest.java        |   3 +-
 .../runtime/itests/MinimumImportsTest.java         |   4 +-
 .../runtime/itests/OBRAppManagerTest.java          |   3 +-
 .../runtime/itests/OBRResolverAdvancedTest.java    |   3 +-
 .../runtime/itests/OBRResolverTest.java            |   3 +-
 .../application/runtime/itests/UpdateAppTest.java  |   3 +-
 .../src/test/java/org/apache/aries/itest           |   1 +
 .../src/test/java/org/apache/aries/unittest        |   1 +
 .../pom.xml                                        |  24 ++-
 .../cm/itest/ConfigurationPostResolverTest.java    |   2 +-
 .../src/test/java/org/apache/aries/itest           |   1 +
 .../src/test/java/org/apache/aries/unittest        |   1 +
 .../pom.xml                                        |   2 +-
 application/pom.xml                                |   2 +-
 blueprint/blueprint-cm/pom.xml                     |   2 +-
 blueprint/blueprint-spring-extender/pom.xml        |   2 +-
 blueprint/blueprint-spring/pom.xml                 |   2 +-
 eba-maven-plugin/pom.xml                           |   2 +-
 .../src/test/java/org/apache/aries/itest           |   1 +
 .../aries/itest/AbstractIntegrationTest.java       |  82 --------
 .../org/apache/aries/itest/RichBundleContext.java  | 219 ---------------------
 .../test/java/org/apache/aries/itest/packageinfo   |  19 --
 parent/pom.xml                                     |  52 -----
 pom.xml                                            |   2 +-
 proxy/proxy-impl/pom.xml                           |   8 +
 .../proxy/impl/gen/ProxySubclassGenerator.java     |  21 +-
 .../proxy/ProxySubclassGeneratorTest.java          |   1 -
 proxy/proxy-itests/pom.xml                         |   7 +
 .../aries/proxy/itests/AbstractProxyTest.java      |   1 +
 35 files changed, 96 insertions(+), 432 deletions(-)
 copy .github/workflows/{jmx.yml => application.yml} (85%)
 create mode 120000 
application/application-itests/src/test/java/org/apache/aries/itest
 create mode 120000 
application/application-itests/src/test/java/org/apache/aries/unittest
 create mode 120000 
application/application-resolve-transform-cm-itests/src/test/java/org/apache/aries/itest
 create mode 120000 
application/application-resolve-transform-cm-itests/src/test/java/org/apache/aries/unittest
 create mode 120000 jmx/jmx-itests/src/test/java/org/apache/aries/itest
 delete mode 100644 
jmx/jmx-itests/src/test/java/org/apache/aries/itest/AbstractIntegrationTest.java
 delete mode 100644 
jmx/jmx-itests/src/test/java/org/apache/aries/itest/RichBundleContext.java
 delete mode 100644 
jmx/jmx-itests/src/test/java/org/apache/aries/itest/packageinfo

Reply via email to