This is an automated email from the ASF dual-hosted git repository.
olli pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-crypto.git.
from af5f492 suppress warnings for rule java:S112
new 94e7105 test GET request with no crypto services available and
deactivation with no service tracker
new abc1646 use dynamic resolution directive with Import-Package header
new 56f4263 SLING-10499 Provide a salt provider using a secure random
number generator
new 49b28e0 remove workaround for missing java exports (KARAF-7176)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
bnd.bnd | 25 ++++-----
.../internal/EncryptWebConsolePlugin.java | 4 +-
.../internal/EncryptWebConsolePluginTest.java | 59 ++++++++++++++++++++++
3 files changed, 70 insertions(+), 18 deletions(-)
create mode 100644
src/test/java/org/apache/sling/commons/crypto/webconsole/internal/EncryptWebConsolePluginTest.java