[java-plugin-storage-jdbc] branch main updated: Fix an issue breaking the test on later OpenSAML versions.
Codeberg
noreply at shibboleth.net
Fri May 15 13:35:20 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-storage-jdbc.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-storage-jdbc/commit/5ac28e7818a75c1d84be89574e62d3d98a1d811f
The following commit(s) were added to refs/heads/main by this push:
new 5ac28e7 Fix an issue breaking the test on later OpenSAML versions.
5ac28e7 is described below
commit 5ac28e7818a75c1d84be89574e62d3d98a1d811f
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Fri May 15 09:35:04 2026 -0400
Fix an issue breaking the test on later OpenSAML versions.
---
.../shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java b/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java
index 7a1af7b..56e9e42 100644
--- a/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java
+++ b/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java
@@ -173,7 +173,7 @@ public class JDBCStorageServiceTest extends StorageServiceTest {
}
@Test
- public void cleanup() throws ComponentInitializationException, IOException {
+ public void cleanup() throws IOException {
String context = Long.toString(random.nextLong());
assert context != null;
for (int i = 1; i <= 100; i++) {
@@ -192,7 +192,7 @@ public class JDBCStorageServiceTest extends StorageServiceTest {
}
@Test
- public void update() throws ComponentInitializationException, IOException {
+ public void update() throws IOException {
final String context = Long.toString(random.nextLong());
final String value = Long.toString(random.nextLong());
final String newValue = Long.toString(random.nextLong());
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list