You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gi...@apache.org on 2022/03/17 18:42:42 UTC

[commons-crypto] branch dependabot/github_actions/actions/checkout-3 updated (a17827e -> 54ac190)

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

github-bot pushed a change to branch dependabot/github_actions/actions/checkout-3
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git.


 discard a17827e  Bump actions/checkout from 2 to 3
     add 5644884  Comment empty block.
     add e58cc27  Javadoc.
     add d606eeb  Don't ignore native API return code, more to do.
     add 236d642  Use try-with-resources.
     add e06fefd  Use try-with-resources.
     add 3d987f2  Add GitHub build on macOS
     add ca0742c  Bump commons.japicmp.version from 0.15.3 to 0.15.7.
     add 54ac190  Bump actions/checkout from 2 to 3

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   (a17827e)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/actions/checkout-3 (54ac190)

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/maven.yml                        |  57 +++++
 pom.xml                                            |   2 +-
 src/changes/changes.xml                            |   2 +-
 .../crypto/cipher/OpenSslGaloisCounterMode.java    |  21 +-
 .../crypto/stream/PositionedCryptoInputStream.java |   4 +-
 .../commons/crypto/cipher/AbstractCipherTest.java  |  47 ++--
 .../commons/crypto/cipher/GcmCipherTest.java       | 241 ++++++++++-----------
 .../crypto/examples/CipherByteArrayExample.java    |  64 +++---
 .../crypto/stream/AbstractCipherStreamTest.java    |  18 +-
 .../stream/PositionedCryptoInputStreamTest.java    |  29 ++-
 10 files changed, 273 insertions(+), 212 deletions(-)
 create mode 100644 .github/workflows/maven.yml