[java-identity-provider] branch main updated: OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5

Rod Widdowson rdw at steadingsoftware.com
Fri Jun 17 12:55:41 UTC 2022


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

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=80b19b2e4b204cb13978585ec893bbd18b9e2a49

The following commit(s) were added to refs/heads/main by this push:
     new 80b19b2e4 OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
80b19b2e4 is described below

commit 80b19b2e4b204cb13978585ec893bbd18b9e2a49
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jun 17 13:40:49 2022 +0100

    OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
    
    https://shibboleth.atlassian.net/browse/OSJ-342
    
    Remove Hibernate and ppring-orm from our war file.
    Remove a Hibernate project as an exclusion (since it is
    no longer included).
---
 idp-parent/pom.xml           |  6 ------
 idp-war-distribution/pom.xml | 14 --------------
 2 files changed, 20 deletions(-)

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index aa646bd2a..f8c932822 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -242,12 +242,6 @@
                                         <exclude>javax.mail:mail</exclude>
                                         <exclude>javax.xml.bind:jaxb-api</exclude>
                                         <exclude>com.sun.mail:javax.mail</exclude>
-                                        <!--
-                                            Ban use of the EE 7 version of
-                                            hibernate-core for Hibernate V5.
-                                            Must use hibernate-core-jakarta instead.
-                                        -->
-                                        <exclude>org.hibernate:hibernate-core</exclude>
                                     </excludes>
                                     <includes>
                                         <!--
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index 2822334ba..1ecbd9462 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -68,20 +68,6 @@
             <artifactId>metrics-jvm</artifactId>
             <scope>runtime</scope>
         </dependency>
-        <!--
-        JPA supporting library in case storage service option used.
-        TODO: Remove once the JPA code becomes a plugin.
-        -->
-        <dependency>
-            <groupId>org.hibernate</groupId>
-            <artifactId>hibernate-core-jakarta</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-orm</artifactId>
-            <scope>runtime</scope>
-        </dependency>
         <!-- Needed for Memcache storage plugin. -->
         <dependency>
             <groupId>net.spy</groupId>

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


More information about the commits mailing list