[java-plugin-storage-jdbc] 02/06: OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5

Rod Widdowson rdw at steadingsoftware.com
Sun Jun 5 14:20:03 UTC 2022


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-plugin-storage-jdbc.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=5662688c306142c8180bff90f221502fa5a4a6e8

commit 5662688c306142c8180bff90f221502fa5a4a6e8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 4 14:49:41 2022 +0100

    OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
    
    https://shibboleth.atlassian.net/browse/OSJ-342
    
    Flip the default for verify to be true.
---
 .../net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageService.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageService.java b/jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageService.java
index 828d7a0..e1b093d 100644
--- a/jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageService.java
+++ b/jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageService.java
@@ -134,7 +134,7 @@ public final class JDBCStorageService extends AbstractStorageService implements
     private ReadWriteLock readWriteLock;
 
     /** Are we verifying the database during initialize? */
-    private boolean verify;
+    private boolean verify = true;
 
     /** Error messages that signal a transaction should be retried. */
     @Nonnull @NonnullElements private Collection<String> retryableErrors = Collections.emptyList();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list