This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/asm-asm-all-3.3.1
in repository https://gitbox.apache.org/repos/asf/aries.git


 discard 4fd5dfa2e Bump asm:asm-all from 3.2 to 3.3.1
     add dcc67bef9 [MAINTENANCE] Setup felix and pax-logging in idverifier
     add 6f406a3c1 [MAINTENANCE] Start felix with gogo commands
     add a8ebbf18b [MAINTENANCE] Install all bundles
     add cd8149d7c [MAINTENANCE] Run idverifier in workflow
     add 2fc1b0a58 [MAINTENANCE] Print via logger
     add 161e442d6 [MAINTENANCE] Turn off gogo bundles
     add 7caeb8856 [MAINTENANCE] Ignore 143 exit code from timeouted script
     add c2b0d64ea Merge pull request #497 from apache/run-idverifier-on-felix
     add 6704a3595 Bump asm:asm-all from 3.2 to 3.3.1

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   (4fd5dfa2e)
            \
             N -- N -- N   refs/heads/dependabot/maven/asm-asm-all-3.3.1 
(6704a3595)

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/workflows/samples.yml                      |   3 +
 .../filtered-resources/configuration/config.ini    |   4 +-
 .../filtered-resources/configuration/config.ini    |   4 +-
 .../filtered-resources/configuration/config.ini    |   4 +-
 .../idverifier/idverifier-assembly/pom.xml         |  56 ++-
 .../main/filtered-resources/conf/config.properties | 482 +--------------------
 .../idverifier-assembly/src/main/resources/run.bat |   2 +-
 .../idverifier-assembly/src/main/resources/run.sh  |   6 +-
 .../blueprint/idverifier/idverifier-client/pom.xml |  14 +-
 .../blueprint/idverifier/client/BankInfo.java      |  19 +-
 .../client/CreditQueryRegistrationListener.java    |  14 +-
 .../idverifier/client/CreditRecordFactory.java     |   9 +-
 .../idverifier/client/PersonBankBean.java          |  23 +-
 .../blueprint/idverifier/client/PersonalInfo.java  |  15 +-
 .../client/VerifierServiceReferenceListener.java   |  48 +-
 .../blueprint-sample-idverifier-client.xml         | 185 +++++---
 .../blueprint/idverifier/idverifier-server/pom.xml |  15 +-
 .../ComplexVerifierRegistrationListener.java       |  12 +-
 .../server/SimpleVerifierRegistrationListener.java |  12 +-
 samples/blueprint/idverifier/readme.txt            |  38 +-
 samples/pom.xml                                    | 143 ++++--
 21 files changed, 434 insertions(+), 674 deletions(-)

Reply via email to