[java-idp-plugin-webauthn] branch main updated: Final Javadoc and log improvements before release
Phil Smart
philip.smart at jisc.ac.uk
Thu Jul 31 15:11:54 UTC 2025
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=df078fd88da48d0f1ec63c0f2ad9c2ce5900a22f
The following commit(s) were added to refs/heads/main by this push:
new df078fd Final Javadoc and log improvements before release
df078fd is described below
commit df078fd88da48d0f1ec63c0f2ad9c2ce5900a22f
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jul 31 16:11:51 2025 +0100
Final Javadoc and log improvements before release
---
.../storage/impl/StorageServiceCredentialRepositoryFactory.java | 2 +-
.../authn/webauthn/storage/impl/WebAuthnJDBCAcceleratorImpl.java | 4 ++--
.../authn/webauthn/storage/impl/WebAuthnJDBCReadAllAccelerator.java | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/StorageServiceCredentialRepositoryFactory.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/StorageServiceCredentialRepositoryFactory.java
index 83fa82a..c44d89c 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/StorageServiceCredentialRepositoryFactory.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/StorageServiceCredentialRepositoryFactory.java
@@ -370,7 +370,7 @@ public class StorageServiceCredentialRepositoryFactory extends AbstractInitializ
// If the JDBc accelerator is defined, we inject specialised query strategies.
if (jdbcAccelerator != null) {
- log.debug("Constructing accelerated JDBC connector");
+ log.debug("Constructing accelerated JDBC credential repository");
final StrategyBasedIdPStorageServiceCredentialRepository repo =
new StrategyBasedIdPStorageServiceCredentialRepository();
repo.setStorageService(getStorageService());
diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/WebAuthnJDBCAcceleratorImpl.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/WebAuthnJDBCAcceleratorImpl.java
index 96cb2a3..d77cca2 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/WebAuthnJDBCAcceleratorImpl.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/WebAuthnJDBCAcceleratorImpl.java
@@ -51,8 +51,8 @@ import net.shibboleth.shared.primitive.StringSupport;
/**
* Implementation of a {@link WebAuthnJDBCQueryAccelerator} and {@link WebAuthnJDBCReadAllAccelerator} that uses
- * specialized queries to lookup credentials by userHandle and credentialId. The default queries are suitable for MySQL
- * only.
+ * specialized queries to lookup credentials by userHandle and credentialId. The default queries require databases that
+ * support SQL/JSON and JSON_TABLE.
*
* @since 1.3.0
*/
diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/WebAuthnJDBCReadAllAccelerator.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/WebAuthnJDBCReadAllAccelerator.java
index ad7210a..32c4f0d 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/WebAuthnJDBCReadAllAccelerator.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/WebAuthnJDBCReadAllAccelerator.java
@@ -25,7 +25,7 @@ import net.shibboleth.shared.annotation.constraint.NonnullElements;
import net.shibboleth.shared.annotation.constraint.NotEmpty;
/**
- * An accelerator for JDBC queries to improve the performance of lookup operations.
+ * An accelerator for JDBC queries to improve the performance of lookup operations that read all records at once.
*
* @since 1.3.0
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list