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 a893320af ARIES-2165: Create proxied object with objenesis
omit b9b246d46 ARIES-2165: Make proxy build and pass tests on java 11, 17
and 21
omit 3e751a825 ARIES-2165: Temporary ignore private constructor test
omit 5e6b7d22d ARIES-2165: Update proxy-itests dependency versions
omit 6844b90a2 ARIES-2165: Update parent pom and build proxy on Java 11, 17
and 21
add e5911fb53 [MAINTENANCE] Remove unused test helper and dependencies in
blueprint-cm
add 9eafd730f [MAINTENANCE] Remove unused dependencies in
blueprint-spring-extender
add 02937ca75 [MAINTENANCE] Remove unused dependencies in blueprint-spring
add 6a2252d8d Bump slf4j.version from 1.7.5 to 1.7.33
add 2638d7f26 Bump org.apache.aries.jpa:org.apache.aries.jpa.api (#431)
add eef071545 [MAINTENANCE] Split maven executions in workflows (#433)
add 3ad770e32 ARIES-2165: Update parent pom and build proxy on Java 11, 17
and 21
add 55cc10dab ARIES-2165: Update proxy-itests dependency versions
add 3247e6d74 ARIES-2165: Temporary ignore private constructor test
add 05bfb7ff5 ARIES-2165: Make proxy build and pass tests on java 11, 17
and 21
add 1d2794216 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 (a893320af)
\
N -- N -- N refs/heads/ARIES-2165-build-proxy-with-java-11-17-21
(1d2794216)
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/application.yml | 9 +-
.github/workflows/async.yml | 5 +-
.github/workflows/blueprint.yml | 13 +-
.github/workflows/eba-maven-plugin.yml | 5 +-
.github/workflows/ejb.yml | 17 +-
.github/workflows/esa-ant-task.yml | 5 +-
.github/workflows/esa-maven-plugin.yml | 5 +-
.github/workflows/jmx.yml | 13 +-
.github/workflows/jndi.yml | 13 +-
.github/workflows/proxy.yml | 17 +-
.github/workflows/pushstream.yml | 5 +-
.github/workflows/quiesce.yml | 17 +-
.github/workflows/spi-fly.yml | 14 +-
.github/workflows/subsystem.yml | 13 +-
.github/workflows/testsupport.yml | 5 +-
.github/workflows/transaction.yml | 5 +-
.github/workflows/util.yml | 5 +-
.github/workflows/versioning.yml | 5 +-
.github/workflows/web.yml | 13 +-
.../pom.xml | 2 +-
blueprint/blueprint-cm/pom.xml | 48 --
.../aries/blueprint/compendium/cm/Helper.java | 784 ---------------------
blueprint/blueprint-noosgi/pom.xml | 2 +-
blueprint/blueprint-spring-extender/pom.xml | 52 --
blueprint/blueprint-spring/pom.xml | 57 --
ejb/openejb-extender-itest/pom.xml | 6 +-
ejb/openejb-extender/pom.xml | 2 +-
27 files changed, 105 insertions(+), 1032 deletions(-)
delete mode 100644
blueprint/blueprint-cm/src/test/java/org/apache/aries/blueprint/compendium/cm/Helper.java