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
discard f44ad3bcb ARIES-2165: Create proxied object with objenesis
discard 46b1ca7ec ARIES-2165: Update parent pom and build proxy on Java 11, 17
and 21
add 9de981f44 ARIES-2165: Build esa-ant-task on Java 11, 17 and 21
add 68424d57b Bump org.apache.tomcat.maven:tomcat6-maven-plugin from 2.0
to 2.2
add d0b0e0eee Bump org.codehaus.mojo:versions-maven-plugin from 1.1 to
2.18.0
add 2d851ad64 [MAINTENANCE] Skip
org.apache.geronimo.components:geronimo-connector 4.x update
add 69789ffb0 Bump org.apache.servicemix.tooling:depends-maven-plugin
add 7b50cf725 Bump cglib:cglib-nodep from 3.2.4 to 3.3.0
add 7d7829304 Bump slf4j.version from 1.7.0 to 2.0.17 (#519)
add ef98222eb Bump javax.enterprise:cdi-api from 1.2 to 2.0.SP1 (#521)
add ea83d4dfa Bump org.apache.felix:org.apache.felix.configadmin from
1.2.4 to 1.9.26
add a14aec403 [MAINTENANCE] Fix jmx itests with configadmin
add d02eafac0 Merge pull request #522 from
apache/dependabot/maven/org.apache.felix-org.apache.felix.configadmin-1.9.26
add 4bf8f8373 [MAINTENANCE] Update bndlib artifact name in plugins
add 5cd549f91 [MAINTENANCE] Update versioning plugin dependencies
add 253e53397 Bump org.apache.groovy:groovy-xml from 4.0.24 to 4.0.26
add e926f3dc5 Bump org.apache.felix:org.apache.felix.fileinstall from
3.1.4 to 3.7.4
add 60bce4edb Bump pax-logging.version from 1.7.2 to 1.11.17
add 7dc17c1c3 Restore pax-logging 2.x in some modules
add cceade109 [MAINTENANCE] Skip asm-*all 6.x updates (#529)
add c6642fb83 Bump commons-lang:commons-lang from 2.5 to 2.6
add 436958296 Bump org.apache.felix:org.apache.felix.gogo.runtime from
1.1.4 to 1.1.6
add 5c2296501 Bump org.easymock:easymock from 3.0 to 5.5.0
add a64d6e9e0 [MAINTENANCE] Fix missing cast when nice mock is created
add 7ac33ec17 Merge pull request #530 from
apache/dependabot/maven/org.easymock-easymock-5.5.0
add 4d1b82c24 [MAINTENANCE] Skip tests for dependency modules in workflows
add a308dabc2 ARIES-2165: Update parent pom and build proxy on Java 11, 17
and 21
add eaa23841d ARIES-2165: Create proxied object with objenesis
add ad434742b ARIES-2165: Extract ASM api version to constant
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 (f44ad3bcb)
\
N -- N -- N refs/heads/ARIES-2165-build-proxy-with-java-11-17-21
(ad434742b)
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 | 9 ++++
.github/workflows/blueprint.yml | 16 ++++---
.github/workflows/esa-ant-task.yml | 2 +-
.github/workflows/jmx.yml | 2 +-
.github/workflows/jndi.yml | 4 +-
.github/workflows/proxy.yml | 8 +++-
.github/workflows/quiesce.yml | 8 +++-
.github/workflows/subsystem.yml | 2 +-
.github/workflows/transaction.yml | 2 +-
.github/workflows/util.yml | 7 +++
.github/workflows/web.yml | 8 +++-
application/application-install/pom.xml | 2 +-
application/application-itests/pom.xml | 6 +--
.../pom.xml | 2 +-
async/async-all/pom.xml | 2 +-
async/async-impl/pom.xml | 2 +-
blueprint/blueprint-authz/pom.xml | 2 +-
blueprint/blueprint-bundle/pom.xml | 2 +-
blueprint/blueprint-cm/pom.xml | 2 +-
blueprint/blueprint-core/pom.xml | 4 +-
blueprint/blueprint-jexl-evaluator/pom.xml | 2 +-
blueprint/blueprint-noosgi/pom.xml | 2 +-
blueprint/blueprint-spring-extender/pom.xml | 2 +-
blueprint/blueprint-spring/pom.xml | 2 +-
blueprint/blueprint-web/pom.xml | 2 +-
blueprint/examples/blueprint-sample-war/pom.xml | 2 +-
blueprint/itests/blueprint-itests/pom.xml | 2 +-
.../plugin/blueprint-maven-plugin-itest/pom.xml | 4 +-
blueprint/plugin/blueprint-maven-plugin/pom.xml | 2 +-
eba-maven-plugin/pom.xml | 12 ++---
.../java/org/apache/aries/plugin/eba/EbaMojo.java | 52 +++++++++++-----------
esa-ant-task/{readme.txt => README.md} | 1 -
esa-ant-task/pom.xml | 24 ++++++++--
esa-maven-plugin/pom.xml | 12 ++---
.../org/apache/aries/plugin/esa/ContentInfo.java | 2 +-
.../java/org/apache/aries/plugin/esa/EsaMojo.java | 3 +-
.../org/apache/aries/plugin/esa/EsaMojoTest.java | 4 +-
jmx/jmx-itests/pom.xml | 12 ++---
.../apache/aries/jmx/AbstractIntegrationTest.java | 3 --
.../aries/jmx/framework/PackageStateMBeanTest.java | 13 +++++-
.../jmx/test/blueprint/BlueprintMBeanTest.java | 7 +--
.../integration/helper/IntegrationTestBase.java | 2 +-
parent/pom.xml | 9 ++--
proxy/proxy-api/pom.xml | 5 +--
proxy/proxy-impl/pom.xml | 1 +
.../org/apache/aries/proxy/impl/AsmApiVersion.java | 7 +--
.../impl/common/AbstractWovenProxyAdapter.java | 5 ++-
.../common/AbstractWovenProxyMethodAdapter.java | 3 +-
.../aries/proxy/impl/common/ConstructorFinder.java | 7 ++-
.../impl/common/MethodCopyingClassAdapter.java | 5 ++-
.../impl/common/OSGiFriendlyClassVisitor.java | 4 +-
.../aries/proxy/impl/gen/ProxySubclassAdapter.java | 3 +-
.../impl/gen/ProxySubclassHierarchyAdapter.java | 3 +-
.../interfaces/InterfaceCombiningClassAdapter.java | 3 +-
.../impl/interfaces/InterfaceProxyGenerator.java | 3 +-
.../impl/weaving/SyntheticSerialVerUIDAdder.java | 5 +--
.../aries/proxy/synthesizer/Synthesizer.java | 3 +-
proxy/proxy-itests/pom.xml | 2 +
quiesce/quiesce-api/pom.xml | 2 +-
quiesce/quiesce-manager-itest/pom.xml | 1 +
quiesce/quiesce-manager/pom.xml | 2 +-
samples/blog/blog-itests/pom.xml | 2 +-
samples/pom.xml | 6 +--
samples/twitter/twitter-itests/pom.xml | 2 +-
spi-fly/pom.xml | 2 +-
subsystem/subsystem-core/pom.xml | 2 +-
.../core/internal/ResolveContextTest.java | 2 +-
.../core/internal/ResourceHelperTest.java | 32 +++++++------
subsystem/subsystem-itests/pom.xml | 4 +-
.../aries/subsystem/itests/AriesSubsystemTest.java | 16 ++++---
transaction/transaction-blueprint/pom.xml | 2 +-
transaction/transaction-itests/pom.xml | 6 +--
transaction/transaction-jdbc/pom.xml | 2 +-
util/pom.xml | 8 +---
.../aries/versioning/utils/AsmApiVersion.java | 7 +--
.../utils/SemanticVersioningClassVisitor.java | 5 +--
.../versioning/utils/SemanticVersioningUtils.java | 1 +
.../utils/SerialVersionClassVisitor.java | 4 +-
versioning/versioning-plugin/pom.xml | 24 ++++++++++
.../aries/versioning/mojo/VersionCheckerMojo.java | 2 +
web/web-itests/pom.xml | 2 +
web/web-urlhandler/pom.xml | 1 +
82 files changed, 276 insertions(+), 188 deletions(-)
rename esa-ant-task/{readme.txt => README.md} (99%)
copy
application/application-itests/src/test/java/org/apache/aries/isolated/sample/HelloWorld.java
=>
proxy/proxy-impl/src/main/java/org/apache/aries/proxy/impl/AsmApiVersion.java
(83%)
copy
application/application-itests/src/test/java/org/apache/aries/isolated/sample/HelloWorld.java
=>
versioning/versioning-checker/src/main/java/org/apache/aries/versioning/utils/AsmApiVersion.java
(84%)