This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.sun.xml.bind-jaxb-impl-4.0.4
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
discard b9920154 Bump com.sun.xml.bind:jaxb-impl from 2.3.7 to 4.0.4
add e3172cac Test does not close resource
add 62b03e33 Test does not close resource
add 1fbfeed2 Test does not close resource
add a6d64faa Test does not close resource
add b7318b28 Test does not close resource
add 3c9cb2ba Test does not close resource
add 64333317 Test does not close resource
add a1645747 Longer lines
add f0c92d52 [CRYPTO-169][FOLLOWUP] Fix reentrancy of
`CryptoRandomFactory#getCryptoRandom` (#259)
add c97137e1 Rename private var
add 650568a5 Format tweak
add 05acd81a Add experimental builds for Apple Silicon
add 57ca7a59 Add experimental builds for Apple Silicon
add 48d11ec4 Define and reuse Mac-INC_OPENSSL
add b7e85f20 Paramertize looking for OpenSSL headers on macOS
add 2d6f82fb Better name
add 011a0ab2 Fix up GHA badges
add edaf2efa Don't install by default
add 5dd8e29f Bump commons-io from 2.14.0 to 2.15.0
add 3a4375c5 Specify filter encoding
add c3bc7025 Has no effect; overridden below
add 8ab1466b Done in parent
add 36394cd1 Import Mode fixes build. (#260)
add ad4a090f Change default to UTF-8
add dc88f855 macos-13-arm64 jobs queue for days
add dd12475f Bump github/codeql-action from 2.22.3 to 2.22.5 (#261)
add 03da9f88 Bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#262)
add 624246a3 Don't initialize an instance or static variable to its
default value
add ea3f2037 No need for weekly run
add 2e3933ad Add benchmark test
add 24f2db6e Run all 3 OSes
add 175d3050 These are needed by COMMONS_CRYPTO_OBJ
add f62c9208 Check we can compile tests
add 71062144 Fix build fail in benchmark profile
add a2a64362 Also check Java21
add e8d8df8d Try to reach M1
add 4d521ff1 Try again
add f8e9a80e Typo
add 344856e3 Try macos-13-xlarge
add d0589f8e Revert; M1 does not seem to be available
add 8962b467 Typo
add 959f51f3 Test compile of benchmark code
add db706167 Needed for Windows
add 9aed20c7 Use same order as other entries
add cae7509c Add target to show settings
add d68c933f arm64-apple-macos11 does not exist as an arch
add 354538e7 known_os_archs += Mac-aarch64
add db1b0465 Attempt to make macos-11/21 experimental
add 24b5726a Use same order as matrix so job args agree
add a2b404af Move credits to end of POM
add 6019124b Normalize getter Javadoc
add 6723decc Normalize setter Javadoc
add d705f0fd Adhoc test for mac/win
add 6e70a501 Bump to Maven 3.8.8 (#265)
add 32f9e184 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-crypto.git
add 8673d69f Try the parent dir
add d9edb0d6 Comments
add f3a8a6ac Try extracting library path
add caea4028 Missing "
add e673f1a1 Keep trying
add 551e13a9 Keep trying
add 7bb39c84 Drop deprecated rules (will be removed in 7.x)
add 88c708e7 Try to fix windows
add df573ff1 Wrong test [skip ci]
add 186937dc Windows uses PowerShell [skip ci]
add 32800f25 Windows uses PowerShell [skip ci]
add f80a4401 Getting there [skip ci]
add 6a64cc79 Not picking up correct library [skip ci]
add 5d2b8532 Show details of crypt library actually loaded
add 8a22523c Try to fix ED define [skip ci]
add 08441575 Use RE replace [skip ci]
add 85c7c5f4 replace appears to be case insensitive [skip ci]
add b2ef1d20 Missing ) [skip ci]
add c922fb50 Try OPENSSL_HOME [skip ci]
add df296ab2 Oops [skip ci]
add 545fe850 Try to find the library [skip ci]
add 7dedc575 Use bash on Windows [skip ci]
add 14a824dd Maybe under PF [skip ci]
add 5d3c7bf9 Try path from search [skip ci]
add cbb3433a Trailing blanks [skip ci]
add c6f474bf No target clean-native; cannot be used
add 016701ed Target documentation [skip ci]
add 229d839a Wrap overlong line [skip ci]
add f239f16d Ensure all known_os_archs have targets
add 9fb0f250 dlerror can be a long message
add 650f60ec CRYPTO-171 - openssl(2) not supported
add c0879b9f Current release is 1.2.0 [skip ci]
add 2e7dfeb4 Override system openssl library on macOS
add 1ec9014d Document recent updates [skip ci]
add 7a3632aa Tidy up library defines
add 569c6259 Allow JNA no-override to fail
add ed4ea615 Ensure that tests actually load OpenSSL
add 55c6ae9d Bump com.sun.xml.bind:jaxb-impl from 2.3.7 to 4.0.4
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 (b9920154)
\
N -- N -- N
refs/heads/dependabot/maven/com.sun.xml.bind-jaxb-impl-4.0.4 (55c6ae9d)
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:
.../workflows/{coverage.yml => benchmarkadhoc.yml} | 42 ++--
.github/workflows/codeql-analysis.yml | 4 +-
.github/workflows/coverage.yml | 2 +-
.github/workflows/maven.yml | 64 ++++-
.github/workflows/maven_adhoc.yml | 85 +++++++
.github/workflows/scorecards-analysis.yml | 8 +-
Makefile | 48 +++-
Makefile.common | 46 +++-
PROPOSAL.html | 56 ++---
README.md | 6 +-
RELEASE-NOTES.txt | 6 +-
pom.xml | 273 +++++++++++----------
src/changes/changes.xml | 21 +-
src/conf/checkstyle/checkstyle.xml | 1 +
src/conf/pmd/pmd-ruleset.xml | 14 --
src/docker/Dockerfile | 4 +-
src/docker/README.md | 2 +-
.../java/org/apache/commons/crypto/Crypto.java | 9 +-
.../crypto/jna/OpenSslInterfaceNativeJna.java | 6 +-
.../org/apache/commons/crypto/jna/OpenSslJna.java | 3 +-
.../commons/crypto/random/CryptoRandomFactory.java | 8 -
.../crypto/stream/CtrCryptoOutputStream.java | 4 +-
.../java/org/apache/commons/crypto/utils/AES.java | 2 +-
.../commons/crypto/utils/ReflectionUtils.java | 28 ++-
.../org/apache/commons/crypto/OpenSslInfoNative.c | 2 +-
.../crypto/random/OpenSslCryptoRandomNative.c | 8 +
.../random/org_apache_commons_crypto_random.h | 2 +-
src/site/xdoc/index.xml | 6 +-
src/site/xdoc/proposal.xml | 6 +-
src/site/xdoc/userguide.xml | 4 +-
.../org/apache/commons/crypto/CryptoBenchmark.java | 3 +-
.../java/org/apache/commons/crypto/CryptoTest.java | 10 +-
.../crypto/cipher/CryptoCipherFactoryTest.java | 69 +++---
.../commons/crypto/jna/CryptoJnaBenchmark.java | 1 +
.../apache/commons/crypto/jna/OpenSslJnaTest.java | 6 +
.../crypto/random/CryptoRandomFactoryTest.java | 7 +-
.../crypto/stream/AbstractCipherStreamTest.java | 4 +-
.../commons/crypto/stream/CtrCryptoStreamTest.java | 95 ++++---
38 files changed, 599 insertions(+), 366 deletions(-)
copy .github/workflows/{coverage.yml => benchmarkadhoc.yml} (56%)
create mode 100644 .github/workflows/maven_adhoc.yml