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 fb7afe709 ARIES-2165: Create proxied object with objenesis
omit 1b82b33f2 ARIES-2165: Make proxy build and pass tests on java 11, 17
and 21
omit be70741c0 ARIES-2165: Temporary ignore private constructor test
omit 6ce182e9d ARIES-2165: Update proxy-itests dependency versions
omit 71f30cf44 ARIES-2165: Update parent pom and build proxy on Java 11, 17
and 21
add 79957bc13 [MAINTENANCE] Update pax-exam in transaction (#473)
add 3508b6ff3 [MAINTENANCE] Sync labels in PRs (#474)
add ab96616eb [MAINTENANCE] Extract common itests options
add 23e323238 [MAINTENANCE] Update pax-exam tests for modules supporting
pax-exam 4.x
add 2e1f9ec62 [MAINTENANCE] Use testsupport bundle in proxy itests
add 2b707f137 [MAINTENANCE] Use testsupport bundle in transaction itests
add 10c7f0d0b Merge pull request #472 from
apache/extract-common-itests-options
add b39b6fd37 [MAINTENANCE] Fix not usable pax-exam-container-forked
add 2af6279bb [MAINTENANCE] Organize pax dependency version properties
add c3b67f295 [MAINTENANCE] Update pax-exam in jndi
add e3130b2ea [MAINTENANCE] Update pax-exam in application
add 7d24a742d [MAINTENANCE] Update osgi runtime in blueprint itests
add a9ae31a3f [MAINTENANCE] Bump eclipse to 3.15.300 in blueprint itests
add dc820b65d [MAINTENANCE] Do not run blueprint plugin in blueprint
workflow
add a202b6191 Bump org.osgi:org.osgi.core from 4.2.0 to 6.0.0
add e69f64e15 Bump org.slf4j:slf4j-api from 1.7.0 to 2.0.16
add 93515edb8 [MAINTENANCE] Update pax-logging version to 2.x
add fe526a896 Bump slf4j and pax-logging to 2.x version
add d74301980 Bump org.apache.felix:org.apache.felix.utils from 1.11.6 to
1.11.8
add d579bb6b0 Bump org.apache.maven.plugins:maven-pmd-plugin from 2.4 to
3.26.0
add 3f582532e [MAINTENANCE] Drop unused ci-build-profile
add 0bfd4b1e5 Bump org.apache.felix:org.apache.felix.resolver from 1.0.0
to 2.0.4
add 01b0f8f89 Bump org.apache.openejb:javaee-api from 6.0-1 to 6.0-6
add 9e7840399 ARIES-2165: Update parent pom and build proxy on Java 11, 17
and 21
add cb843158b ARIES-2165: Update proxy-itests dependency versions
add 980910318 ARIES-2165: Temporary ignore private constructor test
add b0b1a6fec 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 (fb7afe709)
\
N -- N -- N refs/heads/ARIES-2165-build-proxy-with-java-11-17-21
(b0b1a6fec)
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/dependabot.yaml | 4 +-
.github/workflows/blueprint-plugin.yml | 1 -
.github/workflows/blueprint.yml | 13 ++
.github/workflows/labeler.yml | 3 +
.github/workflows/transaction.yml | 7 ++
application/application-itests/pom.xml | 44 ++-----
.../runtime/itests/BasicAppManagerTest.java | 5 +-
.../runtime/itests/BasicNoOpResolverTest.java | 5 +-
.../itests/IsolatedCfgAdminRuntimeTest.java | 5 +-
.../runtime/itests/IsolatedRuntimeTest.java | 5 +-
.../runtime/itests/MinimumImportsTest.java | 5 +-
.../runtime/itests/OBRAppManagerTest.java | 6 +-
.../runtime/itests/OBRResolverAdvancedTest.java | 5 +-
.../runtime/itests/OBRResolverTest.java | 5 +-
.../application/runtime/itests/UpdateAppTest.java | 5 +-
.../application-modeller-common-test/pom.xml | 2 +-
.../pom.xml | 47 +++----
.../cm/itest/ConfigurationPostResolverTest.java | 11 +-
blueprint/blueprint-authz/pom.xml | 3 +
blueprint/blueprint-bundle/pom.xml | 27 +++-
blueprint/blueprint-cm/pom.xml | 2 +
blueprint/blueprint-core/pom.xml | 29 ++++-
blueprint/blueprint-jexl-evaluator/pom.xml | 2 +
blueprint/blueprint-noosgi/pom.xml | 13 +-
blueprint/blueprint-repository/pom.xml | 21 +++-
blueprint/blueprint-spring-extender/pom.xml | 5 +-
blueprint/blueprint-spring/pom.xml | 5 +-
blueprint/blueprint-web/pom.xml | 2 +
blueprint/examples/blueprint-sample-war/pom.xml | 4 -
blueprint/itests/blueprint-itests/pom.xml | 92 ++++++--------
.../itests/AbstractBlueprintIntegrationTest.java | 40 +++---
.../org/apache/aries/blueprint/itests/Helper.java | 5 +-
.../ParserServiceImportAndIncludeXSDsTest.java | 2 +-
...eImportCmAndIncorrectNamespaceHandlersTest.java | 2 +-
...viceImportXSDsBetweenNamespaceHandlersTest.java | 2 +-
.../plugin/blueprint-maven-plugin-itest/pom.xml | 65 +++++++++-
.../src/it/custom-destination/pom.xml | 2 +-
.../src/it/fail-on-conflict/pom.xml | 2 +-
.../src/it/multiple-invocation/pom.xml | 2 +-
.../src/it/pax-cdi/pom.xml | 4 +-
.../src/it/produced-bean-by-method-name/pom.xml | 4 +-
.../src/it/scanpath-restrict/pom.xml | 2 +-
.../src/it/simple-project/pom.xml | 2 +-
.../src/it/spring/pom.xml | 4 +-
.../src/it/transaction-annotation/pom.xml | 4 +-
.../src/it/with-provide/a/pom.xml | 6 +-
.../src/it/with-provide/b/pom.xml | 2 +-
.../src/it/with-provide/c/pom.xml | 2 +-
.../pom.xml | 4 +-
blueprint/plugin/blueprint-maven-plugin/pom.xml | 4 +-
blueprint/pom.xml | 1 -
ejb/ejb-modeller-itest/pom.xml | 45 ++-----
.../ejb/container/itest/EJBModellingTest.java | 52 +++-----
ejb/ejb-modeller/pom.xml | 2 +-
ejb/openejb-extender-itest/pom.xml | 55 +++------
.../extender/itest/AbstractOpenEJBTest.java | 12 +-
jmx/jmx-itests/pom.xml | 53 ++------
.../src/test/java/org/apache/aries/itest | 1 -
.../apache/aries/jmx/AbstractIntegrationTest.java | 13 +-
.../aries/jmx/framework/BundleStateMBeanTest.java | 5 +-
.../aries/jmx/framework/FrameworkMBeanTest.java | 69 +++++------
.../aries/jmx/framework/ServiceStateMBeanTest.java | 7 +-
.../wiring/BundleWiringStateMBeanTest.java | 16 ++-
.../permissionadmin/PermissionAdminMBeanTest.java | 20 ++-
jmx/jmx-whiteboard/pom.xml | 18 +--
.../integration/helper/IntegrationTestBase.java | 3 -
jndi/jndi-url-itest/pom.xml | 62 +++-------
.../aries/jndi/itests/JndiUrlIntegrationTest.java | 19 +--
jndi/parent/pom.xml | 2 +-
parent/pom.xml | 28 +----
pom.xml | 1 +
proxy/proxy-impl/pom.xml | 1 +
proxy/proxy-itests/pom.xml | 72 +++++------
.../aries/proxy/itests/AbstractProxyTest.java | 62 ++++------
quiesce/quiesce-manager-itest/pom.xml | 34 +-----
.../quiesce/manager/itest/QuiesceManagerTest.java | 13 +-
subsystem/subsystem-bundle/pom.xml | 2 +-
subsystem/subsystem-itests/pom.xml | 43 ++-----
.../aries/subsystem/itests/SubsystemTest.java | 14 +--
testsupport/testsupport-unit/pom.xml | 7 ++
.../aries/itest/AbstractIntegrationTest.java | 136 +++++++++++++++------
transaction/transaction-itests/pom.xml | 96 +++++++--------
.../itests/AbstractIntegrationTest.java | 48 +-------
versioning/versioning-checker/pom.xml | 1 -
web/web-itests/pom.xml | 48 ++------
.../web/converter/itest/WabConverterITest.java | 49 ++++----
86 files changed, 724 insertions(+), 929 deletions(-)
delete mode 120000 jmx/jmx-itests/src/test/java/org/apache/aries/itest