This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/spi-fly/org.apache-apache-33
in repository https://gitbox.apache.org/repos/asf/aries.git
discard fbe46d3e9 Bump org.apache:apache from 30 to 33 in /spi-fly
add 29c1ddb36 [MAINTENANCE] Add note why application module cannot be build
add 4a3b2a70b [MAINTENANCE] Add EJB workflow
add 5e9ce03b0 Merge pull request #337 from apache/add-ejb-workflow
add 7495de9cd Bump org.apache.maven.plugins:maven-enforcer-plugin in
/spi-fly
add 9c37f46f7 Merge pull request #339 from
apache/dependabot/maven/spi-fly/org.apache.maven.plugins-maven-enforcer-plugin-3.5.0
add 319fe1301 Bump org.codehaus.mojo:build-helper-maven-plugin in /spi-fly
add 75cad78cf [MAINTENANCE] Exclude maven-bundle-plugin 6.x and bndlib 7.x
from dependabot checks
add 3115d47c7 Bump org.apache.felix:maven-bundle-plugin in /spi-fly
add 9c5ff5658 [MAINTENANCE] Do not fail fast in workflows
add 538159478 [MAINTENANCE] Skip dependabot for submodules without CI
builds
add d44c80f5b Bump org.apache:apache from 30 to 33 in /spi-fly
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 (fbe46d3e9)
\
N -- N -- N
refs/heads/dependabot/maven/spi-fly/org.apache-apache-33 (d44c80f5b)
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 | 33 +++++++++++++++++++++
.github/workflows/async.yml | 1 +
.github/workflows/blueprint.yml | 1 +
.github/workflows/eba-maven-plugin.yml | 1 +
.github/workflows/{jmx.yml => ejb.yml} | 11 ++++---
.github/workflows/esa-ant-task.yml | 1 +
.github/workflows/esa-maven-plugin.yml | 1 +
.github/workflows/jmx.yml | 1 +
.github/workflows/jndi.yml | 1 +
.github/workflows/proxy.yml | 1 +
.github/workflows/pushstream.yml | 1 +
.github/workflows/quiesce.yml | 1 +
.github/workflows/spi-fly.yml | 1 +
.github/workflows/subsystem.yml | 1 +
.github/workflows/testsupport.yml | 1 +
.github/workflows/transaction.yml | 1 +
.github/workflows/util.yml | 1 +
.github/workflows/versioning.yml | 1 +
.github/workflows/web.yml | 1 +
README.md | 4 +--
ejb/ejb-modeller-itest/pom.xml | 4 +--
ejb/openejb-extender-itest/pom.xml | 34 +++++++++++++++++-----
.../extender/itest/AbstractOpenEJBTest.java | 5 +++-
spi-fly/pom.xml | 2 +-
spi-fly/spi-fly-dynamic-bundle/pom.xml | 2 +-
.../spi-fly-dynamic-framework-extension/pom.xml | 2 +-
spi-fly/spi-fly-examples/pom.xml | 2 +-
spi-fly/spi-fly-static-bundle/pom.xml | 2 +-
28 files changed, 96 insertions(+), 22 deletions(-)
copy .github/workflows/{jmx.yml => ejb.yml} (84%)