This is an automated email from the ASF dual-hosted git repository. rotty3000 pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/aries.git.
from a2be80e Merge pull request #115 from rovarga/aries2044 new db3678f spi-fly github actions new 413c991 update to support java 16 new a37a49a ignore vs code plugin files new 2b6f1d0 Bump asm.version from 9.0 to 9.1 in /spi-fly new 1b71888 cleanup build files new b6ef5dd generate a changelog new fcd785b Bump maven-enforcer-plugin from 3.0.0-M2 to 3.0.0-M3 in /spi-fly new 1a6a6b8 Bump build-helper-maven-plugin from 3.0.0 to 3.2.0 in /spi-fly new 18b40c0 Bump maven-dependency-plugin from 3.1.1 to 3.1.2 in /spi-fly new 4e62c96 Bump org.apache.felix.framework from 6.0.1 to 7.0.0 in /spi-fly new a951757 Bump easymock from 3.2 to 4.2 in /spi-fly new 8ed3071 update mailmap The 12 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/dependabot.yaml | 16 + .github/workflows/spi-fly.yml | 52 ++++ .gitignore | 2 + .mailmap | 2 + spi-fly/changelog.md | 323 +++++++++++++++++++++ spi-fly/changelog.sh | 92 ++++++ spi-fly/pom.xml | 144 ++++++++- spi-fly/spi-fly-core/pom.xml | 16 +- .../spifly/ProviderPrototypeServiceFactory.java | 2 +- .../aries/spifly/ProviderServiceFactory.java | 2 +- .../main/java/org/apache/aries/spifly/packageinfo | 19 -- .../resources/org/apache/aries/spifly}/packageinfo | 2 +- .../java/org/apache/aries/spifly/UtilTest.java | 2 +- spi-fly/spi-fly-dynamic-bundle/pom.xml | 23 +- .../ClientWeavingHookGenericCapabilityTest.java | 32 +- .../dynamic/ClientWeavingHookOSGi43Test.java | 2 +- .../spifly/dynamic/ClientWeavingHookTest.java | 38 +-- .../spi-fly-dynamic-framework-extension/pom.xml | 21 +- spi-fly/spi-fly-static-bundle/pom.xml | 18 +- spi-fly/spi-fly-static-tool/pom.xml | 8 +- spi-fly/spi-fly-weaver/pom.xml | 14 +- 21 files changed, 699 insertions(+), 131 deletions(-) create mode 100644 .github/dependabot.yaml create mode 100644 .github/workflows/spi-fly.yml create mode 100644 .mailmap create mode 100644 spi-fly/changelog.md create mode 100755 spi-fly/changelog.sh delete mode 100644 spi-fly/spi-fly-core/src/main/java/org/apache/aries/spifly/packageinfo copy {subsystem/subsystem-scope-api/src/main/java/org/apache/aries/subsystem/scope => spi-fly/spi-fly-core/src/main/resources/org/apache/aries/spifly}/packageinfo (98%)