This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/org.osgi-osgi.core-8.0.0
in repository https://gitbox.apache.org/repos/asf/aries.git
discard 6e0757864 Bump org.osgi:osgi.core from 4.3.1 to 8.0.0
add dc3ed8eb8 Bump junit-platform.version from 1.12.1 to 1.12.2
add 18a4cc3a7 Bump junit-jupiter.version from 5.12.1 to 5.12.2
add 6e708eca3 Bump commons-io:commons-io from 2.18.0 to 2.19.0
add 1e5e9220d [MAINTENANCE] Exclude pmd workflow for dependabot and PRs
from forks
add 3681ecee9 Bump com.google.guava:guava from 33.4.7-jre to 33.4.8-jre
add c4c3c8eb3 ARIES-2177: Remove twitter sample as purely focus only on
installing application
add 38b00602d ARIES-2177: Remove eba usage from samples/ariestrader
add 0ba31fac3 ARIES-2177: Remove eba usage from samples/blog
add ae62f1703 ARIES-2177: Remove eba usage from samples/blueprint
add c6af909ee ARIES-2177: Remove aries application usage in samples parent
add 4c0eee5e3 Merge pull request #636 from
apache/ARIES-2177-stop-using-aries-application-in-samples
add 735af9d68 ARIES-2177: Drop eba-maven-plugin
add 59def9fc1 ARIES-2177: Detach aries.util from aries.application
add 25c68c690 [MAINTENANCE] Delete branch on merge to default branch
add dcbe756b4 ARIES-2177: Use aries.application snapshots in subsystem
add fb4b9430d ARIES-2177: Use aries.util snapshot in subsystem
add adec372b9 Merge pull request #640 from
apache/ARIES-2177-use-application-snapshots-in-subsystem
add 03b55bed5 Bump org.osgi:osgi.core from 4.3.1 to 8.0.0
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 (6e0757864)
\
N -- N -- N refs/heads/dependabot/maven/org.osgi-osgi.core-8.0.0
(03b55bed5)
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:
.asf.yaml | 2 +
.github/labeler.yml | 3 -
.github/workflows/eba-maven-plugin.yml | 48 --
.github/workflows/pmd.yml | 1 +
.github/workflows/subsystem.yml | 12 +
README.md | 2 +-
.../pom.xml | 2 +-
.../blueprint-maven-plugin-spring-handlers/pom.xml | 2 +-
.../blueprint-maven-plugin/pom.xml | 4 +-
eba-maven-plugin/LICENSE | 203 --------
eba-maven-plugin/NOTICE | 8 -
eba-maven-plugin/pom.xml | 165 -------
.../java/org/apache/aries/plugin/eba/EbaMojo.java | 537 ---------------------
.../main/resources/META-INF/plexus/components.xml | 51 --
.../org/apache/aries/plugin/eba/EbaMojoTest.java | 446 -----------------
.../aries/plugin/eba/stubs/EbaArtifactStub.java | 113 -----
.../plugin/eba/stubs/EbaMavenProjectStub.java | 158 ------
.../plugin/eba/stubs/EbaMavenProjectStub2.java | 31 --
.../plugin/eba/stubs/EbaMavenProjectStub3.java | 31 --
.../plugin/eba/stubs/EbaMavenProjectStub4.java | 31 --
.../plugin/eba/stubs/EbaMavenProjectStub5.java | 31 --
.../plugin/eba/stubs/EbaMavenProjectStub6.java | 31 --
.../plugin/eba/stubs/EbaMavenProjectStub7.java | 31 --
.../1.0-SNAPSHOT/maven-artifact01-1.0-SNAPSHOT.jar | Bin 360 -> 0 bytes
.../1.0-SNAPSHOT/maven-artifact01-1.0-SNAPSHOT.pom | 25 -
.../1.0-SNAPSHOT/maven-artifact02-1.0-SNAPSHOT.jar | Bin 360 -> 0 bytes
.../1.0-SNAPSHOT/maven-artifact02-1.0-SNAPSHOT.pom | 36 --
.../1.0-SNAPSHOT/maven-artifact03-1.0-SNAPSHOT.jar | Bin 360 -> 0 bytes
.../1.0-SNAPSHOT/maven-artifact03-1.0-SNAPSHOT.pom | 25 -
.../unit/basic-eba-all-bundles/plugin-config.xml | 38 --
.../plugin-config.xml | 38 --
.../unit/basic-eba-no-bundles/plugin-config.xml | 38 --
.../unit/basic-eba-test/plugin-config.xml | 41 --
.../unit/basic-eba-test/target/test-eba.jar | 1 -
.../basic-eba-with-descriptor/plugin-config.xml | 41 --
.../src/main/eba/META-INF/APPLICATION.MF | 12 -
.../unit/basic-eba-with-manifest/plugin-config.xml | 41 --
.../src/main/eba/META-INF/APPLICATION.MF | 12 -
.../src/main/eba/META-INF/MANIFEST.MF | 12 -
.../basic-eba-without-manifest/plugin-config.xml | 45 --
pom.xml | 1 -
proxy/proxy-impl/pom.xml | 2 +-
.../assemblies/ariestrader-all-eba/pom.xml | 90 ----
.../assemblies/ariestrader-jdbc-eba/pom.xml | 77 ---
.../assemblies/equinox-test-harness/pom.xml | 63 +--
.../filtered-resources/configuration/config.ini | 19 +-
samples/ariestrader/assemblies/pom.xml | 16 -
samples/blog/blog-assembly/pom.xml | 318 ------------
.../filtered-resources/configuration/config.ini | 222 ---------
.../blog-assembly/src/main/resources/blogDB.sql | 33 --
samples/blog/blog-itests/pom.xml | 67 ---
.../blog/itests/AbstractBlogIntegrationTest.java | 308 +++++-------
...pleWithEbaTest.java => JdbcBlogSampleTest.java} | 28 +-
...mpleWithEbaTest.java => JpaBlogSampleTest.java} | 30 +-
...WithEbaTest.java => QuiesceBlogSampleTest.java} | 36 +-
samples/blog/blog-jdbc-eba/pom.xml | 77 ---
samples/blog/blog-jpa-eba/pom.xml | 77 ---
samples/blog/pom.xml | 15 -
.../blueprint/helloworld/helloworld-eba/pom.xml | 69 ---
.../helloworld/itests/AbstractIntegrationTest.java | 96 +---
samples/blueprint/helloworld/pom.xml | 1 -
samples/blueprint/idverifier/pom.xml | 6 -
samples/pom.xml | 97 ----
samples/twitter/LICENSE | 203 --------
samples/twitter/NOTICE | 2 -
samples/twitter/pom.xml | 64 ---
samples/twitter/twitter-bundle/pom.xml | 70 ---
.../apache/aries/sample/twitter/TwitterQuery.java | 60 ---
samples/twitter/twitter-eba/pom.xml | 60 ---
samples/twitter/twitter-itests/pom.xml | 285 -----------
.../obr/twitter/TwitterRepository.xml | 151 ------
.../aries/sample/twitter/itest/TwitterTest.java | 202 --------
samples/twitter/twitter-twitter4j/pom.xml | 60 ---
spi-fly/pom.xml | 4 +-
subsystem/subsystem-api/pom.xml | 2 +-
subsystem/subsystem-bundle/pom.xml | 14 +-
subsystem/subsystem-core/pom.xml | 6 +-
subsystem/subsystem-itests/pom.xml | 14 +-
.../itests/ModelledResourceManagerTest.java | 2 +-
.../aries/subsystem/itests/SubsystemTest.java | 2 +-
subsystem/subsystem-obr/pom.xml | 2 +-
transaction/transaction-manager/pom.xml | 2 +-
.../java/org/apache/aries/util/VersionRange.java | 5 -
.../util/manifest/ManifestHeaderProcessor.java | 17 +-
util/src/test/resources/META-INF/APPLICATION2.MF | 13 -
util/src/test/resources/META-INF/APPLICATION3.MF | 3 -
util/src/test/resources/META-INF/APPLICATION4.MF | 10 -
.../test/resources/zip/META-INF/APPLICATION2.MF | 13 -
.../test/resources/zip/META-INF/APPLICATION3.MF | 3 -
.../test/resources/zip/META-INF/APPLICATION4.MF | 10 -
90 files changed, 271 insertions(+), 5104 deletions(-)
delete mode 100644 .github/workflows/eba-maven-plugin.yml
delete mode 100644 eba-maven-plugin/LICENSE
delete mode 100644 eba-maven-plugin/NOTICE
delete mode 100644 eba-maven-plugin/pom.xml
delete mode 100644
eba-maven-plugin/src/main/java/org/apache/aries/plugin/eba/EbaMojo.java
delete mode 100644
eba-maven-plugin/src/main/resources/META-INF/plexus/components.xml
delete mode 100644
eba-maven-plugin/src/test/java/org/apache/aries/plugin/eba/EbaMojoTest.java
delete mode 100644
eba-maven-plugin/src/test/java/org/apache/aries/plugin/eba/stubs/EbaArtifactStub.java
delete mode 100644
eba-maven-plugin/src/test/java/org/apache/aries/plugin/eba/stubs/EbaMavenProjectStub.java
delete mode 100644
eba-maven-plugin/src/test/java/org/apache/aries/plugin/eba/stubs/EbaMavenProjectStub2.java
delete mode 100644
eba-maven-plugin/src/test/java/org/apache/aries/plugin/eba/stubs/EbaMavenProjectStub3.java
delete mode 100644
eba-maven-plugin/src/test/java/org/apache/aries/plugin/eba/stubs/EbaMavenProjectStub4.java
delete mode 100644
eba-maven-plugin/src/test/java/org/apache/aries/plugin/eba/stubs/EbaMavenProjectStub5.java
delete mode 100644
eba-maven-plugin/src/test/java/org/apache/aries/plugin/eba/stubs/EbaMavenProjectStub6.java
delete mode 100644
eba-maven-plugin/src/test/java/org/apache/aries/plugin/eba/stubs/EbaMavenProjectStub7.java
delete mode 100644
eba-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact01/1.0-SNAPSHOT/maven-artifact01-1.0-SNAPSHOT.jar
delete mode 100644
eba-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact01/1.0-SNAPSHOT/maven-artifact01-1.0-SNAPSHOT.pom
delete mode 100644
eba-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact02/1.0-SNAPSHOT/maven-artifact02-1.0-SNAPSHOT.jar
delete mode 100644
eba-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact02/1.0-SNAPSHOT/maven-artifact02-1.0-SNAPSHOT.pom
delete mode 100644
eba-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact03/1.0-SNAPSHOT/maven-artifact03-1.0-SNAPSHOT.jar
delete mode 100644
eba-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact03/1.0-SNAPSHOT/maven-artifact03-1.0-SNAPSHOT.pom
delete mode 100644
eba-maven-plugin/src/test/resources/unit/basic-eba-all-bundles/plugin-config.xml
delete mode 100644
eba-maven-plugin/src/test/resources/unit/basic-eba-content-bundles-only/plugin-config.xml
delete mode 100644
eba-maven-plugin/src/test/resources/unit/basic-eba-no-bundles/plugin-config.xml
delete mode 100644
eba-maven-plugin/src/test/resources/unit/basic-eba-test/plugin-config.xml
delete mode 100644
eba-maven-plugin/src/test/resources/unit/basic-eba-test/target/test-eba.jar
delete mode 100644
eba-maven-plugin/src/test/resources/unit/basic-eba-with-descriptor/plugin-config.xml
delete mode 100644
eba-maven-plugin/src/test/resources/unit/basic-eba-with-descriptor/src/main/eba/META-INF/APPLICATION.MF
delete mode 100644
eba-maven-plugin/src/test/resources/unit/basic-eba-with-manifest/plugin-config.xml
delete mode 100644
eba-maven-plugin/src/test/resources/unit/basic-eba-with-manifest/src/main/eba/META-INF/APPLICATION.MF
delete mode 100644
eba-maven-plugin/src/test/resources/unit/basic-eba-with-manifest/src/main/eba/META-INF/MANIFEST.MF
delete mode 100644
eba-maven-plugin/src/test/resources/unit/basic-eba-without-manifest/plugin-config.xml
delete mode 100644 samples/ariestrader/assemblies/ariestrader-all-eba/pom.xml
delete mode 100644 samples/ariestrader/assemblies/ariestrader-jdbc-eba/pom.xml
delete mode 100644 samples/blog/blog-assembly/pom.xml
delete mode 100644
samples/blog/blog-assembly/src/main/filtered-resources/configuration/config.ini
delete mode 100644 samples/blog/blog-assembly/src/main/resources/blogDB.sql
rename
samples/blog/blog-itests/src/test/java/org/apache/aries/samples/blog/itests/{JdbcBlogSampleWithEbaTest.java
=> JdbcBlogSampleTest.java} (55%)
rename
samples/blog/blog-itests/src/test/java/org/apache/aries/samples/blog/itests/{JpaBlogSampleWithEbaTest.java
=> JpaBlogSampleTest.java} (56%)
rename
samples/blog/blog-itests/src/test/java/org/apache/aries/samples/blog/itests/{QuiesceBlogSampleWithEbaTest.java
=> QuiesceBlogSampleTest.java} (67%)
delete mode 100644 samples/blog/blog-jdbc-eba/pom.xml
delete mode 100644 samples/blog/blog-jpa-eba/pom.xml
delete mode 100644 samples/blueprint/helloworld/helloworld-eba/pom.xml
delete mode 100644 samples/twitter/LICENSE
delete mode 100644 samples/twitter/NOTICE
delete mode 100644 samples/twitter/pom.xml
delete mode 100644 samples/twitter/twitter-bundle/pom.xml
delete mode 100755
samples/twitter/twitter-bundle/src/main/java/org/apache/aries/sample/twitter/TwitterQuery.java
delete mode 100644 samples/twitter/twitter-eba/pom.xml
delete mode 100644 samples/twitter/twitter-itests/pom.xml
delete mode 100644
samples/twitter/twitter-itests/src/test/filtered-resources/obr/twitter/TwitterRepository.xml
delete mode 100644
samples/twitter/twitter-itests/src/test/java/org/apache/aries/sample/twitter/itest/TwitterTest.java
delete mode 100644 samples/twitter/twitter-twitter4j/pom.xml
delete mode 100644 util/src/test/resources/META-INF/APPLICATION2.MF
delete mode 100644 util/src/test/resources/META-INF/APPLICATION3.MF
delete mode 100644 util/src/test/resources/META-INF/APPLICATION4.MF
delete mode 100644 util/src/test/resources/zip/META-INF/APPLICATION2.MF
delete mode 100644 util/src/test/resources/zip/META-INF/APPLICATION3.MF
delete mode 100644 util/src/test/resources/zip/META-INF/APPLICATION4.MF