[java-idp-plugin-vci] branch dev/STATUS_LIST updated: Fix declaration
Codeberg
noreply at shibboleth.net
Wed Aug 5 11:16:00 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch dev/STATUS_LIST
in repository java-idp-plugin-vci.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-vci/commit/fcf3f4de69572eb5b752c3dcf7791b8aa1b6a991
The following commit(s) were added to refs/heads/dev/STATUS_LIST by this push:
new fcf3f4d Fix declaration
fcf3f4d is described below
commit fcf3f4de69572eb5b752c3dcf7791b8aa1b6a991
Author: Janne Lauros <janne.lauros at csc.fi>
AuthorDate: Wed Aug 5 14:15:45 2026 +0300
Fix declaration
---
.../plugin/oauth/statuslist/storage/StatusListIndexAllocator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/oauth/statuslist/storage/StatusListIndexAllocator.java b/openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/oauth/statuslist/storage/StatusListIndexAllocator.java
index 47cb853..79a0c14 100644
--- a/openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/oauth/statuslist/storage/StatusListIndexAllocator.java
+++ b/openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/oauth/statuslist/storage/StatusListIndexAllocator.java
@@ -65,7 +65,7 @@ public class StatusListIndexAllocator extends AbstractIdentifiableInitializableC
private static final String DEL = ":";
/** Bounded retry cap for optimistic-update contention. */
- private static final int = 32;
+ private static final int MAX_RETRIES = 32;
/** Max slots per list before rolling to the next {@code uriIndex}. */
private int maxIndex = 500_000;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list