[java-opensaml] branch dev/OSJ-342 updated: OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
Rod Widdowson
rdw at steadingsoftware.com
Sun May 15 15:07:14 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/OSJ-342
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=f613ff3505097285772db1fa455424fb816b3210
The following commit(s) were added to refs/heads/dev/OSJ-342 by this push:
new f613ff350 OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
f613ff350 is described below
commit f613ff3505097285772db1fa455424fb816b3210
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun May 15 16:06:25 2022 +0100
OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
https://shibboleth.atlassian.net/browse/OSJ-342
Add an override to the strings test method to stop it being run because
HSQLDB cannot manage to run it.
---
.../test/java/org/opensaml/storage/impl/JDBCStorageServiceTest.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/JDBCStorageServiceTest.java b/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/JDBCStorageServiceTest.java
index be6adcb6c..d93a91f45 100644
--- a/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/JDBCStorageServiceTest.java
+++ b/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/JDBCStorageServiceTest.java
@@ -49,6 +49,7 @@ import net.shibboleth.utilities.java.support.primitive.StringSupport;
/**
* Test of {@link JPAStorageService} implementation.
*/
+//@Test(enabled = false)
@SuppressWarnings("javadoc")
public class JDBCStorageServiceTest extends StorageServiceTest {
@@ -122,6 +123,9 @@ public class JDBCStorageServiceTest extends StorageServiceTest {
@Nonnull protected StorageService getStorageService() {
return storageService;
}
+ @Test(enabled = false)
+ public void strings() throws IOException {
+ }
@Test
public void cleanup() throws ComponentInitializationException, IOException {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list